d-Rickyy-b / pastepwn

Python framework to scrape Pastebin pastes and analyze them
MIT License
122 stars 66 forks source link

Pastebin Action #165

Open d-Rickyy-b opened 4 years ago

d-Rickyy-b commented 4 years ago

Implement a new action that gives you the ability to create a new paste on pastepwn with custom content.

Nibba2018 commented 2 years ago

Hi @d-Rickyy-b I would like to work on this if it's still available.

d-Rickyy-b commented 2 years ago

Hi @Nibba2018, sure should be pretty easy going.

Check the docs at https://pastebin.com/doc_api#2

Also check the existing actions at https://github.com/d-Rickyy-b/pastepwn/tree/master/pastepwn/actions as well as the detail architecture dawing

Nibba2018 commented 2 years ago

@d-Rickyy-b Thank you for the resources, I am on it.