Files
oscp/Necronomicon/Tools/MSF.md
T
2025-11-21 17:17:42 +01:00

597 B

  • Metasploit
    • Banners
      • MLP
        • export APRILFOOLSPONIES=1 && msfconsole
      • Cow
        • export GOCOW=1 && msfconsole
      • Halloween
        • export THISISHALLOWEEN=1 && msfconsole
      • Open banners without env variable
        • APRILFOOLSPONIES=true msfconsole
        • THISISHALLOWEEN=true msfconsole
        • GOCOW=true msfconsole
  • Port Forwarding
    (in established Meterpreter session) background
    use post/multi/manage/autoroute
    set SESSION 1
    set SUBNET 10.200.x.0
    run
    use auxiliary/server/socks4a
    run
    configure proxychains4 (change proxy type and port)
    proxychains4 <command>