I wrote just a simple few lines to display the contents of that file to my 
personal Admin report^^

<h2>Failed logins to Adminpanel:</h2>
{{deny=os.path.join('applications', 'admin', 'private', 'hosts.deny')}}
{{file=open(deny,'r')}}
{{lines=file.readlines()}}
{{file.close()}}
{{for l in lines:}}
{{=l}}
{{pass}}

Since I had something to eat before I wrote that over an hour passed from 
the time of my deliberate failed login.
And the file is empty.

In my opinion this should be stored somewhere. Because only with the 
knowlege is power :)
And based apon data one can decide if it is necessary to increase security.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to