1337

Results 14 comments of 1337

without the quotes: ``` PS C:\Windows\System32\spool\drivers\color> Invoke-Inveigh -ConsoleOutput Y -NBNS Y -mDNS Y -HTTPS Y -Proxy Y -NBNSTypes 00,20,03,1B,1C -MachineAccounts Y Invoke-Inveigh : Cannot validate argument on parameter 'NBNSTypes'. The...

this works, notice the quotes around the 00. `Invoke-Inveigh -ConsoleOutput Y -NBNS Y -mDNS Y -HTTPS Y -Proxy Y -NBNSTypes '00',20,03,1B,1C -MachineAccounts Y`

Yes! sorry! Win10 and yes, I did have to quote '03' as well.

looks like anything starting with 0 is being treated as an int

Workstations are running SEP so either it’s a false positive or SEP is doing some kind of ResponderGuard. Thanks so much Kevin. Wish I was strong enough in PS to...

Bumping this issue :) I just found Seccubus and was disappointed when I could not run a scan from the GUI. Will work on a PR in my free time....

apparently you have to work within the folder, the pip package doesnt actually install globally or something.

I was able to deploy the project using mysql-connector 2.1.7 without any issues. Might be worth updating the packages.json in the repo.

Yes! Sorry - senior moment ;) Thanks!

Compile for release on x86 and it will just work