You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Riiiiiight... I don't have Python environment, what now?
#### Well... Use whatever programming language you have to create a TCP server and listen for 127.0.0.1:1234(by default).
#### Plenty of examples can be found on Google.
#### Install one, obviously.
### 4. Why does it have to connect target computer twice before my payload kick in?
#### You've asked an excellent question!
#### When you plug it in, the first thing is that the bootloader waits for the connection from Arduino IDE.
#### After waited for a while, it loads the V-USB module, disconnect itself and reconnect as a HID device, hence act like it was connecting twice.
#### In the future, I'll try to remove the bootloader and directly load the V-USB module.
### 5. I open the website as you told, but a 'No connection' showed in the textaera?
#### Make sure the payload worked properly on the target machine, since moden AVs and UAC blocks powershell from running, especially with param '-ep bypass' which is to bypass all the privillege check, and the param '-w hid' which is to run powershell windowless. You can modify the code to fit your situation.