Clutch152 / scripts

Collection of scripts for the lazy ... >.>
162 stars 78 forks source link

Mitmproxy update #66

Closed GotEmCoach closed 1 year ago

GotEmCoach commented 1 year ago

On a seperate private project i've begun automating interception of packets via python and modifying content automatically and seeing as I have time this summer, I am going to update the mitmproxy instructions that include the specialized vimrc files and moving the execution of python from mitmproxy using vim to just using mitmproxy's ability to create functions to change packets on the fly.

The new command should be as simple as running mitmproxy -s skillport_script.py, all the user will have to do is navigate through the course aka open and click close. It's pretty easy to catch packets that the underlying javascript is going to send to the server after they are done obfuscating how they come up with the packet to send and edit it that way.

More to come soon.

GotEmCoach commented 1 year ago

I have a pull request in can one of the maintainers take a look and close this out.

iEatNoodlez commented 1 year ago

Will validate soon.

iEatNoodlez commented 1 year ago

Merged.