Matt Andreko

Results 14 comments of Matt Andreko

It may be specific firmware versions. I'll have to see if I can find my DGN1000 again, and get the version it was running.

My vulnerable DGN1000 is running firmware 1.00.41, and exposed to the WAN (I got the shell)

I'm not sure that it's a 10.14.2 bug. On my other MacBook (an older model), I ran the same stuff, and it's working great. MacBook Pro (Retina, Mid 2012) Bettercap...

I haven't been able to test it on my 2018 retina with an external Wifi yet, as OSX doesn't seem to recognize my normal adapter. I have an alfa arriving...

I think this is working for me in WebStorm: ``` "dev": "cross-env NODE_ENV=DEV ./node_modules/.bin/nodemon --watch '**/*.ts' --exec 'node %NODE_DEBUG_OPTION% -r ts-node/register' Index.ts --ignore 'test/*.ts'", "test": "cross-env NODE_ENV=TEST ./node_modules/mocha/bin/mocha --require ts-node/register...

I was having this problem on my pwnagotchi as well. Upgrading to 1.4.5 worked for me. ``` wget https://github.com/PiSugar/pisugar-power-manager-rs/releases/download/v1.4.5/pisugar-poweroff_1.4.5_armhf.deb wget https://github.com/PiSugar/pisugar-power-manager-rs/releases/download/v1.4.5/pisugar-server_1.4.5_armhf.deb sudo dpkg -i pisugar-*.deb ```

I really like the idea of environment variables. I'd like to not include the actual sensitive strings in the command line, since those could be viewed and potentially stolen by...

I don't have ExpressVPN to validate their server names, but this indicates that the hostname isn't right. On my VPN provider, I have had them change the hostname or deprovision...

I ran across this on a pentest where for some reason stageless meterpreters would get past their detection, but the same payload in a normal staged meterpreter would get caught....

That's definitely a good note. I didn't specifically look for availability per country, but it's likely wise. I imagine there's a similar battery for other countries, but we may have...