Posts

Showing posts from June, 2022

how to install pyrit in kali linux 2022.3

Image
 what is pyrit. Pyrit allows you to create massive databases of pre-computed  WPA/WPA2-PSK  authentication phase in a space-time-tradeoff. By using the computational power of Multi-Core CPUs and other platforms through  ATI-Stream , Nvidia CUDA  and  OpenCL , it is currently by far the most powerful attack against one of the world's most used security-protocols. WPA/WPA2-PSK is a subset of  IEEE 802.11 WPA/WPA2  that skips the complex task of key distribution and client authentication by assigning every participating party the same  pre shared key .  clone pyrit from github  complete tutorial avalible on youtube.  video tutorial: 

wifite2 troubleshoot & basic tutorial

Image
Wifite2 is a tool for automating wireless network attacks. It is designed to be used with Kali Linux, but is also available for other platforms. Wifite2 is a powerful tool that can be used to test the security of wireless networks and identify vulnerabilities that can be exploited. It includes a wide range of features, such as support for cracking WEP and WPA passwords, attacking multiple wireless networks at once, and customizing attack settings and options.  wifite Basic tutorial  Wifite2 in nature is pretty much automated script , once we hit sudo wifite it will automatically starts  network adapter into capture mode , and start searching the available connections to crack.  But before using wifite we have to troubleshoot it and install some requirement packages manually. ( pyrit and hcxtools)  here is the link to troubleshoot  wifite before use.   Video tutorial : complete wifite troubleshoot before use    . After troubleshootin...

Anon-sms github kali linux Complete tutorial

Image
Anon SMS A Tool To Send Messages Anonymously.. Contribute to HACK3RY2J/ Anon - SMS  development by creating an account on GitHub. complete tutorial on Anon -sms in avalible on our youtube channel.  Anon-Sms kali linux tutorial

how to Setup Ngrok tunnel in kali linux

Image
what is ngrok. ngrok secure tunnels and cloud edges add security and scalability to you apps allowing you to put anything on the internet in a single command. Ngrok is a free service that helps you share a site or server running on your local machine. Ngrok is a useful utility to create secure tunnels to locally hosted applications using a reverse proxy. It is a utility to expose any locally hosted application over the web. Ngrok is a powerful tool and Alan Shreve is an extraordinary personality!   He makes this available for free use!  No credit card required!   Just open an account here and give this a try!   Then download Ngrok to your local Windows, MAC O/S or Linux development platform, unzip it and run it with a very simple configuration command.   You might enter  “Ngrok http 80” into your terminal window to indicate that you have a web server listening on port 80 on your local machine. complete video tutorial is avalible on youtu...