Closed pssolanki111 closed 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
71
What am I missing?
Thanks P S
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.
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)
results in packages not being found on apt repos.
And running it without any installation skips
71
out of 80 tests so that's not nice :DWhat am I missing?
Thanks P S