johndekroon / serializekiller

Mass scanner for the Java serialize bug
The Unlicense
148 stars 40 forks source link

Added mutex to print statements, websphere port 8887 (solaris) #9

Closed karllll closed 8 years ago

karllll commented 8 years ago

The mutex keeps threads from outputting at the same time. I found port 8887 vulnerable on Solaris installations of websphere.

Seems like python has changed its preferred method of threading/mutexing between versions but this is working on 2.7 for me.