Coder Social home page Coder Social logo

informationgathering's Introduction

InformationGathering

Information Gathering Techiques

To perform information gathering techniques

AIM:

To perform information gathering techniques using kali linux

STEPS:

Step 1:

Install kali linux either in partition or virtual box or in live mode

Step 2:

Investigate on the various categories of tools as follows:

Step 3:

Open terminal/browser and try execute necessary commands/use url to perform information gathering

Pen Test Tools Categories:

Following Categories of pen test tools are identified for information gathering: Footprinting is a part of the reconnaissance process which is used for gathering possible information about a target computer system or network. http://www.whois.com/whois website to get detailed information about a domain name information including its owner, its registrar, date of registration, expiry, name server, owner's contact information, etc.

OUTPUT:

Finding IP adress:

ping command is available on Windows as well as on Linux OS. Following is the example to find out the IP address of saveetha.ac.in.

ping saveetha.ac.in

OUTPUT:

History of the wbsite:

Output:

https://web.archive.org/

Web server Fingerprint:

Netcat:

nc 172.17.52.118 80

OUTPUT:

nmap

nmap -p 21 -sV --script=banner ftp.vim.org

OUTPUT

image

Whatweb:

whatweb infosys.com
whatweb zoho.com
whatweb -v -a 3 172.17.52.201

OUTPUT

image

httprint

httprint -h 172.17.52.201 -s /usr/share/httprint/signatures.txt -P0 |more

OUTPUT

239422518-e1275ae0-7aef-43d9-a8bf-99be791d0070

Tracing the Location:

TCP Traceroute:

sudo traceroute -T www.saveetha.ac.in

OUTPUT

239422644-67469d67-bba1-4fa1-925d-1bc35c4146ca

UDP Traceroute:

sudo traceroute -U www.saveetha.ac.in

Output:

239422752-6f980827-c16f-4865-afff-1de0714937fd

ICMP Traceroute:

sudo traceroute  www.saveetha.ac.in

Output:

239423060-5b0e049e-98ee-4849-ad1c-de8d8189927e

RESULT:

The information gathering techniques tools/procedure were identified successfully

informationgathering's People

Contributors

vasanthamukilan avatar gowriganeshns avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.