Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also include originating IP address and timestamp in creds list. | Harald Eilertsen | 2024-07-06 | 1 | -3/+3 |
| | |||||
* | Refactoring, make function to save credentials. | Harald Eilertsen | 2024-07-06 | 1 | -4/+9 |
| | |||||
* | Process XML-RPC requests separately. | Harald Eilertsen | 2024-07-06 | 1 | -0/+16 |
| | | | | | | | | | | | If the XML-RPC method is wp.getUsersBlogs, we just save submitted credentials and otherwise ignore the request. We get a lot of these, and they're not really that interesting, so we don't need to save the full payload. But let's keep the credentials, so that we can build a list of passwords and user names. Other requests will be saved in full as before. | ||||
* | Whitespace only. | Harald Eilertsen | 2024-07-06 | 1 | -11/+11 |
| | |||||
* | Rename trap-post-payload.php and call it from index.php. | Harald Eilertsen | 2024-07-04 | 1 | -0/+25 |