mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-20 03:58:25 +00:00
80
payloads/library/prank/hak5website/payload.txt
Normal file
80
payloads/library/prank/hak5website/payload.txt
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
LED SETUP
|
||||||
|
ATTACKMODE HID
|
||||||
|
CUCUMBER ENABLE
|
||||||
|
LED YELLOW
|
||||||
|
|
||||||
|
pages=(
|
||||||
|
""
|
||||||
|
"pages/support"
|
||||||
|
"community"
|
||||||
|
"pages/wifi-pineapple-collection"
|
||||||
|
"products/wifi-pineapple"
|
||||||
|
"products/wifi-pineapple-enterprise"
|
||||||
|
"products/wifi-pineapple-pager"
|
||||||
|
"pages/pentest-software-collection"
|
||||||
|
"products/c2"
|
||||||
|
"products/payload-studio-pro"
|
||||||
|
"products/advanced-duckyscript-course"
|
||||||
|
"pages/hotplug-attack-collection"
|
||||||
|
"products/usb-rubber-ducky"
|
||||||
|
"products/bash-bunny"
|
||||||
|
"products/shark-jack"
|
||||||
|
"products/bug"
|
||||||
|
"products/omg-plug"
|
||||||
|
"pages/on-site-implant-collection"
|
||||||
|
"products/key-croc"
|
||||||
|
"products/packet-squirrel-mark-ii"
|
||||||
|
"products/screen-crab"
|
||||||
|
"products/lan-turtle"
|
||||||
|
"products/omg-cable"
|
||||||
|
"products/omg-adapter"
|
||||||
|
"products/omg-unblocker"
|
||||||
|
"pages/field-kit-collection"
|
||||||
|
"collections/mischief-gadgets/products/o-mg-field-kit"
|
||||||
|
"products/essential-hak5-field-kit"
|
||||||
|
"products/elite-hak5-field-kit"
|
||||||
|
"products/byofk"
|
||||||
|
"collections/workbench"
|
||||||
|
"collections/workbench/products/micro-ethernet-switch"
|
||||||
|
"collections/workbench/products/hackrf-pro"
|
||||||
|
"collections/workbench/products/cynthion"
|
||||||
|
"collections/workbench/products/glytch-crash-kit"
|
||||||
|
"collections/workbench/products/wifi-pineapple-enterprise-rack-mount"
|
||||||
|
"products/malicious-cable-detector-by-o-mg"
|
||||||
|
"pages/about"
|
||||||
|
"pages/support"
|
||||||
|
"pages/policy"
|
||||||
|
"pages/privacy"
|
||||||
|
"pages/terms-of-service"
|
||||||
|
"pages/brand-protection"
|
||||||
|
"blogs/payloads"
|
||||||
|
"blogs/guides"
|
||||||
|
"pages/media-inquiry"
|
||||||
|
"pages/authorized-resellers"
|
||||||
|
"pages/b2b-application"
|
||||||
|
"cart"
|
||||||
|
)
|
||||||
|
|
||||||
|
rand_page() {
|
||||||
|
idx=$(( RANDOM % ${#pages[@]} ))
|
||||||
|
echo "${pages[$idx]}"
|
||||||
|
}
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
page=$(rand_page)
|
||||||
|
if [ -z "$page" ]; then
|
||||||
|
url="https://hak5.org/"
|
||||||
|
else
|
||||||
|
url="https://hak5.org/${page}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LED ATTACK
|
||||||
|
QUACK GUI r
|
||||||
|
QUACK DELAY 400
|
||||||
|
QUACK STRING "$url"
|
||||||
|
QUACK DELAY 100
|
||||||
|
QUACK ENTER
|
||||||
|
|
||||||
|
LED ACTIVITY
|
||||||
|
sleep 300
|
||||||
|
done
|
||||||
17
payloads/library/prank/hak5website/readme.md
Normal file
17
payloads/library/prank/hak5website/readme.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
AUTHOR: nobody
|
||||||
|
|
||||||
|
WHAT DOES IT DO?
|
||||||
|
|
||||||
|
it opens a random page from hak5.org every 5 minutes
|
||||||
|
|
||||||
|
HOW DOES IT WORK?
|
||||||
|
|
||||||
|
the first 4 lines just changes the led and attackmode and runs the cucumbermode so it dosent overheat
|
||||||
|
|
||||||
|
the lines from 6 to 69 is just what runs the diffrent pages like what the name is what every line starts with and so on and so on
|
||||||
|
|
||||||
|
the line from 71 to 76 just runs RUN and types the page
|
||||||
|
|
||||||
|
and the last 3 lines is just a delay for 5 minutes and changes the led thats it
|
||||||
|
|
||||||
|
if you have more questions contact my discord my username is: justnobody288
|
||||||
Reference in New Issue
Block a user