Jacob Honoré
Results
2
issues of
Jacob Honoré
If you call nmapprocess.stop() on a sudo started process it will throw the following exception: OSError: [Errno 1] Operation not permitted Should maybe use something like os.system("sudo kill -15 {0}".format(self.__nmap_proc.pid))...
v0.7.3
Instead of fetching all activities from database, and then get the last one, it is better to only fetch the latest. This is mainly an update of the docs, but...
stale