Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Saturday, July 4, 2020

How to Connect Wireless Adapter to Kali Linux 2020

Hello Friend, 

let talk today about a problem facing a lot of us when it came to Wireless Pen Testing with Kali 2020, and the problem is when you connect your wireless adapter to Kali Linux its seems like no thing has been connected, so for that matter we will doing the following, 

I'm considering that you just installed Kali 2020, so you will need to set the sources.list, its enable you to do your systems update and install the tools that you want, so let set up our sources.list by using the commands below, in terminal, 


echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list

echo "deb http://http.kali.org/kali kali-last-snapshot main non-free contrib" | sudo tee /etc/apt/sources.list

echo "deb http://http.kali.org/kali kali-experimental main non-free contrib" | sudo tee -a /etc/apt/sources.list

but, i would like to mention that if you logged in with kali user you will need to provide the kali's password with the first command, or you can add a Root user to your system by following the commands here

after that, now you OS  is ready to be updated by using the command, 

sudo apt update && sudo apt upgrade 

it will take some time to finish updating and upgrading, the last thing to do right now is installing the driver for wireless adopter by using the command, 

sudo apt install firmware-ralink 


now if you adapter is connecting, you will notice that the wireless networks start to be discovered. 


for that matter that's it, hoping it was useful for you, don't forget to leave a reaction to this post. 

 

Friday, July 3, 2020

Wireless Networks Pen Testing with LAZY SCRIPT


Hi Friends, 

let talk today about wireless networks penetration testing as a lot of people talk about in these days, at first i would to say its not easy to hack your neighbors WiFi, but there are tools that makes it easy to you with no coding and with no any effort. 

so,for that matter today we will going to talk about LAZY SCRIPT

its a script for wireless networks pen testing that have a lot of tools embedded in it, so by installing this script you will be able to deal with a lot of tools for the same matter. 

LAZY SCRIPT  is used with all types of WiFi encryption, and an different method is used with each encryption, for example  

Handshake         (WPA-WPA2)
Find WPS pin    (WPA-WPA2)
WEP hacking     (WEP) 

its enable you to crack passwords or enter Wi-Fi networks near you and a lot more, like
quick access to network information such as "gateway", your IP address, MAC address, and ARP scan to detect all other devices on the network.

and the good thing about it that it use an graphical interface to deal with just by typing numbers. 

 
This powerful tool in usage and simple in use, used to penetrate wireless networks, also it has easy  installation, setup and use

To install the tool, open a new terminal and type the following commands: 

git clone https://github.com/arismelachroinos/lscript.git

navigate inside the installed folder 

cd lscript

make the file executable 

chmod + x install.sh

./install.sh

After downloading the tool now, you can open it via a new terminal and type the letter "l" the first time. 





You will be asked to enter the name of the interferes in the status of  Monitor Mode and Managed Mode of the wireless adapter, and continue your pen testing 
to get results fast and easily. 




In addition for WiFi tools it also use for other cyber attacks like,

Email spoofing
Metasploit automation (create payloads,listeners,save listeners for later etc...)
Auto eternal blue exploiting (check on ks) -> hidden shortcuts
Browser auto-exploiting with BeEF and MITMf
SQLmap automated
+more 



all what you have to do, is choosing the number of the action you want to take. 

Good luck, leave me a comment with your experience with LAZY SCRIPT

Tuesday, June 30, 2020

How to create Root user in Kali Linux 2020

Hello Friends, 

as we all know that the new version of Kali Linux came up with no root user,it have just a kali user with password kali in order in minimize the privileges, and by default there is no super user anymore, but we can create the root user with its super privileges. 

so, lets start 

start up your Kali Linux with the kali/kali as username and password, after that open the terminal, 


in terminal 

sudo su 

then press Enter, 

the system will ask you about the password, 

write down the kali password which is kali

so, i need you to notice now that your user has been switched to root, 

so after getting the root user you should set a password to the user to be able to login with root user so, write 

passwd

then press enter

then write your root user password's twice to conform the password. 


and now try to logoff and login with root, and enjoy using Kali Linux 2020 with your own superuser. 


if you want to watch these steps in a video press here


leave a reaction if you want to continue with these posts. 


good luck.