Caleb Stewart

Results 54 comments of Caleb Stewart

I don't mean to necro-bump this issue, but I landed here trying to solve similar problems. I ended up implementing a script which can be used via the `external` data...

In case anyone else ends up here, if you are using Doom Emacs, and want to disable `poetry-tracking-mode` but still provide an easy way to switch between environments, this works...

Sorry, I've been busy and haven't been following this. Sending that chunk won't produce a "READY" message. Basically, what's happening is that there's no easy/parse-able way to query for write...

It's also worth asking: which `nc.exe` are you using? There's a few floating around the internet and I believe one of them had some weird IO transformations that messed up...

I can't find any reference to where that executable actually comes from in Kali, but the [Eternallybored version of netcat](https://eternallybored.org/misc/netcat/) is everywhere and has a really dumb (imho) implementation of...

Is the machine you were testing on available in the wild? Is it a TryHackMe or Hack the Box VM? I can spin up an arbitrary Tomcat version and test...

This is very peculiar. I was able to replicate this, and it seems the resulting file is much larger than it should be. I uploaded a 50MB dump from `/dev/urandom`,...

I'm doing some more testing. I built a simple file with every possible byte in it (0-255): ![image](https://user-images.githubusercontent.com/7529189/126076794-8072cb82-9627-4fdf-99be-38cc3cf61b94.png) Uploading this file results in the following on the target: ![image](https://user-images.githubusercontent.com/7529189/126076803-2d9d0e2d-0b29-4e74-bf64-72dcf7035f82.png) Which...

That is interesting. It has to be some `termios` settings, because the same VM works just fine with other payloads. I just need to figure out what exactly is getting...

Never mind. The TTY settings are identical when it's working and when it's not, so must be something else.