Skip to content

charnim/Barcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Barcode

Current Version Language GitHub contributors GitHub stars GitHub forks Twitter Follow

.______        ___      .______        ______   ______    _______   _______ 
|   _  \      /   \     |   _  \      /      | /  __  \  |       \ |   ____|
|  |_)  |    /  ^  \    |  |_)  |    |  ,----'|  |  |  | |  .--.  ||  |__   
|   _  <    /  /_\  \   |      /     |  |     |  |  |  | |  |  |  ||   __|  
|  |_)  |  /  _____  \  |  |\  \----.|  `----.|  `--'  | |  '--'  ||  |____ 
|______/  /__/     \__\ | _| `._____| \______| \______/  |_______/ |_______|

An IP reverse lookup script that accepts IP ranges and resolves them and their adjacent addresses to hostnames(PTR)
and then greps all the hostnames to detect additional IP addresses that may belong to the company.

Table of Contents

Getting Started

Tools Required

  • python3

Installation

All installation steps go here.

Usage

  • Example steps:
      python3 barcode.py -l 200 -d search_keywords.txt -i ipv4_ranges.txt
    

Where:

-l is how much ip's to look forward and backwards
-d is a keyword file containing all keywords the script will look for in the resolved name.
Example: Clientname com, clientname,clientname.org etc.
-i is the IP list to scan. Can be in each of the following formats, multiline supported:

1.1.1.1
1.1.1.1/28
1.1.1.1-1.1.1.100

Authors

@charnim

You can also see the complete list of contributors who participated in this project.

License

Barcode is open source software licensed as MIT.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages