Skip to content

hakkitoklu/BiPiTi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BiPiTi

Basic Information Gathering and Security Scanner

Python License: GPL v3 Version: v1.0

Introduction

BiPiTi is a basic information gathering tool consist of main infomation gathering scripts and additional basic sql and xss vulnerability scanner scripts. It is coded for self development and educational purpose. Please do not consider this tool as a professional work. In this repository, my intent is coding tools which I think will improve me, and share these tools.



Features

  • Whois Lookup
  • Mail Dump
  • Link Crawl
  • SSL Certificate Info
  • SQL Injection
  • XSS
  • Port Scanner
  • CVE Details Finder related with Port Scanner



Installation

$ git clone https://github.com/hakkitoklu/BiPiTi.git
$ cd BiPiTi
$ pip3 install -r requirements.txt 


Usage

$ python3 bipiti.py -a whois -t https://www.example.com
$ python3 bipiti.py -a maildump -t https://www.example.com
$ python3 bipiti.py -a linkcrawl -t https://www.example.com
$ python3 bipiti.py -a certificate -t https://www.example.com
$ python3 bipiti.py -a sql -t https://www.example.com
$ python3 bipiti.py -a xss -t https://www.example.com
$ python3 bipiti.py -a portscanner -t https://www.example.com

About

BiPiTi - Basic Information Gathering and Security Scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages