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
Unlike pinned messages, if the passwords, aws-keys.txt, private-keys, urls are not found it is not acknowledged properly.
In case of specific harvesting, such as for example only credential-scan an empty folder is created inspite of no harvested data.
Steps to reproduce
Replace CREDENTIAL_REGEX with a random value such that it does not match any message. CREDENTIAL_REGEX=r"lorem ipsum xyz abc mno"
A solution that I can think of is:
Before returning the control back to the main function, a cleanup function can remove the empty files and directories created as part of the process.
Unlike
pinned messages
, if thepasswords
,aws-keys.txt
,private-keys
,urls
are not found it is not acknowledged properly.In case of specific harvesting, such as for example only
credential-scan
an empty folder is created inspite of no harvested data.Steps to reproduce
CREDENTIAL_REGEX
with a random value such that it does not match any message.CREDENTIAL_REGEX=r"lorem ipsum xyz abc mno"
SlackPirate/SlackPirate.py
Line 92 in 5014833
and replace
CREDENTIALS_QUERIES
with random value.CREDENTIALS_QUERIES = ["lorem"]
SlackPirate/SlackPirate.py
Line 38 in 5014833
$ ./SlackPirate.py --token xoxs-xxxxx --credential-scan
passwords.txt
created.The text was updated successfully, but these errors were encountered: