Posts

Showing posts from February, 2022

linux part-2

 alien  alien always convert rpm to deb or anything TheHarvester: theharvester is the most powerful tools in kali linus . this is use for email,Domain and subdomain,employ  information  code# #theHarvester -d <domain.name> -b <search engine name> Recon-ng MAC ADDRESS CHANGE on linux metchine open terminal and check IFCONFIG ifconfig eth0 down ifconfig eth0 hw ether 00:11:22:33:44:55 ifconfig eth0 up

linux part-1

 Linux os update : #sudo apt-get update #sudo apt-get distupgrade (Metasploitable) #download (Metasploitable) on rapid7 webpage . then metasploitable import on your virtual box .and find your server ip address #ifconfig   IP address scan on your kali matching using nmap/zenmap command: nmap -0 192.168.1.101 nmap code# nmap -p 1-65535 -T4 192.168.1.101 syn scan parameter is -sS: nmap -sS  -T4 192.168.1.101                                                       nmap -sS -p 1-65535  192.168.1.101   (Searchploit): -> open terminal and type searchspolit <windows> windows is exploit index name  (DNSENUM):  #dnsenum google.com (DNSMAP): #dnsmap google.com <domain.name>       find phone number contact, and other subdomain . (DNSTRACER): #dnstracer <domain name ...