formats

BlindElephant – Web Application Fingerprinting

BlindElephant – Web Application Fingerprinting | BlindElephant is a nifty python app that fingerprints web applications such as wordpress, drupal, mediawiki, phpbb, joomla, and many others to determine the version of the web application. BlindElephant works via a new trendy technique of fetching static elements of the web app such as .js, .css, and other core files then running a checksum

formats

Banner Grabs with netcat and nmap

Banner Grabs with netcat and nmap | netcat can be used to quickly grab a service banner, as well as trusty nmap. I’ll show you some tips! The netcat command is simply: $ nc [target] [port] Add tack v to get more verbosity. Examples: $ nc -v scottlinux.com 22 Connection to scottlinux.com 22 port [tcp/ssh] succeeded! SSH-2.0-OpenSSH_5.3p1 $ nc -v scottlinux.com 80

Home Posts tagged "versions"