Magnus Stubman

Results 7 issues of Magnus Stubman

The obfuscation functionality fails and this line is reached: ```ps # If we've run through all the strings and the string is still flagged, obfuscation fails If (($TokenIndex -ge ($MatchingTokens.Count-1)))...

As the title says, ignore out-of-network profiles when gathering employees.

Hi there! Nice project! I happened to stumble upon this project and saw that you only perform analysis on probe requests instead of all dot11 packets. I'm curious as to...

I'm trying to hook `android.os.Process.start()` but fail as the process executes before I can hook it with Frida. Python script: (hook.py) ```python #!/usr/bin/env python import frida import os import sys...

Add the feature for allowing kerbrute.py to spray the username of the currently attempted user as the password for said user.

Would be awesome with the ability to mitm the pxe boot process and serve malicious boot images.

First of all, thanks for your awesome tool! I'd like to see the Known Beacons attack implemented. https://census-labs.com/news/2018/02/01/known-beacons-attack-34c3/ TL;DR: it's just the ability for hostapd to anounce multipled ESSIDs instead...

enhancement