usbrubberducky-payloads/payloads/library/exfiltration/ExfiltratePhotosThroughShell
aleff-github ec0979eaf6 Update 2023-06-25 00:40:23 +02:00
..
README.md Update 2023-06-25 00:40:23 +02:00
payload.txt Update payload.txt 2023-04-24 17:59:52 +02:00
script.sh Script and README 2023-04-05 18:03:08 +02:00

README.md

Exfiltrate Photos Through Shell - Linux

A script used to exfiltrate photos using fswebcam shell command.

Category: Exfiltration

Description

A script used to exfiltrate photos using fswebcam shell command. The permissions is needed for give the executation permission to the script downloaded.

Getting Started

Dependencies

  • An internet connection
  • Linux system
  • Dropbox Token, or whatever you want, for the exfiltration
  • sudo permission
  • 'fswebcam' installed but you can install it with the payload

Settings

  • Dropbox Token - You should change it into the script.sh file, line 7.
TOKEN=your_dropbox_token
  • This section of sudo time depends by the computer power on which it runs. So if you know that the computer on which you run the payload is too slow, increase it by a few seconds, otherwise you can try running it as it is (so 5000) set now or smaller depending on your needs.
STRING SUDO-PSWD
ENTER
REM DELAY Based On Computer Power
DELAY 5000
  • If you want to install the fswebcam dependency, you should uncomment it. This DELAY (so 5000), like the previous one, is dynamic and in this case relies on the power of the Internet.
REM STRING apt install fswebcam -y
REM ENTER
REM DELAY Based On Internet Power
REM DELAY 5000
  • Generally does not need much time
REM DELAY Based On Internet Power
DELAY 4000

Credits

Aleff :octocat:


Github

Linkedin