Reverie is an automated Pentest Tools Designed For Parrot Linux.
This tool will make your basic pentesting task like Information Gathering, Security Auditing, And Reporting so this tool will do every task fully automatic.
Usage Guide
Download or Clone
~# git clone https://github.com/baguswiratmaadi/reverie
Go Inside reverie Dir
~# cd reverie
Give Permission To reverie
~# chmod 777 *.sh
Run reverie without install
~# ./reverie.sh
If you want to install reverie
~# ./install.sh
Pentest Tools Auto Executed With Reverie
Also Read – Raptor WAF : Web Application Firewall Using DFA Beta
Preview of Reverie Auto Pentest
Tools Preview:
Report In HTML
Disclaimer
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…