Skip to content
/ beholder Public
forked from pasknel/beholder

Pentest tool for OSINT in social networks

Notifications You must be signed in to change notification settings

xstpl/beholder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pentest tool for OSINT in social networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.9%
  • Python 27.5%
  • CSS 23.4%
  • JavaScript 1.2%