Skip to content

The BleciPunTn is a powerful and versatile IP scanning tool written in Go that allows users to fetch detailed information about IP addresses, such as location, organization, and reverse DNS data. It also supports port scanning to check for open ports on both internal and external IP addresses.With an easy-to-use command-line interface

License

Notifications You must be signed in to change notification settings

joe444-pnj/BleciPunTn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BleciPunTn

BleciPunTn is a powerful Open Source Intelligence (OSINT) tool written in Go that provides detailed information about IP addresses, including geolocation, hostname, organization, and more. It also features port scanning capabilities for open ports and service identification.

Features

  • IP Information Retrieval: Fetches details like hostname, location, timezone, organization, and more for given IP addresses.
  • Reverse DNS Lookup: Performs reverse DNS lookup to find domain names associated with IP addresses.
  • Port Scanning: Scans a range of ports to identify open ports and the services running on them.
  • Banner Grabbing: Attempts to retrieve banners from open ports to identify services.
  • Colored Output: Uses colors to differentiate various pieces of information for better readability.
  • Logging: Saves scan results to a logs directory for future reference.
  • Interactive Mode: Allows users to enter IP addresses interactively, with support for multiple commands like clear and help.

Getting Started

Prerequisites

  • Static Badge

  • An internet connection to fetch IP information

Installation

  1. Clone the Repository:

    git clone https://github.com/joe444-pnj/BleciPunTn.git
    cd BleciPunTn/cmd
  2. Install Dependencies:

    go mod tidy

Usage

Run the tool using the following command:

go run main.go

About

The BleciPunTn is a powerful and versatile IP scanning tool written in Go that allows users to fetch detailed information about IP addresses, such as location, organization, and reverse DNS data. It also supports port scanning to check for open ports on both internal and external IP addresses.With an easy-to-use command-line interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages