-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement multiple example files #174
Comments
Hi, I'm interested in contributing. Could I help to solver this? |
Hi @AR4Z - I'd be very happy about any help. Feel free to provide some different example files using different analyzers/actions, maybe also explaining the feature of combining analyzers: https://github.com/d-Rickyy-b/pastepwn/blob/master/pastepwn/analyzers/basicanalyzer.py#L56-L65 One can use (analyzer1 or analyzer2) to get a new analyzer object that matches when any of both analyzers match. You can also show how a few of the more useful actions can be used. If you have any questions, feel free to contact me. |
Hi, is it still open? |
Hi @Ni3dzwi3dz and sorry. I totally missed your message. Yes it's still open. We currently have only a single example file and we could use a few others as well. |
Hi, i am interested in this project. I have started working on it. I will try to implement new examples. |
Hi, is it still open? |
Can an example file be similar to the existing one, but instead provides a pre-existing database file with the code? This way, the user doesn't have to create/setup a db. |
Hey, I am interested to contribute for this project, please guide me as I am new to this |
thank you for your interest. There are no real requirements to this issue besides creativity. The tool is built in a very simple way. You instantiate the Pastepwn class, you create some analyzers, which scan the pastes. Then you create some actions which are supplied to the analyzers so they will be executed when a paste matches the analyzer's "requirements". The current example file does a good job of detailing this. Now a few simpler ones would be appreciated. Maybe something like: log_example.py which only logs each paste to the console stdout. Or a json_example.py which stores every paste as json on the disk. Then maybe some more interesting combinations of e.g. storing pastes containing credit card data on disk etc. Feel free to check the list of implemented analyzers and actions. |
Hey, is it still open . |
Please don't ask if it is still open. As long as the issue is displayed as "open", it obviously is still open. Feel free to work on it. There's a lot of commentary above. |
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 one other example file without the need of a database and maybe one with the usage of sqlite could help them.
The text was updated successfully, but these errors were encountered: