Articles tagged "security"
Page 3 of 3
Nmap: how to install nse scrips
In this tutorial we are going to add new scripts to nmap, this will allow to do an Advanced vulnerability scanning with Nmap NSE scrips. Follow this simple steps to download new nse scripts and to enable them.
Steps to disable root login in phpMyAdmin
To disable root login in phpMyAdmin set AllowRoot to false like this example: $cfg['Servers'][$i]['AllowRoot'] = FALSE;. If you want more details check our tutorial.
Steps to disable root login in phpMyAdmin
To disable root login in phpMyAdmin set AllowRoot to false like this example: $cfg['Servers'][$i]['AllowRoot'] = FALSE;. If you want more details check our tutorial.
How to Install aircrack-ng on Debian Linux?
How to install lastest aircrack-ng version on debian linux or in any linux distribution (compilation from official source code)
Best USB WiFi Adapters for Kali Linux 2026: Monitor Mode, Packet Injection, WPA3
Best Kali Linux USB WiFi adapters 2026, tested for monitor mode and packet injection. Alfa AWUS036ACM (#1), AWUS036ACHM, rtl88x2bu chipset. Works with aircrack-ng, kernel 6.14+, WPA3. Driver: apt install realtek-rtl88xxau-dkms.
Nessus localhost port
Nessus default port is 8834. https://localhost:8834
nessuscli fetch --reset: Reset Nessus License and Fix Fetch Errors (2026)
Run nessuscli fetch --reset to reset your Nessus license on Linux. Covers --check, --deactivate, --unregister flags, nessus.license path (/opt/nessus/var/nessus), and "this installation is password-protected" fix.
Scanning vulnerabilities on Ubuntu 16.04
Learn how to use the vuls scanner to scan for vulnerabilities in ubuntu 16.04 and other Linux systems.
Setup ssh keys for authentication
See all the details on how to setup and use ssh keys for authentication.