Commit Graph

92 Commits (7114f3a702c7397230a8205dd8af373058cf5303)

Author SHA1 Message Date
Darren Kitchen 7114f3a702
Rename payloads/library/example/ms-teams-exfiltration/payload.sh to payloads/library/exfiltration/ms-teams-exfiltration/payload.sh 2022-01-19 13:21:51 -06:00
Darren Kitchen b7048f1da6
Rename payloads/library/example/ms-teams-exfiltration/README.md to payloads/library/exfiltration/ms-teams-exfiltration/README.md 2022-01-19 13:20:34 -06:00
jboz 842dfa90cd add exfiltration payload work with ms teams 2022-01-19 19:46:23 +01:00
Random is Resistance 2b04952cb6
Added -oA option for interessting host scan again, exfil for multiple scan results (#50)
* move -oA option to standart nmap scan

moving -oA option to generate files to the scan of the whole network, not just the interessting hosts. Since e.g. .xml files are more useful for discovery scans of a whole network.

* fix

fixed borken funktion

* Update payload.sh

* adding support for multiple nmaps with -oA option 

Re-added the -oA option for interessting hosts. With differing file name.

Support for multiple nmap scans producing output files via -oA option.
2021-12-14 23:11:30 +00:00
Random is Resistance 245b54384d
Moving -oA option to standard scan (#49)
* move -oA option to standart nmap scan

moving -oA option to generate files to the scan of the whole network, not just the interessting hosts. Since e.g. .xml files are more useful for discovery scans of a whole network.

* fix

fixed borken funktion
2021-12-14 00:19:51 +00:00
Random is Resistance b4340761ba
Adding nmaps -oA option to interessting hosts scan (#48)
Adding the -oA option of nmap to export results in useful formats and upload them to the C2 Cloud. For further use in a pentest.
2021-12-14 00:19:37 +00:00
cyb3rwr3ck 5e6bbc86d3
Fixing subnet confusion (#44)
Co-authored-by: fbu <fbuedenhoelzer@it-sec.de>
2021-09-24 17:19:21 +01:00
Darren Kitchen 6325b1c381
Update README.md 2021-09-09 16:32:20 -05:00
Darren Kitchen e768c62a84
Updated payload for SJC 2021-08-24 08:43:21 -05:00
monsieurmarc 1302d2cda7
Resubmitting for Payload Awards (#42)
* Payload based on example nmap payload but with pastebin ex-filtration

* Update payload.sh

* refine directory name to remove spaces

refine directory name to remove spaces
2021-07-06 20:00:27 +01:00
Darren Kitchen de14bb72f6
Merge pull request #38 from idarlund/patch-1
curl command fix
2021-01-14 13:21:15 -08:00
Idar Lund 7bd42f59ee
curl command fix 2021-01-14 22:15:06 +01:00
felinuxing 1c2f18313d
Create payload.sh (#36)
Telegram Bot + SharkJack
2020-09-14 12:40:47 +03:00
Darren Kitchen 9c5e003172
Merge pull request #30 from rcoemans/patch-10
Update readme.md
2020-08-21 16:28:51 -07:00
Darren Kitchen efb8c43eb7
Merge pull request #31 from rcoemans/patch-11
Update readme.md
2020-08-21 16:28:41 -07:00
rcoemans 4e0850951a
Update readme.md
Added revision history table
2020-08-21 23:20:22 +02:00
rcoemans beb6ea4ece
Update readme.md
Added revision history table and updated document to script version 1.1
2020-08-21 23:18:35 +02:00
Darren Kitchen 73013b1c83
Merge pull request #29 from rcoemans/patch-9
Update restore.sh
2020-08-21 10:41:06 -07:00
Darren Kitchen 8488e7594f
Merge pull request #27 from rcoemans/patch-7
Update payload.sh
2020-08-21 10:40:54 -07:00
Darren Kitchen f7a8e70fcc
Merge pull request #25 from rcoemans/patch-5
Update readme.md
2020-08-21 10:40:44 -07:00
Darren Kitchen 8891bee930
Merge pull request #24 from rcoemans/patch-4
Update readme.md
2020-08-21 10:40:32 -07:00
rcoemans 6885244529
Update restore.sh
Improved CHECK_INPUT_PARAM function a bit.
2020-08-21 15:23:24 +02:00
rcoemans 83dc8ea2c0
Update payload.sh
Added Stealth Mode and fixed LLDP attack function.
2020-08-21 15:05:56 +02:00
rcoemans 9959071f00
Update readme.md
Fixed some typo's and added Hak5 Forum Thread url.
2020-08-21 09:39:06 +02:00
rcoemans 9fc6ec944b
Update readme.md
Fixed some typo's and added Hak5 Forum Thread url.
2020-08-21 09:36:02 +02:00
Darren Kitchen 8633b49886
Merge pull request #21 from rcoemans/master 2020-08-20 15:08:48 -07:00
rcoemans bc3ac45363
Merge pull request #2 from rcoemans/rcoemans-patch-2
Network Recon framework payload with logging notification and exfiltr…
2020-08-20 21:30:28 +02:00
rcoemans 0e190ca030
Network Recon framework payload with logging notification and exfiltration
Swiss knife network reconnaissance payload with options for SSH server, Cloud C2 exfiltration and led blinking for IP address, payload is based on various sample payloads from HAK5, MonsieurMarc, Topknot and others. This payload script has been organized in a way it is easy to be extended with additional recon (attack) functions.

The script has been created in a modular fashion which allows easy extending the script with new functions (e.g. recon, notification or exfiltration functions). The script furthermore incorporates logic to determine already existing loot folders and create a new (unique) loot folder every time the script is executed.
2020-08-20 21:30:12 +02:00
rcoemans 08b8ae41b8
Merge pull request #1 from rcoemans/rcoemans-patch-1
Backup and Restore scripts with logging and notification
2020-08-20 21:28:25 +02:00
rcoemans ed82e9fad2
Backup and Restore scripts with logging and notification
Being tired of having to re-image your Shark Jack and going through the hassle of backing up and restoring the device? These shell scripts will help you to backup and restore all important data on your Shark Jack.

The scripts has been created in a modular fashion which allows easy extending the scripts with new functions. The backup script (`backup.sh`) incorporates logic to determine already existing backup folders and create a new (unique) backup folder every time the script is executed.
2020-08-20 21:27:44 +02:00
Darren Kitchen 205b13abb4
Update payload.sh 2020-07-14 08:48:38 -07:00
Darren Kitchen ac62eca388
Update payload.sh 2020-05-25 12:55:31 -07:00
Darren Kitchen 3a2dde1ac9
Merge pull request #18 from DeviantSec/master
Payload that scans a target subnet and exfils l00t to Slack
2020-05-21 01:26:59 -07:00
deviant 1698a082c3
Update payload.sh 2020-05-20 19:33:41 -07:00
deviant d8be685b59
Add files via upload 2020-05-20 18:16:04 -07:00
Darren Kitchen 3100ae4047
Merge pull request #17 from danthegoodman1/master
MAC changer/spoofer payload
2020-03-01 11:10:02 -08:00
Dan Goodman 7add983518 mac changer payload 2020-02-01 09:28:15 -05:00
Marc ebe9645800
sharkjack.sh: Remove reference to undefined usage function 2020-01-28 19:37:03 +00:00
Darren Kitchen 59817daf53
Merge pull request #12 from private-locker/master
Adding Nmap-C2 to Payloads Repo.
2020-01-16 13:26:05 -08:00
Darren Kitchen 5681eb2108
Merge pull request #14 from crdx/update-ssh-ip-blinker
Update ssh-ip-blinker to work with 3-digit octets
2020-01-02 11:12:57 -08:00
crdx a70ad92ac1
Update ssh-ip-blinker to work with 3-digit octets 2019-12-30 18:21:28 +00:00
Darren Kitchen 6d3a199536
Merge pull request #13 from woundride/master
netdiscover-passive-payload
2019-12-22 11:13:48 -08:00
woundride 7d9abd3f2a
netdiscover-passive-payload 2019-12-19 08:49:53 +00:00
Darren Kitchen 85e84ed7ec
Merge pull request #10 from chill633/chill633-patch-1
Update payload.sh
2019-12-18 19:48:01 -08:00
Darren Kitchen e9796731b6
Merge pull request #11 from woundride/master
Active netdiscover Payload submitted
2019-12-18 19:46:34 -08:00
Private-Locker, LLC af715af898
Adding small fixes to payload. 2019-12-17 16:57:43 -08:00
Private-Locker, LLC bbf6c58837
Update payload.sh 2019-12-17 16:52:48 -08:00
Private-Locker, LLC 8ac19ac4f6
Adding Nmap-C2 to Payloads folder for Hak5
No credit needed. Added C2 Exfiltration of all files in the Nmap $LOOT_DIR. - Could be cleaner.
2019-12-17 16:29:44 -08:00
Private-Locker, LLC 5b26382058
Delete Nmap-C2 2019-12-17 16:28:29 -08:00
Private-Locker, LLC 677cc2b0a8
Create Nmap-C2 2019-12-17 16:28:16 -08:00