You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when using pastepwn a user needs to download ALL the db connector packages (mongo & mysql currently). Depending on the amount of db connectors which at some point will be supported by pastepwn, it might be stupid to have them all in the same package.
Possible solution(s):
try-except the error and return an error message. This is not elegant but allows everything to be bundeled in one package.
move the database connectors to a different package. That way it's way cleaner but users need to install multiple packages.
The text was updated successfully, but these errors were encountered:
There are missing imports in the requirements.txt
Currently when using pastepwn a user needs to download ALL the db connector packages (mongo & mysql currently). Depending on the amount of db connectors which at some point will be supported by pastepwn, it might be stupid to have them all in the same package.
Possible solution(s):
The text was updated successfully, but these errors were encountered: