mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 21:12:16 -07:00
commented out unfinished option in Inject.py
This commit is contained in:
parent
e25edc21c6
commit
951937bac4
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class Inject(CacheKill, Plugin):
|
||||||
options.add_argument("--js-url", type=str, help="Location of your (presumably) malicious Javascript.")
|
options.add_argument("--js-url", type=str, help="Location of your (presumably) malicious Javascript.")
|
||||||
options.add_argument("--html-url", type=str, help="Location of your (presumably) malicious HTML. Injected via hidden iframe.")
|
options.add_argument("--html-url", type=str, help="Location of your (presumably) malicious HTML. Injected via hidden iframe.")
|
||||||
options.add_argument("--html-payload", type=str, default='', help="String you would like to inject.")
|
options.add_argument("--html-payload", type=str, default='', help="String you would like to inject.")
|
||||||
options.add_argument("--html-file", type=argparse.FileType('r'), help='File containg HTML you would like to inject')
|
#options.add_argument("--html-file", type=argparse.FileType('r'), help='File containg HTML you would like to inject')
|
||||||
options.add_argument("--match-str", type=str, default=None, help="String you would like to match and place your payload before. (</body> by default)")
|
options.add_argument("--match-str", type=str, default=None, help="String you would like to match and place your payload before. (</body> by default)")
|
||||||
options.add_argument("--preserve-cache", action="store_true", help="Don't kill the server/client caching.")
|
options.add_argument("--preserve-cache", action="store_true", help="Don't kill the server/client caching.")
|
||||||
group = options.add_mutually_exclusive_group(required=False)
|
group = options.add_mutually_exclusive_group(required=False)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue