Index

KALI

  1. LINUX COMMANDS
  2. NETWORK COMMANDS
  3. PYTHON BASICS

STAGES

  1. RECONNAISSANCE
  2. SCANNING TOOLS
  3. ENUMERATION
    1. KIOPTRIX
      1. VULN
        1. Default_webpage(low)
        2. Server_header info desclosure(low)
        3. Default404_infodisclosure
        4. Weak Ciphers
        5. smb_findings
  4. EXPLOITATION

NETWORK COMMANDS

ifconfig :ethernet,plugins
iwconfig :wireless




arp -a : IP address with MAC address


python -m SimpleHTTPServer 80
python3 -m http.server 80
python -m pyftpdlib -p 21 -w
:
hosting on the ip address,80 is the port..use ftp in url*

nc -lvp 4445 :listener