Explore >> Select a destination


You are here

www.krayorn.com
| | johnjhacking.com
13.9 parsecs away

Travel
| | Credits Vulnerability Discovery John Chris Mack Exploit Development Stephen Chavez Robert Willis Identification Default credentials were discovered on an iRZ Mobile Router login page. Utilizing root:root gave us access to the administrative functionality for the device. Having administrative access allows for various manipulation. Any setting that can be modified by an administrator was accessible, but the function that caught specific interest was the "Crontabs" feature in the services tab. Exploiting c...
| | bartlomiejmika.com
13.0 parsecs away

Travel
| | The purpose of this post is to provide instructions on how to setup a simple RESTful API server, in Golang, using only the net/http package and not any other third-party web framework. You will learn how to create REST endpoints within your project that can handle POST, GET, PUT and DELETE HTTP requests. This is the first post in a multi-post series.
| | gundersen.net
13.6 parsecs away

Travel
| |
| | www.serverless.com
88.5 parsecs away

Travel
| When building Java based Serverless applications, testing locally can be handy. In part 2 of the series we find out how.