Lino

Results 7 comments of Lino

Maybe this could be dealt with by choosing a random overlay video. Then either combine them with a transparency or sacrifice a video color channel that can be extracted again...

Would this work for you? below https://github.com/t3l3machus/psudohash/blob/238a76851713f849227aa5eb6be7f1782bafb914/psudohash.py#L62 add ``` parser.add_argument("-rev", "--reverse", action="store_true", help="Also generate mutations of each keyword reversed (character order)") ``` above https://github.com/t3l3machus/psudohash/blob/238a76851713f849227aa5eb6be7f1782bafb914/psudohash.py#L687 add ``` if args.reverse: keywords.extend(k[::-1] for...

Here's some debugtrace output: ADMIN$ ``` msf6 exploit(windows/smb/ms17_010_psexec) > set dbgtrace true dbgtrace => true msf6 exploit(windows/smb/ms17_010_psexec) > setg rhosts 10.10.10.2 rhosts => 10.10.10.2 msf6 exploit(windows/smb/ms17_010_psexec) > check [*] 10.10.10.2:445...

Ahh bugger i think i know whats happened here: I got the latest release with the install of the operating system but never cared enough to manually update the ieee-oui.txt...

Yes, you're probably right here, so the `--skip-self` flag could probably be omitted.