Rico

Results 63 issues of Rico

Hi there - I just found your repo again and was wondering the license of this software. Would you mind adding a LICENSE file so that everyone visiting your repo...

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

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

Hey there 👀. Yes you! You are looking through the issues and are interested in participating in the [hacktoberfest](https://hacktoberfest.digitalocean.com/)-challenge? Well then don't leave. My project **"pastepwn"** offers you a lot...

hacktoberfest

1) There are **missing** imports in the requirements.txt 2) Currently when using pastepwn a user needs to download ALL the db connector packages (mongo & mysql currently). Depending on the...

priority:high
Difficulty: Hard