Basic Information Gathering and Security Scanner
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