Rapport Seucrite
Rapport Seucrite
UE : Network security
Examinator: M. MAHAMAT
1-)WHAT IS NESSUS ?
Nessus vulnerability scanner is A vulnerability scanner which uses techniques similar to Nmap to find
and report vulnerabilities, which are then, presented in a nice GUI for us to look at. It’s different from
other scanners as it doesn't make assumptions when scanning, offers a free and paid service, in which
some features are left out from the free to make you more inclined to buy the paid service.
We create a new 'Basic Network Scan' targeting the VM that we deployed on Tryhackme.
We define a name for this scan, a description and a target which is the ip address of the VM that we
deployed on Tryhackme, we also define the list of all ports that we want to scan and then, we launch
the scan.
and the result is :
OpenVAS is an effective solution for proactive security management, allowing you to keep ahead of
potential attacks by scanning and assessing your systems on a regular basis. OpenVAS is a fork of the
original Nessus project and is noted for its adaptability, large database of vulnerability tests, and strong
community support.
we can install it from the Kali/OpenVAS repositories with the command : “ sudo apt install openvas ”
but openvas is installed in kali linux by default.
3-) DASHBORD AND SCANS :