Henshin

Results 11 comments of Henshin

Are you using the latest version of FileBuster? There was a bug in the SSL cipher list on the older version. Also try to use the tool `sslscan` on the...

This is gonna take some time to implement but I will look into it when I get the chance.

It's working for me :) Using it everyday without issues. Let me know if you find any.

Yeah I tried to get it working on Windows but I've ran into some issues as well. Specifically, you will need to have Python with pygments module installed. On Linux...

Found a solution for this issue by reading code from the Racoon project (https://github.com/onyxbits/raccoon4). Basically add `"sdk_version": "16"` to the `params` dictionary on file `playstore.py` so that it looks like...

> I had modified according to the above, but the problem remains I've tested again today, and it still works for me. Following the recommendations mentioned above, you should create...

There's a typo on the server.go file related to the structure field names. Replace `IPv4` with `Ipv4` on the server.go file and it will compile without issues.

Yeah, I tried to locate where the parsing code was but couldn't find it. But looking at the code you mentioned on `data_store.rb` makes it clear that the simple `split('=')`...

Thanks @ahmedm @emptymonkey this is great feedback. I will attempt to perform a few more tests on this to give you some more details. I usually see this happens when...

Unburying this issue since it is relevant again. I can reproduce this quite consistently. On my server: `./revsh -a -c -v myserverip:9999` On the target box running Ubuntu 4.18.0-17-generic: `./revsh...