Autosnort
Autosnort copied to clipboard
Repo for autosnort scripts.
Hello, I receive the error attached when trying to install Snort via the Building VM's book. I tried downloading and installing the LuaJIT library, but receive the same error each...
after while executing the _autosnort-ubuntu-AVATAR.sh_ script I was hit with a error stating: `E: Package 'libarchive-tar-perl' has no installation candidate` Has there been anyone able to resolve this issue? btw,...
Hello da667, I have been working through your Building Virtual Machine Labs book. It seems to be just the fit for college students who might have different classes in networking,...
Added a pipe in the URL for the blacklist download because pulledpork.pl was parsing IPBLACKLIST as the file name to download instead of ip-filter. This was causing the script to...
Hi, During setup script the following error appears, can you please help me to solve this issue? Thanks in advance. --2019-06-19 04:42:40-- https://labs.snort.org/snort/3000/snort.conf Resolving labs.snort.org (labs.snort.org)... 104.18.138.9, 104.18.139.9, 2606:4700::6812:8a09, ......
http://code.google.com/p/libdnet/ mirror goes to 404 I changed the line 403 wget http://libdnet.googlecode.com/files/libdnet-1.12.tgz &>> $logfile into git clone https://github.com/dugsong/libdnet &>> $logfile and commented out lines 406 and 407 where it unpacks...
I'm having an issue installing snort; I tried popping my oinkcode into the perl file itself and it didn't work either. I was also switching between commenting out `line #441`...
Download of Talos IP list kept hanging during AVATAR install. They seem to have a new location for the file. It's redirecting in my browser but not in the script...
Line 421: echo "rule_url=http://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open" >> pulledpork.tmp should be changed to: echo "rule_url=https://talosintel.com/feeds/ip-filter.blf|IPBLACKLIST|open" >> pulledpork.tmp The redirect isn't handled well and autosnort-ubuntu-AVATAR.sh fails. Proxy variables are set.
@da667 I'm at this stage where I'm downloading the rule but it has failed. I have checked my oink code and its correct.But could not understand why the download failed....