Skip to content

Instantly share code, notes, and snippets.

@dhruvilp
Last active November 16, 2021 04:38
Show Gist options
  • Select an option

  • Save dhruvilp/845c585c08c2aeaf609bb2f139bfa24f to your computer and use it in GitHub Desktop.

Select an option

Save dhruvilp/845c585c08c2aeaf609bb2f139bfa24f to your computer and use it in GitHub Desktop.
CTF Tools

CTF Tools

Proxy Chaining:

$ locate proxychains (look for /etc/proxychains.conf)
$ proxychains firefox WEBSITE_NAME
$ proxychains nmap -sT -p 80,443 IP_ADDRESS
$ nmap -Pn IP (avoid ping the host)

Lits of proxies: https://spys.one/en/

All-in-one Guide: https://docs.google.com/spreadsheets/d/12bT8APhWsL-P8mBtWCYu4MLftwG1cPmIL25AEBtXDno/edit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment