Git Product home page Git Product logo

heartbleed-poc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

heartbleed-poc's Issues

.py vs .nse

sir, I ran .py which reported vulnerable. I ran the nse which reported nothing except open port. Debian wheezy with wheezy-backports/nmap v6.40

i ran against 127.0.0.1:1000 (webmin)

thank you.

False negative when server time out

At Line 78, the function recvall "return None" when the s.recv timeout regardless if we already received some data from the other end... Not receiving a EOF does not always mean that we did not receive any data...

I noticed at in some occasion, the server will send us back the 64k of memory content, but will not close the connection, triggering the timeout and leading to false negative. In such case your script will return: "Unexpected EOF receiving record payload - server closed connection - No heartbeat response received from XXX, server likely not vulnerable", when in fact we did receive some data...

You should add a check to see if rdata is not null when recvall timeout... if it's not null, then return rdata instead of None.

Error 11001 getaddinfo failed

Hi there.

I am having difficulty running the -n100 option while running this script. Running the command without this option yields a successful answer but when I run it with -n100 option I receive the error message "error 11001 getaddinfofailed". I don't know this is a python thing or something having to do with the script. I found online that other pple have come across this issue when using python, but none pertained to this script and since I had no issue running it without the -n option I thought perhaps its not a python issue.

The site is for sure vulnerable
I'm running windows 8.1 os from the standard command prompt

Thanks for any tips you might be able to provide!

License

Thanks for your pocs, but you have not adapted an open-source license to this repository.
May I use and modify your pocs on my scanner?
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.