8000 GitHub - arpsabbir/dork_searcher: Dorks searcher with a private api supportting all browser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arpsabbir/dork_searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Carbon Dorks Searcher

Dorks searcher with a private api supporting all browser.

Features

  • Private & Stable API
  • Free Update
  • All engine support (Google, Bing, Yahoo, ...)
  • Bypass Engine Search Limite
  • Small server requirement (1CPU, 1GB Ram & 1 IPV6 Subnet)

Installation

To download and run the server you would need the server file. Contact

After using the ssh root@[Server-IP] to connect to the server use these commands to install the api.

  apt update -y; apt upgrade -y; apt install wget unzip -y;
  wget https://dl.google.com/go/go1.20.1.linux-amd64.tar.gz;
  rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.1.linux-amd64.tar.gz;
  export PATH=$PATH:/usr/local/go/bin;
  echo "export PATH=$PATH:/usr/local/go/bin" > /root/.bashrc;
  cd /root; wget "API SERVER PACK URL";
  unzip dork_searcher.zip;
  cd /root/dork_searcher; go run .

⚠️ Make sure to change the config inside the main.go file.

Running

To run this project

  {
      "step_01":"Change api & engine string into searecher.",
      "step_02":"Start the api on the server [cd /root/dork_searcher;go run .]",
      "step_03":"Run the dork shearcher it self[python dork_searcher.py]",
      "step_04":"Enjoy"
  }

Demo

https://youtu.be/XnMH9Q0u0b4

Authors

About

Dorks searcher with a private api supportting all browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0