Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Jul 10, 2024
1 parent 83f3997 commit 5d6e177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
bme --> https://github.com/pxcs/BlackMarlinExec.git
3 changes: 2 additions & 1 deletion src/fav.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ def __init__(self, *args, **kwargs):

ap.add_argument('-ff', '--favicon-file', help="Load the favicon icon from a local file.")
ap.add_argument('-fu', '--favicon-url', help="Load the favicon icon from an URL.")
ap.add_argument('-w', '--web', help="Extracts the favicon location from the page.")
ap.add_argument('-w', '--web', help="Extracts The favicon location from the page.")
ap.add_argument('-fh', '--favicon-hash', help='Running from direct favicon hash number')
ap.add_argument('-r', '--web-services', help="Website protocol scanner")

ap.add_argument('-fl', '--favicon-list',
help="Iterate over a file that contains the full path of all the icons which you want to lookup.")
Expand Down

0 comments on commit 5d6e177

Please sign in to comment.