MAC Jaeger Posted July 25, 2020 Share Posted July 25, 2020 On the Hak5 web page that shows API authentication, it gives an example of : { "system": "notifications", "action": "addNotification", "message": "Hello World!", "apiToken": "7365626b696e6e652063616e7420636f6465202724ef6b5d7ac0b800cc83d474e8e007" } What other options are there for system and action? I'm authenticating OK with a status of 200. I'm trying to access a GUI module that I wrote so I was wondering if there were other options here that I might need to load that module page? Also is "System" the same as "module" and I assume "action" is the same as action in the module.js scripts? I'm trying to write a php script using cURL to open the module page I created. Any help would be greatly appreciated. Thanks. Quote Link to comment Share on other sites More sharing options...
MAC Jaeger Posted August 10, 2020 Author Share Posted August 10, 2020 OK, I just discovered how to run all the module APIs from this command as well. Postman was a big help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.