Rico
Rico
Hi there :) Thank you for your work! Could you please check, why your PR does not work on Python 3.4 and 3.5? Is there no slack package for those...
> The slack sdk (current v2) was only built for Python 3.6+, while v1 of the sdk supports Python 2.x, according to the official docs Would there be any possibility...
> > > > Would be very cool if you could check if it works as I suggested and if yes, implement it > > I can use the v1...
[Here](https://github.com/d-Rickyy-b/pastepwn/blob/master/pastepwn/database/mysqldb.py#L37) we create the tables - before that line there must be the creation of the database if it does not exist yet.
Hi @suparnasnair thanks for commenting :). I totally forgot that I started implementing that. https://github.com/d-Rickyy-b/pastepwn/blob/master/pastepwn/database/mysqldb.py#L41-L48 Sadly this brings the possibility of an SQL injection. While the user itself got access...
@razper Hmm, maybe presetting the name to a hardcoded one would be a great solution for now. I would have to check back on what needs to be changed and...
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...
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.
For this bug to be fixed, we need to use the raw bytes. That might break many analyzers.
@Samyak2 The scraper would only download the files and put them into a queue similar to the pastebin scraper. Running the analyzers is not the task of the scrapers. Maybe...