diff --git a/payloads/library/credentials/HashDumpBunny/README.md b/payloads/library/credentials/HashDumpBunny/README.md index f2b9c89a..b1460dd5 100644 --- a/payloads/library/credentials/HashDumpBunny/README.md +++ b/payloads/library/credentials/HashDumpBunny/README.md @@ -9,7 +9,8 @@ Version: 1.0 This payload will run an obfuscated script to dump user hashes. If you don't trust this obfuscated .bat file, you should run it within a save space first - which should be best practice anyways ;-) # - +**!Depending on your Windows version, this might not work as intended!** +# **Instruction:** Place BunnyDump.bat in the same payload switch-folder as your payload.txt diff --git a/payloads/library/remote_access/ReverseBunny/README.md b/payloads/library/remote_access/ReverseBunny/README.md index 7fced069..5cd530b3 100644 --- a/payloads/library/remote_access/ReverseBunny/README.md +++ b/payloads/library/remote_access/ReverseBunny/README.md @@ -1,14 +1,14 @@ -Title: ReverseBunny +**Title: ReverseBunny** Author: 0iphor13 -Version: 1.2 +Version: 1.3 -Getting remote access via obfuscated reverse shell. -Change the variables in payload.txt to your attacking maschine & start your listener. +

Getting remote access via obfuscated reverse shell.
+Change the variables in payload.txt to your attacking maschine & start your listener. (for example netcat: nc -lvnp [PORT] )

-Whats new in version 1.2? +Whats new in version 1.3? - Changed the whole payload - Added custom shell design