first commit

This commit is contained in:
2025-11-21 17:17:42 +01:00
commit 4cad18c2a5
285 changed files with 122106 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
- 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
```BASH
(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>
```