THE KNGs

PASSWORD CRACKING SO1E3

4 min · 13. kesä 2022
jakson PASSWORD CRACKING SO1E3 kansikuva

Kuvaus

In this episode we talked of some old fashioned ways to crack password and some high-tech techniques also. Link in description http://packetstormsecurity.org/Crackers/wordlists/ [http://packetstormsecurity.org/Crackers/wordlists/]

Kommentit

0

Ole ensimmäinen kommentoija

Rekisteröidy nyt ja liity THE KNGs-yhteisöön!

Aloita nyt

1 kuukausi hintaan 1 €

Sitten 7,99 € / kuukausi · Peru milloin tahansa.

  • Podimon podcastit
  • 20 kuunteluaikaa / kuukausi
  • Lataa offline-käyttöön

Kaikki jaksot

3 jaksot

jakson WIRELESS HACKING kansikuva

WIRELESS HACKING

In this episode I talked about wireless hacking. Command’s mentioned ; Thenextstepistostartcollectingdatafromtheaccesspointwith airodump. Open up a new terminal and start airodump by typing in the command: 1. airodump-ng -c [channel#] -w [filename] --bssid [bssid] [device] Leavetheaboverunningandopenanotherterminal.Nextwewillgenerate some fake packets to the target access point so that the speed of the data output will increase. Put in the following command: 2. aireplay-ng -1 0 -a [bssid] -h 00:11:22:33:44:55:66 -e [essid] [device] Now,wewillforcethetargetaccesspointtosendoutahugeamountof packets that we will be able to take advantage of by using them to attempt to crack the WEP key. Once the following command is executed, check your airodump-ng terminal and you should see the ARP packet count to start to increase. The command is: 3. aireplay-ng -3 -b [bssid] -h 00:11:22:33:44:5:66 [device] Onceyouhavecollectedaround50k-500kpackets,youmaybeginthe attempt to break the WEP key. The command to begin the cracking process is: 4. aircrack-ng -a 1 -b [bssid] -n 128 [filename].ivs In this command the -a 1 forces the program into the WEP attack mode, the

28. tammi 20236 min