Lino
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...
This would be a great feature!
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...
Yes, the IPC$ one is, ADMIN$ does not exist however.