command line - newbie in snort -



command line - newbie in snort -

i want download snortrules command line when set format: i'm win xp

in opensuse have apache,php , curl extension in xp have nothing. don't have access net in opensuse have access via winxp

http://www.snort.org/sub-rules/<filename>/<oinkcode here>

it tells me:

'http:' not recognized internal or external command, operable programme or batch file.

what problem?

i entered one:

http://www.snort.org/sub-rules/snortrules-snapshot-2900.tar.gz/59882...(myoinkcode here)

it appears curl binary hasn't been installed. can re-create winxp here. 1 time have installed (say in c:\programs\curl executable @ c:\programs\curl\curl.exe), can run:

c:> c:\programs\curl\curl.exe "http://www.snort.org/sub-rules/..."

and grab info url given , print screen. run curl.exe --help farther instructions or help @ curl website.

best of luck!

edit:

if you're utilize suse, install curl (it may installed), , @ command prompt type:

$ curl http://www.snort.org/...

and type help:

$ man curl ...or... $ curl --help

command-line snort

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -