Git Product home page Git Product logo

asnfinder's Introduction

ASNFinder

ASNFinder is a tool created in Python3 that searches for ASNS in domains and organizations.

Version

0.2

Update

Arguments -asn and -ips
Arguments -d and -asn

Instalation

git clone https://github.com/yHunterDep/asnfinder
cd asnfinder
pip3 install -r requirements.txt
chmod +x asnfinder

Help of ASNfinder

./asnfinder -h

usage: asnfinder [-h] [-o ORG] [-A USER_AGENT] [-d DOMAIN] [-asn ASN] [-asns] [-ips]

options:
  -h, --help            show this help message and exit
  -o ORG, --org ORG     organização, ex: --org yahoo
  -A USER_AGENT, --user_agent USER_AGENT
                        coloque o user-agent (não obrigatório)
  -d DOMAIN, --domain DOMAIN
                        coloque um dominio
  -asn ASN, --asn ASN   coloque um asn, ex: AS7233
  -asns, --asns         o ASNFinder vai trazer apenas os ASNS
  -ips, --ips           o ASNFinder irá trazer apenas os IPs

Basic of ASNfinder (-org)

./asnfinder -o yahoo
./asnfinder -o yahoo -A 'Mozilla/5.0'

Argument -d (domain)

This command gets the domain and finds information like asns, org, cidr, etc...

./asnfinder -d yahoo.com

ASN: 36647
ASN_CIDR: 98.137.11.0/24
ASN_ORG: YAHOO-GQ1, US

Argument -asm

This command checks the ASN and org cidrs

./asnfinder -asn AS7233

"7233","YAHOO-, US"
2001:4998:ef60::/48
2001:4998:ef61::/48
209.131.48.0/23
98.136.0.0/23

Catching ASNs and IPs

./asnfinder -o yahoo -asns
./asnfinder -o yahoo -ips

asnfinder's People

Contributors

yhunterdep avatar

Stargazers

 avatar

Watchers

 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.