}

Articles tagged "security"

Page 3 of 3

1 min readBeginner

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.

1 min readBeginner

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.

1 min readBeginner

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.

1 min readBeginner

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)

8 min read

Best USB WiFi Adapters for Kali Linux 2026: Monitor Mode + Packet Injection Tested

Best Kali Linux USB WiFi adapters in 2026, all tested for monitor mode and packet injection. Alfa AWUS036ACM (rtl88x2bu, #1 pick) and AWUS036ACHM reviewed. Chipset guide and driver install: apt install realtek-rtl88xxau-dkms.

1 min read

Nessus localhost port

Nessus default port is 8834. https://localhost:8834

5 min readBeginner

nessuscli fetch --reset: Fix Nessus License, Fetch Errors, and Admin Password (2026)

Complete Nessus reset guide 2026. Run nessuscli fetch --reset, fix "fetch failed" and timeout errors, reset admin password, find nessus.license file location, and verify activation on Linux, Windows, macOS.

2 min readIntermediate

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.

2 min readBeginner

Setup ssh keys for authentication

See all the details on how to setup and use ssh keys for authentication.