Skip to content

Commit

Permalink
updated module flags, removed png from extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Nov 27, 2023
1 parent c7510d5 commit 0d68c5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bbot/modules/filedownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class filedownload(BaseModule):

watched_events = ["URL_UNVERIFIED", "HTTP_RESPONSE"]
produced_events = []
flags = ["active", "safe"]
flags = ["active", "safe", "web-basic"]
meta = {"description": "Download common filetypes such as PDF, DOCX, PPTX, etc."}
options = {
"extensions": [
Expand Down Expand Up @@ -46,7 +46,6 @@ class filedownload(BaseModule):
"odt", # OpenDocument Text (LibreOffice, OpenOffice)
"pdf", # Adobe Portable Document Format
"pem", # Privacy Enhanced Mail (SSL certificate)
"png", # Portable Network Graphics Image
"pps", # Microsoft PowerPoint Slideshow (Old Format)
"ppsx", # Microsoft PowerPoint Slideshow
"ppt", # Microsoft PowerPoint Presentation (Old Format)
Expand Down

0 comments on commit 0d68c5e

Please sign in to comment.