Hi!
Nice tool you've wrote! Appreciate it!
I see that there's no update functional in code. Also I tried to use -web flag and only after playing with it for a while I've come to understanding that I cannot specify port, only http, https, and file.
yet It's a good replacement of a searchsploit imo!
Here are some screenshots for you
(here you can see, that help is working, yet -u or --update are not working.)
(On this image you can see how -web behave with or without actual port. I see that it can find a port to connect but doesn't seem to do anything at all. Also I'd add something like a warning: WARNING [*] Unable to connect if there's a error on custom port.)
(How it behaves on a default port)
And here are the amount of words used in code:
for arg in {github,metasploit,nmap,keyword,update}; do echo $arg; grep $arg /opt/tools/sicat/sicat.py | wc -l; echo ""; done
github
4
metasploit
4
nmap
8
keyword
29
update
1
Maybe I'll fix some of those later, and push it to you
Hi!
Nice tool you've wrote! Appreciate it!
I see that there's no update functional in code. Also I tried to use
-webflag and only after playing with it for a while I've come to understanding that I cannot specify port, onlyhttp,https, andfile.yet It's a good replacement of a searchsploit imo!
Here are some screenshots for you
(here you can see, that
helpis working, yet-uor--updateare not working.)(On this image you can see how
-webbehave with or without actual port. I see that it can find a port to connect but doesn't seem to do anything at all. Also I'd add something like a warning:WARNING [*] Unable to connectif there's a error on custom port.)(How it behaves on a default port)
And here are the amount of words used in code:
Maybe I'll fix some of those later, and push it to you