pastepwn icon indicating copy to clipboard operation
pastepwn copied to clipboard

Python framework to scrape Pastebin pastes and analyze them

Results 20 pastepwn issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.28.1. Release notes Sourced from requests's releases. v2.28.1 2.28.1 (2022-06-29) Improvements Speed optimization in iter_content with transition to yield from. (#6170) Dependencies Added support for...

dependencies

Created the Slack action based on existing template(s). Should work, however, token not stored as environment config and Slack message API response was not checked (asserted).

If the specified database does not exist yet, create it for the user. That seems to have several issues with SQLI... let's see.

enhancement
good first issue
New feature
hacktoberfest
Difficulty: Easy

Currently there is only one example file. Users might not fully understand the capability of the tool and might get scared, because it involves setting up a database. At least...

enhancement
help wanted
good first issue
hacktoberfest
Difficulty: Easy

Updates the requirements on [websockets](https://github.com/aaugustin/websockets) to permit the latest version. Commits 13eff12 Bump version number. a04bfdb Add changelog. be1203b Add API documentation for the Sans-I/O layer. 724408e Add Sans-I/O howto...

dependencies

Currently the execution order of analyzers in MergedAnalyzers depends on how they were joined. `A & B` will run A first, then B. It makes much sense to have some...

enhancement
Difficulty: Hard

It's important to quickly analyze the pastes. Currently each paste is being processed in a single thread. It would be important to implement a thread pool which limits the amount...

New feature
Difficulty: Medium

When pastes contain non utf-8 characters, the decoding fails and downloading the paste is being stopped. Errors logged at: https://github.com/d-Rickyy-b/pastepwn/blob/1d9b82efa53d948f790b663a54d609150e65b32e/pastepwn/scraping/pastebin/pastebinscraper.py#L96-L100 and: https://github.com/d-Rickyy-b/pastepwn/blob/1d9b82efa53d948f790b663a54d609150e65b32e/pastepwn/scraping/pastebin/pastebinscraper.py#L123-L140 Example pastes: ``` 2020-02-04 01:17:22,211 - pastepwn.scraping.pastebin.pastebinscraper -...

bug
Difficulty: Medium

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

New feature
New Action

Similar to [shhgit](https://shhgit.darkport.co.uk/) ([repo link](https://github.com/eth0izzle/shhgit)) there could be a new parser which clones a repo and checks files with the given analyzers. For now this is just a random idea...

enhancement
hacktoberfest
Difficulty: Medium