Robert David Graham
Robert David Graham
I fix this for --raw mode. By default, heartleech uses the OpenSSL to negotiate the handshake with the server, then sends heartbeats. The version used is whatever OpenSSL selects. I...
Firstly, this policy regarding OpenSSL is wrong. It should never be linked as a dynamic-library because it doesn't have an ABI. That's why the entire library has been deprecated under...
By the way, thank you for your help on this.
I marked the current release as "1.0.0i". This change includes some better command-line help, a better manpage, and removal of the PCRE linking. I should remove the kali32/kali64 images, but...
Try putting `-I./include` on the command-line. The reason is that it's getting the system headers instead of the local headers. This should fix it (at least, it fixes the problem...
Yea, lol, IPv6 isn't supported. The idea is scanning of "ranges", and IPv6 would instead be bulk tables of individual addresses (or DNS zones). The idea of "ranges" is so...
Yea, manual setting of `--router-mac` is the way to go for the moment. I'm going to have to do a better job of either asking the operating system for it's...
Do you have an IP address I can use to connect to? Also, do you have a link to the WinXP patch?
It's because it opens an IPv6 "any" socket, which on newer systems opens an IPv4 socket. I can make a change to fix that. Tell me more about your system,...