├── README.md ├── dirb ├── gcc ├── ida_pro_shortcuts ├── nikto ├── nmap ├── objdump ├── readelf ├── strings ├── wfuzz └── wpscan /README.md: -------------------------------------------------------------------------------- 1 | # Security Tools Cheatsheets 2 | -------------------------------------------------------------------------------- /dirb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/dirb -------------------------------------------------------------------------------- /gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/gcc -------------------------------------------------------------------------------- /ida_pro_shortcuts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/ida_pro_shortcuts -------------------------------------------------------------------------------- /nikto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/nikto -------------------------------------------------------------------------------- /nmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/nmap -------------------------------------------------------------------------------- /objdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/objdump -------------------------------------------------------------------------------- /readelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/readelf -------------------------------------------------------------------------------- /strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/strings -------------------------------------------------------------------------------- /wfuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/wfuzz -------------------------------------------------------------------------------- /wpscan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jayeshjodhawat/security-tools-cheatsheets/HEAD/wpscan --------------------------------------------------------------------------------