Code Monkey home page Code Monkey 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

OUTPUT:

image

Finding IP address:

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

image

Finding Hosting Company

get further detail by using ip2location.com website.

OUTPUT

image History of the website:

OUTPUT:

https://web.archive.org/ image

nc 172.17.52.118 80

image

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

image

Whatweb:

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

OUTPUT

image image

httprint

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

OUTPUT

image

Tracing the Location

TCP Traceroute:

sudo traceroute -T www.saveetha.ac.in

OUTPUT

image

UDP Traceroute:

sudo traceroute -U www.saveetha.ac.in

OUTPUT

image

ICMP Traceroute:

sudo traceroute  www.saveetha.ac.in

OUTPUT

image

RESULT:

The information gathering techniques tools/procedure were identified successfully

informationgathering's People

Contributors

gowriganeshns avatar raja8334 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.