-
The following part of run_nikto.sh script is used to check if website provides SSL to determine if -ssl switch for nikto should be used:
```
SSL_HANDSHAKE_LINES=$(sleep 5 ; echo -e "^C" 2> /de…
-
Hi there, general question.
How does ossec get its latest rules to keep up with the latest threats. For instance, I received an alert Alert Level: 6; Rule: 31508 - Blacklisted user agent.......srcip…
-
## Steps to reproduce
I created a Nikto XML file from scan, then used db_import, but it fails:
## Current behavior
b_import lab_nikto_http.xml
[*] Importing 'Nikto XML' data
[-] Failed to imp…
-
I'm using this docker command to run a seccubus container
```
# docker run -it --restart=always --name seccubus -p 80:80 -e "STACK=full" -e "SMTPFROM=****@gmail.com" -e "SMTPSERVER=xx.xx.xx" -v /r…
-
Hi,
I'm using Kali Linux 2.0 x86_64
I tried to install OWTF develop branch using official install script:
``` bash
wget https://raw.githubusercontent.com/owtf/bootstrap-script/master/bootstrap.sh
b…
-
Hello,
I'm doing some tests:
```
perl nikto.pl -host https://************/
- Nikto v2.1.6
---------------------------------------------------------------------------
+ Target IP: ****…
-
The nikto_manual.html is outdated and needs replacing.
sullo updated
7 years ago
-
Hello,
I am trying to update the nikto, but i'm getting the following error like other users.
```
`~/nikto/nikto/program# perl nikto.pl -update
+ ERROR (404): Unable to get cirt.net/nikto/UPDATE…
-
**chandrapal@DebianTestVM:~$** `sudo apt-get install androidtamer-pentesting`
```
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could n…
-
```
upstream centrifugo {
ip_hash;
server 127.0.0.1:8000;
}
server {
server_name *******.ru www.*******.ru;
ssl on;
ssl_certificate "/var/www/httpd-cert/*******/*******.ru.crtca";
…