Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
*
0
00
000
0000
00000
000000
00001
0001
000999888
#!/bin/bash
grn='\033[0;32m'
red='\033[0;31m'
nc='\033[0m'
echo "##############################"
echo "# Simple Live Domain Checker #"
echo "# By Noob Sdt v0.25 #"
echo "##############################"
#!/bin/bash
echo "###############################"
echo "# Ffuf #"
echo "###############################"
echo ""
echo ""
echo "[1] subdomains.txt"
echo "[2] subdomain-large.txt"
echo "[3] raft-large-directories.txt"
@noobsdt
noobsdt / xss_dorks
Last active February 3, 2020 16:19
inurl:"/?s="
inurl:"/search?q="
inurl:"/index.php?lang="
inurl:"/pplay/info_prenotazioni.asp?immagine="
inurl:"/shared/lgflsearch.php?terms="
inurl:"/index.php?page="
inurl:"/search?query="
inurl:"/en/Telefon-Cam?search="
inurl:"/index.php?bukva="
inurl:"/pro/events_print_setup.cfm?list_type="
#!/bin/bash
echo "#########################################"
echo "# Github Recon Scripts #"
echo "# By gwen001 #"
echo "# Bash Script By @noobsdt #"
echo "#########################################"
echo ""
echo "1. github-endpoints.py"
echo "2. github-grabrepo.php"
#!/bin/bash
while IFS="" read -r p
do
strip=$(echo $p | sed 's/https\?:\/\///')
masscan -p1-65535 $(dig +short $strip|grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b"|head -1) --max-rate 1000
done < $1
#!/usr/bin/python3
#Very simple script for grabbing parameters from js
#Need a file contains js url
import sys
import requests
import subprocess
fileinput = sys.argv[1]
#!/usr/bin/env python
# Subdomain enumerate from subdomainfinder.c99.nl
# Usage: python c99finder.py example.com outputfile
import sys
import requests
import subprocess
from bs4 import BeautifulSoup
try:
#!/usr/bin/env python
# Usage: python googledorker.py example.com
# Need two dork files
# dorks, vendor
import sys
import requests
import subprocess
from time import sleep
from bs4 import BeautifulSoup
gist.github.com
repl.it
codepad.co
scribd.com
npmjs.com
npm.runkit.com
trello.com
libraries.io
coggle.it
papaly.com