Posted On March 31, 2019

PEN TEST

kimconnect 0 comments
blog.KimConnect.com >> Windows >> PEN TEST
Kali Linux: Pen testing Linux Distro: https://www.kali.org/get-kali/
VMware Images: https://www.kali.org/get-kali/#kali-virtual-machines

AirCrack-NG: WIFI
Acunetix: Web Servers
Cain & Abel: Man in the middle attack for passwords
Ettercap: ARP poisoning to sniff packets
John the Ripper: Password cracking program
Metasploit: Pen test and intrusion detection
Nessus: scans for open relay, missing service packs, low complexity passwords, Hydra to dictionary attack, DDoS
Nmap: port scanner
Kismet: silent Wifi sniffer
Wireshark: packet sniffer and USB I/O capture
smhasher: reverse hashing tool

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Kill a Windows Service Forcefully

# killService.ps1 $serviceName='vmms' function killService($serviceName='Spooler',$restart=$false){ $processId=Get-WmiObject -Class Win32_Service -Filter "Name LIKE '$serviceName'"|Select-Object -ExpandProperty ProcessId if($processId.count…

How to Fix Corrupted Windows System Files

Symptoms:- Blue Screens- Slow booting- You have too much free time- This appears out of…