- by Lee2sman
- Updated 2017-09-18
- #!/usr/bin/env bashfor portability, or less good,- #!/bin/bash
| swagger: "2.0", | |
| info: | |
| title: "Swagger Sample App", | |
| description: "Please to click Terms of service" | |
| termsOfService: "javascript:alert(document.cookie)" | |
| contact: | |
| name: "API Support", | |
| url: "javascript:alert(document.cookie)", | |
| email: "javascript:alert(document.cookie)" | |
| version: "1.0.1" | 
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "title": "/qqq'\"><b style='x: expression(alert(1))'>", | |
| "description": "/rrr'\"><b style='x: expression(alert(1))'>", | 
| #! /usr/bin/env python3 | |
| import requests | |
| import re , os | |
| from shodan import Shodan | |
| datalist = [] | |
| class Binaryhost(): | |
| { | |
| "swagger": "2.0", | 
| #!/bin/bash | |
| # Usage : ./scanio.sh <save file> | |
| # Example: ./scanio.sh cname_list.txt | |
| # Premium | |
| function ech() { | |
| spinner=( "|" "/" "-" "\\" ) | |
| while true; do | |
| for i in ${spinner[@]}; do | |
| echo -ne "\r[$i] $1" | 
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |