Skip to content
/ db Public

Bugbounty utility to store list of enumerated subdomains into an sqlite3 db [one liner style / Pipe and save]

Notifications You must be signed in to change notification settings

ihebski/db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

db

Mini utility to store the list of the enumerated subdomains into an sqlite3 db. [one liner Style ]

Build Status

Status: Development

Features

  • Remove duplicates
  • Query database
  • Clean results
  • Pipe results to store data
  • Export the saved records

Chaining tools

You can pipe the tools results into db

Example :

subfinder + db Build Status

Prod

Install Requirements

sudo pip3 install Flask flask_sqlalchemy loguru uuid fire csv

Add it as a bash command

cp db /usr/bin
chmod +x /usr/bin/db

Usage

Query Command
Add list of subdomains cat subdomains.txt | db or echo subdomains.txt | db
Add ONE subdmain to database db save tesla.com
Search for domain db search tesla.com
Get the new added subdomains db new
Export list of subdomains db export tesla.com or if csv db export tesla.com csv
Remove all the database records db wipe
Remove records for a specific domain db removeall tesla.com
Remove ONE record db remove tesla.com
Get all the saved records db all

PS :

  • Export function uses TXT format by default (if csv is not specified)
  • new arguments shows the latest saved records for that day only

About

Bugbounty utility to store list of enumerated subdomains into an sqlite3 db [one liner style / Pipe and save]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages