π
π
π
π
Intruder
Twitter
Searchβ¦
About Shantanu Khandelwal
Reporting
Excel Sheet to Word Report by PowerShell
Ghostwriter - Add report type
Red Team
HTTPS C2 Done Right NGINX
Domain Front
GoLang
ShellCode Injection
PowerShell
Database
Dealing with the Errors
Setting Up OPENVAS in KALI 2020.3
Phishing
Connecting GoPhish with Office365
SharpLoginPrompt - Success and a Curious Case
Gophish MODs
Long Live DMARC - Email Spoof issues
Talks I Like
Talks Worth Checking Out
Powered By
GitBook
Setting Up OPENVAS in KALI 2020.3
Dealing with openvas installation error in KALI 2020.3
OLD way to install and configure OpenVAS
1
sudo apt install openvas -y
2
sudo openvas-setup
3
sudo openvas-feed-update
4
sudo openvas-start
Copied!
Error
1
command not found
Copied!
Update- New way to install OpenVAS
OpenVAS is changing the name to GVM (Greenbone Vulnerability Management).The new command
gvm
has replaced all
openvas
commands.
In Kali Rolling updated repository, we now should use gvm instead of openvas command
1
sudo apt install gvm -y
2
sudo gvm-setup
3
sudo gvm-feed-update
4
sudo gvm-start
Copied!
Previous
MSSQL Link Crawl - OpenQuery Quotes Calculator
Next - Phishing
Connecting GoPhish with Office365
Last modified
1yr ago
Copy link
Contents
OLD way to install and configure OpenVAS
Error
Update- New way to install OpenVAS