Skip to content

Commit

Permalink
improve description on module
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Dec 25, 2023
1 parent d8260f4 commit 284ed84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"id": "0050",
"category": "exploit",
"module": "S3_Bucket_Takeover",
"description": ""
"description": "Detection possible of takeover on AWS S3 Bucket resource"
}
]
}
4 changes: 2 additions & 2 deletions lib/Spellbook/Exploit/S3_Bucket_Takeover.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ package Spellbook::Exploit::S3_Bucket_Takeover {

if ($help) {
return "
\rExploit::
\rExploit::S3_Bucket_Takeover
\r=====================
\r-h, --help See this menu
\r-t, --target Set an \n";
\r-t, --target Check the possibility to takeover an s3 resource\n";
}

return 0;
Expand Down

0 comments on commit 284ed84

Please sign in to comment.