skavngr / rapidscan

:new: The Multi-Tool Web Vulnerability Scanner.
GNU General Public License v2.0
1.69k stars 385 forks source link

dependency list for ubuntu/arch? #40

Closed pssolanki111 closed 2 years ago

pssolanki111 commented 2 years ago

Hey There,

Amazing work on the script. I was planning to utilize the script at a few places in my CI-CD flow and I'd like to know how to install the required cli tools for ubuntu or arch?

Right now running (the names taken from dockerfile)

sudo apt install host whois sslyze wapiti nmap dmitry dnsenum dnsrecon dnswalk dirb wafw00f whatweb nikto lbd xsser fierce theharvester davtest uniscan amass

results in packages not being found on apt repos.

E: Unable to locate package sslyze
E: Unable to locate package lbd
E: Unable to locate package xsser
E: Unable to locate package fierce
E: Unable to locate package theharvester
E: Unable to locate package davtest
E: Unable to locate package uniscan
E: Unable to locate package amass

And running it without any installation skips 71 out of 80 tests so that's not nice :D

What am I missing?

Thanks P S

tristanlatr commented 2 years ago

Rapidscan is currently designed to be run on kali Linux, this is the core of the issue, if we can call that an issue.

Probably you’ll have to instal these software from sources to install them to Ubuntu.