simple-cms icon indicating copy to clipboard operation
simple-cms copied to clipboard

Building a content management system from scratch

Results 3 simple-cms issues
Sort by recently updated
recently updated
newest added

http://192.168.2.129/simple/admin/?delpage=8 I can delete any page when I send the url to administrator. I can also use the Short DomainNames to encode the url. ![1](https://user-images.githubusercontent.com/27290132/43815659-5acd69ea-9b03-11e8-800e-5978172b1cec.png)

http://192.168.2.129/simple/admin/ I can add page when admin click the html file. payload: ``` history.pushState('', '', '/') ``` ![1](https://user-images.githubusercontent.com/27290132/43815412-29b88f8e-9b02-11e8-960c-5ec121aa28fc.png)

http://192.168.2.129/simple/admin/login.php This url is used to log in admin. But I can access addpage.php without logging admin. And I can also add page. http://192.168.2.129/simple/admin/addpage.php ![1](https://user-images.githubusercontent.com/27290132/43815213-357a310c-9b01-11e8-8565-9054f4fb6e3d.png)