Cyber security

Prying Deep – Unveiling The Depths Of The Web

I’ve seen multiple projects out there in GitHub, that are crawlers for the deep web, but most of them did not meet my standards of OSINT on the deep web.

So I decided to create my own deep web OSINT tool.

This tool serves as a reminder that the best practices of OPSEC should always be followed in the deep web.

The author of this project is not responsible for any possible harm caused by the usage of this tool.

What Does This Tool Do?

Prying Deep crawls dark/clear net platforms and extracts as much intelligence as possible effectively.

Getting Started

Prerequisites

Before you can use our OSINT tool, please ensure you have the following dependencies installed:

  1. Docker: (optional)
    • You can download and install Docker by following the official installation instructions for your specific operating system:
    • Docker Installation Guide.
  2. Go: (required)
  3. PostgresSQL: (required if you don’t use docker)
    • Make sure your pryingdeep.yaml environment variables match the environment in docker-compose.yaml
    • PostgreSQL Installation

Binary Installation

  1. Install the binary via:
go install -v github.com/iudicium/pryingdeep/cmd/pryingdeep@latest

2. Run the following command:

pryingdeep install

For more information click here.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Bomber : Navigating Security Vulnerabilities In SBOMs

bomber is an application that scans SBOMs for security vulnerabilities. So you've asked a vendor…

16 hours ago

EmbedPayloadInPng : A Guide To Embedding And Extracting Encrypted Payloads In PNG Files

Embed a payload within a PNG file by splitting the payload across multiple IDAT sections.…

17 hours ago

Exploit Street – Navigating The New Terrain Of Windows LPEs

Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…

3 days ago

ShadowDumper – Advanced Techniques For LSASS Memory Extraction

Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…

4 days ago

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago