intrusion detection - Is there is any way to get honeypot log files -


i developing project. related honey pots.my problem there way open source honey pot log files.if possible, please provide link or give suggestions

that easy do. here's php example:

if($_post[shouldbeempty] == "") {   // field empty, deal form submission } else {   // dealing spammer, therefore add log file } 

of course, don't name field "shouldbeempty". name normal-sounding such "contactnumber" or "message".


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -