Reverie – Automated Pentest Tools Designed For Parrot Linux

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

  • Whois Lookup
  • DNSwalk
  • Nmap
  • Dmitry
  • Whatweb
  • wafw00f
  • Load Balancing Detector
  • SSLyze
  • TLSSled
  • Automater
  • Nikto
  • And More Tool Soon

Also Read – Raptor WAF : Web Application Firewall Using DFA Beta

Preview of Reverie Auto Pentest

Tools Preview:

Output Result

Report In HTML

Disclaimer

  • Do not scan government and private IT objects without legal permission.
  • Do At Your Own Risk
R K

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

2 days ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

3 days ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

3 days ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

4 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

4 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

7 days ago