Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is Bare Metal Server?

https://cdn-images-1.medium.com/max/1200/0*QkzfcWvmDQ1g-GvZ.jpeg
Users may accomplish cloud computing by renting either a Bare Metal Server (a real computer) or a Virtual Server from a cloud services…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What is NIMDA Virus?

https://cdn-images-1.medium.com/max/1280/0*34pZOlIEPYFTIHxT.jpg
Nimda is a computer virus that first appeared on September 18, 2001 and slowed Internet traffic as it spread. Nimda used four entry points…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Darkdump2 - Search The Deep Web Straight From Your Terminal

https://blogger.googleusercontent.com/img/a/AVvXsEgdAo6TFEdFheZEcmpZVGC0r9BoIjvvLSvfvSFj4iBJBoDC2vesDDRPfEJ6Unh3yLppU00ldWSPA4obp0vVEU0yGJUqb9NGVnbIMmcrzFuCba_S52ts8bko5H9KiL0gERmOCSm2yk04wFHPtG9T6CQHP6zoV6UOxYSdsYG4XW3dzAGF86w_mLvjLHVmvA=w386-h400
About Darkdump (Recent Notice - 12/27/22)

Darkdump is a simple script written in Python3.11 in which it allows users to enter a search term (query) in the command line and darkdump will pull all the deep web sites relating to that query. Darkdump2.0 is here, enjoy!

Installation

1. git clone https://github.com/josh0xA/darkdump

2. cd darkdump

3. python3 -m pip install -r requirements.txt

4. python3 darkdump.py --help
Usage

Example 1: python3 darkdump.py --query programming
Example 2: python3 darkdump.py --query="chat rooms"
Example 3: python3 darkdump.py --query hackers --amount 12
* Note: The 'amount' argument filters the number of results outputted
Usage With Increased Anonymity

Darkdump Proxy: python3 darkdump.py --query bitcoin -p
Menu


____ _ _
| \ ___ ___| |_ _| |_ _ _____ ___
| | | .'| _| '_| . | | | | . |
|____/|__,|_| |_,_|___|___|_|_|_| _|
|_|

Developed By: Josh Schiavone
https://github.com/josh0xA
joshschiavone.com
Version 2.0

usage: darkdump.py [-h] [-v] [-q QUERY] [-a AMOUNT] [-p]

options:
-h, --help show this help message and exit
-v, --version returns darkdump's version
-q QUERY, --query QUERY
the keyword or string you want to search on the deepweb
-a AMOUNT, --amount AMOUNT
the amount of results you want to retrieve (default: 10)
-p, --proxy use darkdump proxy to increase anonymity



Visual

https://blogger.googleusercontent.com/img/a/AVvXsEh1rxzBtWIn9C9vBOvCqq4MvHIAuD28RZNIPUT5bmdMJCbwbCFhEiJ0gU_UeeGRZ3iMy7ekrynWduG6MM95J16ZVMGNsA9kwXBZZKMPq2M4wznFH5b2CcG7002AT91DxwBcDmxOhgqMNBXLfdmz_HZMec7tANb2QINCxQwPM43ojeYqhNBzO9trf2FDPw=w640-h440

Ethical Notice

The developer of this program, Josh Schiavone, is not resposible for misuse of this data gathering tool. Do not use darkdump to navigate websites that take part in any activity that is identified as illegal under the laws and regulations of your government. May God bless you all.

License

MIT License
Copyright (c) Josh Schiavone
Download Darkdump