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. |

| Subject: | Re: [Snort-users] Acid shows sensors as 0 |
|---|---|
| Date: | Sat, 27 Nov 2004 17:19:16 -0500 |
you can also avoid the screen dump of alerts and go directly for the count.
mysql> select COUNT(*) from event; +----------+ | COUNT(*) | +----------+ | 42991 | +----------+ 1 row in set (0.00 sec)
mysql>
-jb
Senthil Prabu.S wrote:
I run a GFI scan against snort machine from another computer and still ACID shows nothing on its interface (it keeps showing Sensors 0).
I have only one network card installed in my Fedora machine which enters in promiscuous mode (I can tell from the system logs) when snort starts.
As I said before, MySql i running, snort connects to it, Snort is running ( I followed all the instruction of this guide http://www.snort.org/docs/Snort_SSL_FC2.pdf for fedora c2)
Everything seems ok to me except the fact that there is no data showing on ACID.
What is going on ?
Please helppppppppppppppppppp.
Hi,
[a]. Are you sure snort is creating alerts and log messages?
Once you stop snort running on foreground,u will see a drop-down menu
listing snort activites,there you can find the count of alerts and logs generated
by snort.Or checkout at log directory for latest alerts and logs
[b]. Do u have the following line in your snort configuration file
"output database: log, mysql, user=root password=test dbname=db host=localhost".
If yes,get into ur mysql database,execute following commands,
mysql> use snort; Database changed mysql> select * from event; . . 8348 rows in set (0.46 sec)
you will find a list of events from snort.This confirms that Snort have logged datas to
database.
If everything works well then I bet you ACID will bring them into your browser.
-- Senthil Prabu.S
Logic is a systematic method of coming to the wrong conclusion with confidence.
_________________________________________________________________
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
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> |
|---|---|---|
| ||
| Previous by Date: | Re: [Snort-users] Packet loss, James Riden |
|---|---|
| Next by Date: | RE: [Snort-users] Packet loss, Michael Steele |
| Previous by Thread: | Re: [Snort-users] Acid shows sensors as 0, Senthil Prabu.S |
| Next by Thread: | [Snort-users] Oracle output, Esler, Joel - Contractor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |