Tools - Ravi-Upadhyay/cyber-security-playground GitHub Wiki

This page is dedicated for the tools and softwares

Index


System Tools

Burp Suite

NMAP Security Scanner

  • Website - Download NMap
  • Description - Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing.
  • Useful Commands -
# Example - Getting info about all the ports of the server.
# Needs to be executed outside of the server. in this example checking ports of docker instance.
nmap -Pn 127.0.0.1

Online Tools

Exploit Template Engine Payloads: