blessedlex / Skynet-Zuckerberg-Edition

CYBR 4580-8950 IA Capstone Project
0 stars 0 forks source link

Using Postman's API #9

Closed blessedlex closed 3 years ago

blessedlex commented 3 years ago

investigating this API

sashaprice commented 3 years ago

Here is a good link for specifically capturing requests in Postman

sashaprice commented 3 years ago

It looks like Postman's Interceptor extension for Chrome is probably the best way to handle capturing traffic.

MLHale commented 3 years ago

Lab from 8470 grad class https://mlhale.github.io/CYBR8470/modules/penetration-testing/

blessedlex commented 3 years ago

@CrescentSapphire maybe this information would useful for fixing the proxy issue? Not sure if you've seen this yet

blessedlex commented 3 years ago

This info for Dr. Hale's library is useful for HTTP: https://github.com/MLHale/CYBR8470/tree/master/modules/restful-api

blessedlex commented 3 years ago

Postman provided the HTTP method capture we included in our Milestone 2