Skip to content

Commit 77d04fa

Browse files
committedJul 28, 2018
2.1.5
Remade installation menu, now you can select multiple tools at once. Fixed no output when handshake scanning. Fixed wifiphisher launch when only 1 interface available. Added option to select the entire network as target at auto-exploit browser menu. Angry IP updated. Fixed routersploit installation. Added new wififb menu that auto-saves captured credentials, triggered only via ks. Added new error for auto-fix, when pyrit handshake verification always is bad. Auto exiting deauth attack when specified num of deauths completed. Option to not ask for confirmation to remove and reinstall already installed tools. Improved "local IPs and gateways" feature. Added option to autocheck for handshake every x seconds. Added option to copy captured handshake to desktop after validating. Go to gateway's IP in browser by typing 'gate'. Added Yuki Chan to website tools. Fixed install.sh error in gnome-terminal command. Fixed airodump's \x00\x00\x00 bug on output when scanning. Added default wififb names. Fixed fluxion's installation. Added option to test arp-scan IPs with eternalblue exploit. Fixed unlock WPS menu errors. Fixed Fluxion launch error due to latest fluxion version. Fixed Kwetza installation typo. Fixed many bugs, but not even half.
1 parent e876f7d commit 77d04fa

File tree

7 files changed

+2335
-1322
lines changed

7 files changed

+2335
-1322
lines changed
 

‎Changelog

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2.1.5
2+
Remade installation menu, now you can select multiple tools at once.
3+
Fixed no output when handshake scanning.
4+
Fixed wifiphisher launch when only 1 interface available.
5+
Added option to select the entire network as target at auto-exploit browser menu.
6+
Angry IP updated.
7+
Fixed routersploit installation.
8+
Added new wififb menu that auto-saves captured credentials, triggered only via ks.
9+
Added new error for auto-fix, when pyrit handshake verification always is bad.
10+
Auto exiting deauth attack when specified num of deauths completed.
11+
Option to not ask for confirmation to remove and reinstall already installed tools.
12+
Improved "local IPs and gateways" feature.
13+
Added option to autocheck for handshake every x seconds.
14+
Added option to copy captured handshake to desktop after validating.
15+
Go to gateway's IP in browser by typing 'gate'.
16+
Added Yuki Chan to website tools.
17+
Fixed install.sh error in gnome-terminal command.
18+
Fixed airodump's \x00\x00\x00 bug on output when scanning.
19+
Added default wififb names.
20+
Fixed fluxion's installation.
21+
Added option to test arp-scan IPs with eternalblue exploit.
22+
Fixed unlock WPS menu errors.
23+
Fixed Fluxion launch error due to latest fluxion version.
24+
Fixed Kwetza installation typo.
25+
Fixed many bugs, but not even half.
26+
27+
128
2.1.4
229
New WPS feature added: Pixie loop till pin found.
330
New WPS feature added: Unlock WPS for APs with locked WPS.(beta)

‎install.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
mkdir /root/lscript
1717
cp -r "$DIR"/* /root/lscript
1818
chmod +x /root/lscript/install.sh
19-
gnome-terminal -e "bash /root/lscript/install.sh"
19+
gnome-terminal -- "bash /root/lscript/install.sh"
2020
fi
2121
echo -e "Installing lscript..."
2222
sleep 1
@@ -50,6 +50,9 @@ cp /root/lscript/lh41 /bin/lscript
5050
cp /root/lscript/lh42 /bin/lscript
5151
cp /root/lscript/lh43 /bin/lscript
5252
clear
53+
#required for gui
54+
apt-get -y install ncurses-dev
55+
clear
5356
if [[ ! -d /root/handshakes ]]
5457
then
5558
mkdir /root/handshakes
@@ -101,5 +104,5 @@ sleep 1
101104
clear
102105
echo -e "Open a NEW terminal and type 'l' to launch the script"
103106
sleep 4
104-
gnome-terminal -e l
107+
gnome-terminal -- l
105108
exit

0 commit comments

Comments
 (0)