ShifraBlog
  • Shifra Blog 😀
  • Math🔬
    • Math Articles
      • Applied Mathematics
  • Write Up📝
    • INE ePTS
      • Black Box 1
      • Black Box 2
      • Black Box 3
      • Black Box 3 - Remastered
    • Log4j Vulnerability (Log4Shell)
  • PenTesting🧪
    • eJPT
      • 🔎Reconnaissance
      • 🐱‍💻Google Dorks
      • 🌐Web Attacks
      • ⚙️System Attacks
      • 📶Network Attacks
      • 🔐Password Attacks
      • 💻Networking
      • Pentesting Approach
  • Tools 🧰
    • Nmap
    • Shodan
    • 🐱‍👤Hashcat
    • 🐲Hydra
    • 🔍Nessus
    • 🔬Metasploit
      • Meterpreter
    • 👂Netcat
  • ☁️Database / Servers
    • 👨‍💻Access Tricks
  • 🛂Physical Pentesting
    • 🔑Lost Passwords
Powered by GitBook
On this page

Was this helpful?

  1. Tools 🧰

🔍Nessus

Vul. Scanner

Previous🐲HydraNext🔬Metasploit

Last updated 3 years ago

Was this helpful?

1- Starting Nessus:

sudo systemctl start nessusd && systemctl --no-pager status nessusd

--no-pager:don't pip the output to a pager

if you don't pipe your output through a pager ( less , more and most), that output will appear on your screen all at once and thus you might lose something if said output is bigger than the number of lines of your terminal.

2- Visit the Client (Config scanner):

https://localhost:8834/#/

3- Stop Nessus:

sudo systemctl stop nessusd 
Systemmd cheatsheet