Skip to content

Commit

Permalink
Fix openssl, fix fingerprints nzyme and alias hashcat
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Jul 23, 2024
1 parent eb313d6 commit 755e837
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions Attacker/installTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ cd $VERSION
./config --prefix=/usr/local/openssl --openssldir=/usr/local/openssl shared zlib

# Update the library path in .bashrc
echo 'export PATH=/usr/local/openssl/bin:$PATH' >> ~/.bashrc
echo 'export LD_LIBRARY_PATH=/usr/local/openssl/lib:$LD_LIBRARY_PATH' >> ~/.bashrc
echo 'export PKG_CONFIG_PATH=/usr/local/openssl/lib/pkgconfig:$PKG_CONFIG_PATH' >> ~/.bashrc
#echo 'export PATH=/usr/local/openssl/bin:$PATH' >> ~/.bashrc
#echo 'export LD_LIBRARY_PATH=/usr/local/openssl/lib:$LD_LIBRARY_PATH' >> ~/.bashrc
#echo 'export PKG_CONFIG_PATH=/usr/local/openssl/lib/pkgconfig:$PKG_CONFIG_PATH' >> ~/.bashrc

# Source .bashrc to apply changes
source ~/.bashrc
Expand Down Expand Up @@ -153,6 +153,9 @@ rm /usr/bin/hashcat
#udo cp hashcat.hcstat2 /usr/bin/
#sudo cp hashcat.hctune /usr/bin/

echo "alias hashcat='~/tools/hashcat-6.0.0/hashcat.bin'" >> /root/.bashrc
echo "alias hashcat='sudo ~/tools/hashcat-6.0.0/hashcat.bin'" >> /home/user/.bashrc

# Creap
cd $TOOLS
git clone https://github.com/Snizz/crEAP
Expand Down
4 changes: 2 additions & 2 deletions Clients/config/startClients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ done &
LAST=$!

# PSK .2
sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_WPA_PSK -c /root/pskClient/wpa_psk.conf > /root/logs/supplicantPSK.log &
sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_WPA_PSK -c /root/pskClient/wpa_psk.conf > /root/logs/supplicantPSK.log &
sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_WPA_PSK2 -c /root/pskClient/wpa_psk.conf > /root/logs/supplicantPSK2.log &

sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_PSK_NOAP -c /root/pskClient/wpa_psk_noAP.conf > /root/logs/supplicantNoAP.log &
sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_PSK_NOAP -c /root/pskClient/wpa_psk_noAP.conf > /root/logs/supplicantNoAP.log &
sudo wpa_wifichallenge_supplicant -Dnl80211 -i$WLAN_PSK_NOAP2 -c /root/pskClient/wpa_psk_noAP.conf > /root/logs/supplicantNoAP2.log &

# OPEN .0
Expand Down
4 changes: 2 additions & 2 deletions nzyme/nzyme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ uplinks: []
bssids: [
{
address: "f0:9f:c2:11:0a:24",
fingerprints: [ e0068dfc8f823671ce76155d3f43c4872539e0434103ba84d8415ee0e9efb5a0 ]
fingerprints: [ df5b5f9eec31df5ec9e9e020d00abacde6fd7acd3e4cce45675510b72bbb107b ]
}
]
},
Expand All @@ -174,7 +174,7 @@ uplinks: []
bssids: [
{
address: "f0:9f:c2:1a:ca:25",
fingerprints: [ 5fc6d5a6ff2035b42656acff707141b7e4bef622ac92976c964b25d4c4026871 ]
fingerprints: [ 0d8c1f599eedc365bafbe63fb7c7c8f5592f01c3059a619d79035902fa5d781a ]
}
]
},
Expand Down

0 comments on commit 755e837

Please sign in to comment.