LIDAR is a surveying technology that measures distance by illuminating a target with a laser light. Lidar exists as an acronym of Light Detection And Ranging, and was originally created as a portmanteau of "light" and "radar" RAdio Detection And Ranging.
Scan the ip with nmap + proxychains to route it over tor;
anon@1337-817chs:~$sudo proxychains nmap -v -Pn -Ss -T4 -A -p 1-65535 104.28.##.105 Scan the site with nikto and uniscan + proxychains to route it over tor;
anon@1337-817chs:~$sudo proxychains nikto -h www.Jihadist.ps && proxychains nikto -h 104.28.##.105 anon@1337-817chs:~$sudo proxychains ./uniscan -u https://www.Jihadist.ps/
that will take awhile...check on your sqlmap results from chapter 1
any usernames or passwords? ooh goody...
on too metasploit!!
The following info should have been obtained with the help of the tor cloaked scanning
Target ip (from nslookup) 104.28.##.105
Target OS and Version (from nmap set to zero ping "-Pn" to avoid detection The
-Ss option tells nmap to perform a stealth scan, the -A option tells it to try to discover OS)
kick it oldschool by googling "OS version Exploit Metasploit" to check for any quick exploit modules in Metasploit.
We need to find out the OS and ports and services running on the target system.
Once you find the open ports and service like a samba port its party time.