Explore >> Select a destination


You are here

blog.0x7d0.dev
| | tcode2k16.github.io
4.1 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | blog.ikuamike.io
2.9 parsecs away

Travel
| | Difficulty Release Date Author Beginner 2 Mar 2020 Zayotic Summary In this box, we first perform ldap injection on the web application to bypass the login page. Then we are able to read local files by abusing a local file inclusion vulnerability with php base64 filter. From one of the php files we get ldap credentials that we used to authenticate to ldap and dump entries. From the entries we get a base64 encoded password that we could use to ssh into the machine.
| | tannerdolby.com
3.6 parsecs away

Travel
| | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.
| | lukelowrey.com
19.6 parsecs away

Travel
| I have been working on a ASP.NET Core project that requires me to build and publish sass stylesheets, css and javascript. I wanted to streamline the process so I put together this simple webpack [https://webpack.js.org/] setup to automate what had been a couple of manual steps.