Skip to content

Instantly share code, notes, and snippets.

View badhonhitech's full-sized avatar
💭
I may be slow to respond.

khaleda ferdous badhonhitech

💭
I may be slow to respond.
View GitHub Profile
@badhonhitech
badhonhitech / OpenVas.sh
Created November 23, 2019 19:06 — forked from DevSecOpsGuy/OpenVas.sh
OpenVAS 9 Vulnerability Scanner on Ubuntu 18.04 LTS
https://youtu.be/O3y4GfwGX_E
#add the ppa repo, update your system
sudo add-apt-repository ppa:mrazavi/openvas
sudo apt-get update
#install the required packages
sudo apt install sqlite3
sudo apt install openvas9
sudo apt install texlive-latex-extra --no-install-recommends
@badhonhitech
badhonhitech / OpenVas.sh
Created November 23, 2019 19:06 — forked from DevSecOpsGuy/OpenVas.sh
OpenVAS 9 Vulnerability Scanner on Ubuntu 18.04 LTS
https://youtu.be/O3y4GfwGX_E
#add the ppa repo, update your system
sudo add-apt-repository ppa:mrazavi/openvas
sudo apt-get update
#install the required packages
sudo apt install sqlite3
sudo apt install openvas9
sudo apt install texlive-latex-extra --no-install-recommends
@badhonhitech
badhonhitech / ntopng.sh
Created November 7, 2019 19:53 — forked from DevSecOpsGuy/ntopng.sh
Ntopng on Ubuntu 18.04 LTS
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install ntopng
sudo systemctl restart ntopng
sudo ntopng -h
sudo ufw enable
sudo ufw allow 3000
firefox http://localhost:3000/
@badhonhitech
badhonhitech / powershell.sh
Created November 7, 2019 19:52 — forked from DevSecOpsGuy/powershell.sh
Microsoft PowerShell on Ubuntu 18.04 LTS
Microsoft PowerShell on Ubuntu 18.04 LTS
Microsoft PowerShell is a shell framework used to execute commands, but primarily it is developed to perform administrative tasks such as
Automation of repetitive jobs
Configuration management
PowerShell is an open-source and cross-platform project; it can be installed on Windows, macOS, and Linux. It includes an interactive command-line shell and a scripting environment.
##Installation via Package Repository - Ubuntu 18.04