Showing posts with label Perl. Show all posts
Showing posts with label Perl. Show all posts

Tuesday, August 4, 2026

Install Nikto on ubuntu to test Website security

sudo apt update

 sudo apt install nikto libnet-ssleay-perl


Basic Commands
  • Basic scan: nikto.pl -h http://www.example.com
  • Specify port: nikto.pl -h 192.168.1.1 -p 443
  • Save output: nikto.pl -h target.com -o output.txt

Headers Security Advanced & HSTS WP setup manually

Open the file for editing and paste the following snippet inside the  .htaccess file: <IfModule mod_headers.c> Header always set S...