Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viliuspovilaika/prosp3ct
A blazing fast Bing based OSINT engine
https://github.com/viliuspovilaika/prosp3ct
Last synced: 12 days ago
JSON representation
A blazing fast Bing based OSINT engine
- Host: GitHub
- URL: https://github.com/viliuspovilaika/prosp3ct
- Owner: viliuspovilaika
- Created: 2020-01-17T11:40:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T13:17:05.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:12:07.556Z (3 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - prosp3ct - A blazing fast Bing based OSINT engine (C++)
README
# prosp3ct 1.1
A C++ OSINT-oriented Bing scraper that is designed for speed and efficiency.## Getting started
Following are the instructions to build prosp3ct on your Linux system.## Getting prerequisities
### Debian / Ubuntu
```
apt-install openssl-dev
```
### RedHat
```
yum install openssl-devel
```
### Arch
```
pacman -S openssl
```## Compiling
```
chmod +x compile_prosp3ct.sh
./compile_prosp3ct.sh
```## Usage
```
./prosp3ct.bin <-q string>/<-i string> [-p int] [-o string] [-s string] [-vh]
```
### Examples
Get 5 pages of results by the search parameter (query) "github"
```
./prosp3ct.bin -q "github" -p 5
```
Get 5 pages of results for the query "prosp3ct" in github.com
```
./prosp3ct.bin -q "prosp3ct" -p 5 -s "github.com"
```
Load search parameters from a file named "input.txt"
```
./prosp3ct.bin -i input.txt
```
Load search parameters from the same file and output the results to a file named "output.txt"
```
./prosp3ct.bin -i input.txt -o output.txt
```https://www.povonsec.com