Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run halts on random position #18

Closed
SimplyBG opened this issue Mar 22, 2016 · 2 comments
Closed

Run halts on random position #18

SimplyBG opened this issue Mar 22, 2016 · 2 comments

Comments

@SimplyBG
Copy link

Hello

I am running a freshly updated, very new version of Kali Debian Kali-Linux-2016.1-vbox-amd64 in a virtualbox using Oracle VM VirtualBox Manager 4.3.26.

I have used Golismero in the past and automated it with very good results using crontab midnight runs and then had custom scripts to collect up the reports.

It gets stuck on random positions, but mostly during Web Server Fingerprinting and SSLScan or sometimes Nmap. With 'get stuck' meaning that no more output is shown nor any other sign of life remains. The process is not terminated. It just does nothing for infinity (max tested 15 hours).

This happens after just a simple:
golismero scan --brief --forbid-subdomains -d theharvester -o testoutput.txt

...but also with variations, such as without --brief, with various parts of it (-d) disabled (I've tried disabling theharvester, punkspider, openvas, dns etc) and aiming at a specific website address (my own web service) that has its address set in the Kali Debian's hostfile.

Having added some custom code that runs Golismero process I can follow very closely system resources and exact timing of each output.I stress however, that this occurs just running Golismero from the command line.

#!/bin/bash

/root/pentest.sh | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }' &

echo $!
$mypenprocess=$!

#pause x hours
sleep 21600  #6 hours
#sleep 60

#check if abc is running
kill -KILL $mypenprocess 2> /dev/null

After twenty runs, trying to disable various parts .. I cannot pinpoint a specific point of failure. I also monitor performance and disc space of the host OS (Windows 7) and nothing interesting on that side.

/No, G isn't for Golismero.

@Gargo
Copy link

Gargo commented Sep 5, 2018

I have the same issue on the latest kali linux inside vmware

@andrewDeYoung
Copy link

I have the same issue as well, I really hope they patch it, seems like a great tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants