mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2025-01-18 00:25:28 +00:00
adding letmeout script
I created a quick bash script to test open ports that are available for exfil using mubix's site.
This commit is contained in:
parent
d578e1b168
commit
e648e1caba
12
useful_commands_and_scripts/letmeout.sh
Normal file
12
useful_commands_and_scripts/letmeout.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# quick script to test exfil ports
|
||||
# using mubix letmeoutofyour.net website
|
||||
# omar santos @santosomar
|
||||
|
||||
|
||||
for i in $(eval echo {$1..$2})
|
||||
do
|
||||
echo "Is port $i open for potential exfil?"
|
||||
curl http://letmeoutofyour.net:$i
|
||||
|
||||
done
|
Loading…
Reference in New Issue
Block a user