KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
beholder
★ 35
Open GitHub ↗
Pentest tool for OSINT in social networks
Download README (.md)
Explore Similar Repositories
OffensivePowerShellTasking
:
Run multiple PowerShell scripts concurrently in different app domains!
ansible-kong-module
:
A Module to help manage a [Kong](http://getkong.com) API Gateway
Manifold-Cam
:
The project realizes to get the video data from X3 camera on M100.
gisp2
:
Reflect and Upgrade Edition For gisp
macops-molcodesignchecker
:
Simple Objective-C code signature validation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
beholder
?
Download (.md)
# beholder Pentest tool for OSINT in social networks ## Installation Steps 1. Install python3 pip apt-get install python3-pip 2. Install dependencies pip3 install -r requirements.txt 3. Add API keys (settings.py) **Make sure you declare the 'REDIRECT URI' as "http://127.0.0.1:8000/finder" when creating the Instagram developer account !!** nano settings.py 4. Setup database (only before the first execution) python3.4 manage.py migrate 5. Run web server python3.4 manage.py runserver