Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Snort-Users
[Top] [All Lists]

Re: [Snort-users] unknown dynamic preprocessor "ftp_telnet"

Subject: Re: [Snort-users] unknown dynamic preprocessor "ftp_telnet"
Date: Sat, 27 Jan 2007 13:51:51 -0500
It looks like "make install" didn't create the necessary sym links in
/usr/local/lib/snort_dynamicpreprocessor

Do the following and see if it fixes it.

cd /usr/local/lib/snort_dynamicpreprocessor

ln -s libsf_ftptelnet_preproc.so.0.0 libsf_ftptelnet_preproc.so
ln -s libsf_dcerpc_preproc.so.0.0 libsf_dcerpc_preproc.so
ln -s libsf_smtp_preproc.so.0.0 libsf_smtp_preproc.so
ln -s libsf_dns_preproc.so.0.0 libsf_dns_preproc.so
ln -s libsf_ssh_preproc.so.0.0 libsf_ssh_preproc.so

OlRoy OlRoy wrote:
OS: OpenBSD 4.0
Snort version: Snort-2.6.1.2
Config: default snort.conf

When I tried installing Snort with
./configure --enable-dynamicplugin --prefix=/usr/local/stow/snort-2.6.1.2
it seemed to work fine. However, I got the following error when trying to run 
Snort in IDS mode.

Loading dynamic engine /usr/local/lib/snort_dynamicengine/libsf_engine.so... 
done
Loading all dynamic preprocessor libs from 
/usr/local/lib/snort_dynamicpreprocessor/...
Warning: No dynamic libraries found in directory 
/usr/local/lib/snort_dynamicpreprocessor/!
Finished Loading all dynamic preprocessor libs from 
/usr/local/lib/snort_dynamicpreprocessor/
/etc/snort/snort.conf(573) unknown dynamic preprocessor "ftp_telnet"
/etc/snort/snort.conf(577) unknown dynamic preprocessor "ftp_telnet_protocol"
/etc/snort/snort.conf(591) unknown dynamic preprocessor "ftp_telnet_protocol"
/etc/snort/snort.conf(596) unknown dynamic preprocessor "ftp_telnet_protocol"
/etc/snort/snort.conf(622) unknown dynamic preprocessor "smtp"
/etc/snort/snort.conf(777) unknown dynamic preprocessor "dcerpc"
/etc/snort/snort.conf(795) unknown dynamic preprocessor "dns"
ERROR: Misconfigured dynamic preprocessor(s)
Fatal Error, Quitting..


# ls /usr/local/lib/snort_dynamicpreprocessor/
libsf_dcerpc_preproc.a libsf_ftptelnet_preproc.so.0.0
libsf_dcerpc_preproc.la libsf_smtp_preproc.a
libsf_dcerpc_preproc.so.0.0 libsf_smtp_preproc.la
libsf_dns_preproc.a libsf_smtp_preproc.so.0.0
libsf_dns_preproc.la libsf_ssh_preproc.a
libsf_dns_preproc.so.0.0 libsf_ssh_preproc.la
libsf_ftptelnet_preproc.a libsf_ssh_preproc.so.0.0
libsf_ftptelnet_preproc.la

Does anyone know how I can get this working?
 
---------------------------------
Bored stiff? Loosen up...
Download and play hundreds of games for free on Yahoo! Games.


------------------------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


------------------------------------------------------------------------

_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Snort-users mailing list
Snort-users@lists.sourceforge.net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users

<Prev in Thread] Current Thread [Next in Thread>