mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
added kali setup script and updated readme
This commit is contained in:
parent
7fc75d7bf8
commit
bb8ee46b82
5 changed files with 18 additions and 8 deletions
|
@ -170,6 +170,7 @@ class Inject(CacheKill, Plugin):
|
|||
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-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("--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.")
|
||||
group = options.add_mutually_exclusive_group(required=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue