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
Post a Comment