Oddbean new post about | logout
 got file upload/download working, now need to do asp and javaserver agents

https://i.poastcdn.org/dd4febda1a1512804f66b3770ac9b42bad6bd48982d7cff3a95aaf59462f7c35.png 
 @:niggy: hey niggy do you have a simple program you use to analyze entropy of a binary file? Like say I want to manually verify that a file appears entirely random. I was looking around today but everything was either a bunch of needles bells and whistles or some weird online service 
 simplest tool that can do that im aware of is binwalk, should be easy to install if you're on linux. does entropy analysis and can generate a nice graph too 
 @:niggy: excellent thank you