mushorg / glastopf

Web Application Honeypot
http://glastopf.org
558 stars 169 forks source link

POST to admin-ajax.php always crashes glastopf #246

Closed bunk3r closed 8 years ago

bunk3r commented 9 years ago

Sometimes my glastopf crashes. When it happens this is always the last line in the log:

requested POST /wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=info.php

How can I find the details of POST parameters, to debug this specific problem?

katkad commented 9 years ago

sqlite3 db/glastopf.db

and there is table events where you can find additional information

for example: select * from events where request_raw LIKE '%pmxi-admin-settings%';

katkad commented 8 years ago

No answer. I am closing this issue. Reopen if still occures.