All Projects → Yugabdh → raven

Yugabdh / raven

Licence: GPL-3.0 license
Raven is a Web application penetration testing tool.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to raven

Argos
This script will automatically set up an OSINT workstation starting from a Ubuntu OS.
Stars: ✭ 73 (+284.21%)
Mutual labels:  osint, footprinting
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+36121.05%)
Mutual labels:  osint, footprinting
Osint Framework
OSINT Framework
Stars: ✭ 3,348 (+17521.05%)
Mutual labels:  osint, footprinting
CEH
Exam Prep for the Ec-council Certified Ethical Hacker 312-50
Stars: ✭ 71 (+273.68%)
Mutual labels:  footprinting
GatherInfo
信息收集 OR 信息搜集
Stars: ✭ 770 (+3952.63%)
Mutual labels:  osint
TryHackMe-Write-Up
The entire walkthrough of all my resolved TryHackMe rooms
Stars: ✭ 53 (+178.95%)
Mutual labels:  osint
toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+4126.32%)
Mutual labels:  osint
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (+31.58%)
Mutual labels:  osint
telegram-osint-lib
Telegram scenario-based API aimed at OSINT
Stars: ✭ 131 (+589.47%)
Mutual labels:  osint
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+531.58%)
Mutual labels:  osint
spry
social media intelligence from the command line
Stars: ✭ 40 (+110.53%)
Mutual labels:  osint
Gotanda
Gotanda is browser Web Extension for OSINT.
Stars: ✭ 149 (+684.21%)
Mutual labels:  osint
dorkscout
DorkScout - Golang tool to automate google dork scan against the entiere internet or specific targets
Stars: ✭ 189 (+894.74%)
Mutual labels:  osint
datajournalism-resources
A compilation of links to datajournalism & OSINT tools, guides and resources I find useful to keep at hand.
Stars: ✭ 84 (+342.11%)
Mutual labels:  osint
censys-recon-ng
recon-ng modules for Censys
Stars: ✭ 29 (+52.63%)
Mutual labels:  osint
flydns
Related subdomains finder
Stars: ✭ 29 (+52.63%)
Mutual labels:  osint
telescan
No description or website provided.
Stars: ✭ 120 (+531.58%)
Mutual labels:  osint
gHarvester
Proof of concept for a security issue (in my opinion) that I found in accounts.google.com
Stars: ✭ 20 (+5.26%)
Mutual labels:  osint
numspy
A python module for sending free sms as well as finding details of mobile number via website Way2sms.
Stars: ✭ 57 (+200%)
Mutual labels:  osint
scrape-youtube-channel-videos-url
This Python script is used to scrape all the video links from a youtube channel.
Stars: ✭ 34 (+78.95%)
Mutual labels:  osint

Raven is a web application footpriting tool.

Python Version Stable Release

About

Raven is an open source intelligence (OSINT) automation tool. It uses flask web-server for providing a clean and intuitive web-based interface. It's written in Python 3.

Installation

Clone repository
git clone https://github.com/Yugabdh/raven.git
cd raven

Note: Create a Python virtual environment if you don't want to conflict with local packages and then install packages in that virtual environment.

python3 -m venv venv
Install Python packages
pip install -r requirements.txt

Run

Note: Currently, only GUI is available in form of a web interface. In the next version, there will be CLI included.

python3 -m raven
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].