Metasploitable Root shell 1524/tcp open shell Metasploitable root shell This was a curiousity… My first attempt was to attempt using rlogin to connect to the port, which did not appear to work correctly, though did seem to work enough to return part of a prompt to the user: root@kali:~# rlogin -p 1524 target oot@metasploitable:/# My next approach was to attempt a simple netcat connection to the host, which ended up being successful: root@kali:~# nc -v target 1524 root@metasploitable:/# id ...
Nikto The Nikto web server scanner is a security tool that will test a web site for thousands of possible security issues. Including dangerous files, misconfigured services, vulnerable scripts, and other issues. ... These plugins are frequently updated with new security checks. Nikto is by no means a stealthy tool . Type nikto for help Info See A web site info with port nikto -h <url> -p <port> You can Save result in any format nikto -h <url > -p <port no> -o <output file name> -f <format name> ...