Skip to content

Commit

Permalink
Update hash file
Browse files Browse the repository at this point in the history
Updating the drupal_hash_files.json to identify new versions
  • Loading branch information
OussamaBeng committed Mar 18, 2024
1 parent 0aa0c76 commit c3962cd
Show file tree
Hide file tree
Showing 2 changed files with 1,828 additions and 333 deletions.
2 changes: 1 addition & 1 deletion wapitiCore/attack/cms/mod_drupal_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def check_drupal(self, url):
if (
response.is_success
and "content-type" in response.headers
and "application/javascript" in response.headers["content-type"]
and "javascript" in response.headers["content-type"]
):
return True
return False
Expand Down
Loading

0 comments on commit c3962cd

Please sign in to comment.