aniket3991 / DorksNight

DorksNight search deeply and gain result for bug bounty hunters and penetration tester via command line argument.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DorksNight

DorksNight search deeply and gain result for bug bounty hunters and penetration testers.

Dorking is techniquie which is used to learn search techniques and for deeply search results and for all those who do bug hunting, penetration testing and involved with cyber security.



🎭 Project - DorksNight
🎭 Created by - Kumar Atul Jaiswal 🀝 Aniket Mishra
🎭 Date - 19/5/2021
🎭 Programming Language - Python3

🌐 website - https://www.hackingtruth.in
🌐 website - https://academy.hackingtruth.in
🌐 website - https://www.hackingtruth.org
🌐 website - https://www.kumaratuljaiswal.in
🌐 website - https://iam.kumaratuljaiswal.in

🎭 YT Channel🎭 - https://youtube.com/c/whoiskumaratul (RIP) :-(

🎭 Stay Connected🎭


🎭 https://instagram.com/h4cking_truth.in_
🎭 https://instagram.com/hackingtruthin
🎭 https://fb.com/hackingtruthin
🎭 https://twitter.co/hackingtruthin
🎭 https://www.linkedin.com/company/hackingtruthin

🎭 https://instagram.com/whoiskumaratul
🎭 https://fb.com/whoiskumaratul
🎭 https://twitter.com/whoiskumaratul
🎭 https://linkedIn.com/in/whoiskumaratul

🎭 https://twitter.com/Aniket3991
🎭 https://www.linkedin.com/in/aniket-mishra-932408187/

Usage

You need to have Python version 3.4+

sudo apt-get install python3

Downloading and setting up the tool:

git clone https://github.com/whoiskumaratul/DorksNight.git
cd DorksNight
pip3 install -r requirements.txt

Syntax:

dorksnight.py -key KEYWORDTYPE -query QUERYTYPE

SecScraper Demo

Type: The platform where the content needs to be searched

All options for available now:

Query: The string to search, for e.g., "upload size parent directory, "admin password txt" "site nasa.gov", etc.

Output: Save the scan results in the specified file

SecScraper Demo

Examples:

python3 dorksnight.py -key "filetype xls"  -query  "username password"

python3 dorksnight.py -key "index.of /"  -query "admin password txt"

python3 dorksnight.py -key  "site gov"  -query "inurl adminlogin" 
 

For seeing dorking list:

python3 dorksnight.py -dorkinglist

SecScraper Demo

Disclaimer:

This tool is only for educational purpose and nor we promoting it wrongly. our intention is that all the content via tool which is knowledge should reach you (For DEEPLY) and through this tool, people can increase their knowledge and help others in bug bounty, penetration and cyber security. If someone misuse it so it will be your responsibility then we are not responsible for it.

Please report functionality issues and bugs if found.

License

MIT License

About

DorksNight search deeply and gain result for bug bounty hunters and penetration tester via command line argument.

License:MIT License


Languages

Language:Python 100.0%