Posts Tagged “information gathering”
Posted by alex in Security
The arping application is a simple command that will allow you to ping devices by hostname, IP address, or MAC address. The unfortunate part is that most device will not respond to the arp requests, which are directed broadcast ICMP echo requests, though there are some out there that do. I go into more detail below regarding pinging via MAC address by providing an example of the typical output, example output when a MAC address responds to the ICMP echo requests, and details about how to configure hosts to respond to these ICMP echo requests. I also show a couple of the switches available with arping and provide examples of using arping to ping devices by IP and host.
Read the rest of this entry »
Tags: Apple, apple tv, ARP, arp who-has, arping, backtrack, bt5, bt5r3, hostname, ICMP, icmp echo request, icmp echo response, identify live hosts, information gathering, IP, ip address, Linux, Mac, MAC address, microsecond, network analysis, usec, verbose, windows
2 Comments »
Posted by alex in Insights
The dnsenum.pl Perl script as described in its Perl documentation is a multithreaded script to enumerate information on a domain and to discover non-contiguous IP blocks. So the gist of dnsenum is to gather information about a specific domain using various sources. Information gathered about a domain includes sub domains, associated IP ranges, name servers, mx records, reverse DNS records, hostname IP addresses, and potential vulnerabilities via zone transfers. Below we go into detail regarding the switches available with dnsenum as well as what the command returns by default without and CLI switches.
Read the rest of this entry »
Tags: afxr, backtrack, bruteforce, dns analysis, dnsenum, dnsenum.pl, domain, google, information gathering, IP, ip-block, Linux, network analysis, network block, non-contiguous ip, reverse lookup, scrape, sub domain, zone transfer
No Comments »
Posted by alex in Security
The goofile Backtrack menu item ( Backtrack > Information Gathering > Web Application Analysis > Open Source Analysis ) is a great little Python script that provides easy access and results from one of Google’s Advanced Searches. During the information gathering phase of a penetration test it provides a great method to collect data about your target by searching a domain for specific file types. Below we describe goofile in more detail and provide an example of how goofile works.
Read the rest of this entry »
Tags: .doc, .docx, advanced search, backtrack, bt5, bt5r3, dwf, exif, file type, filetype, goofile, goofile.py, google, information gathering, kml, kmz, Linux, open source analysis, pdf, ppt, pptx, ps, python, RTF, swf, web application analysis, xls, xlsx
No Comments »
Posted by alex in Security
SNMP can be a hidden gem that seems to be overlooked sometimes during penetration testing. It is really cool the information you can obtain just using snmpwalk from the command line however the information can be lengthy and unless you are an SNMP OID library or feel like googling a bunch of different stuff it really helps to have tools such as snmpcheck available. Below we describe what snmpcheck, which is written in Perl, will accomplish for you and we also provide a couple of examples against Ubuntu and a Cisco router.
Read the rest of this entry »
Tags: 1.6.1, 861, backtrack, cisco, community string, enumeration, information gathering, Linux, mib, network analysis, oid, perl, private, public, read only, read/write, ro, router, rw, snmp, snmp analysis, snmpcheck, snmpcheck-1.8.pl, snmpcheck.pl, snmpd, tcp ports, ubuntu
No Comments »
Posted by alex in Security
Need to query Google for vulnerable SQL servers and extract MD5 hashes? The sqlscan.py Python script is your tool then. If you are using Backtrack release 5 you will first need install Python 2.4.4 and then fix sqlscan.py by following the instructions here and here. Once you have sqlscan.py functioning without errors proceed to the example below.
Read the rest of this entry »
Tags: backtrack, google query, hash, information gathering, injection, inurl, Linux, MD5, md5 hash, python, python 2.4, sql, SQL injection, sql scanner, sqlscan, sqlscan.py, vulnerable, web application analysis, web crawlers
No Comments »
|