Metasploit HWBridge API Relay Library
HTTP server (REST & JSON) on Spark core
This project implement a Http server on Sparkcore itself. Once compiled into the Web IDE, the server will be available at http://IP-SPARKCORE (port 8080 by default).
- slre.h
- slre.cpp
- HttpResponse.h
- HttpResponse.cpp
- HttpRequest.h
- HttpRequest.cpp
- http_parser.h
- http_parser.cpp
- SparkTime.h
- SparkTime.cpp
Thanks to :
- CaptainIgloo / spark-web-embd-rest-json
- SLRE: Super Light Regular Expression library
- Marcussacapuces91 Github / SparkCore-RESTserver
- Joyent Github/ http-parser
- Craig Smith/ spark-msf-relay
TODO: Describe how to find the IP in console. How to connect via Metasploit
- Connect your Particle to your wifi
- Deploy the firmware using the Spark Cloud
- How add files in project :
TODO: Describe how to do custom methods