Code Monkey home page Code Monkey logo

informationgathering's Introduction

EX.NO : 02

DATE : 24.8.2023

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:

238300689-505c1008-6602-4c30-a18f-a19831193609

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:

238300810-18c141eb-f997-4e6a-970b-1278bf0f085f

Finding Hosting Company

get further detail by using ip2location.com website.

Output:

History of the website:

Output:

238300893-192a1d85-246e-45ad-bcd0-0a70e209c601

Webserver Fingerprinting:

Netcat:

nc 172.17.52.118 80

Output:

238301333-7c38b307-51d1-45b5-85ec-751ed930ba9b

nmap:

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

Output:

238301531-4631c0fd-1296-4c74-82fa-8950c48c5a61

Whatweb:

whatweb infosys.com

whatweb zoho.com whatweb -v -a 3 172.17.52.201

Output:

238301746-ab6e52ed-b1c2-4c7c-b4cb-edc75d6de5e6 238302016-3daa0d6f-df5d-4571-bf8b-c2fe63bbc3cc

httprint:

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

Output:

238301937-a70e6db5-d324-4bee-80f9-9dfdf9b37338

Tracing the Location

TCP Traceroute:

sudo traceroute -T www.saveetha.ac.in

Output:

238302079-a4c85efc-4084-4513-895e-325f5f53f5f7

UDP Traceroute:

sudo traceroute -U www.saveetha.ac.in

Output:

238302091-8c7b84b9-8045-45c3-ba6a-f2af47f40e5e

ICMP Traceroute:

sudo traceroute www.saveetha.ac.in

Output:

238302109-00a45edd-a2df-4cc6-858c-87d5b4a6b659

RESULT:

The information gathering techniques tools/procedure were identified successfully

informationgathering's People

Contributors

durga46 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.