akibsayyed / safeseven

SS7 Assessment Tool
235 stars 120 forks source link

where are the java source #1

Open anantshri opened 7 years ago

anantshri commented 7 years ago

Hi Akib,

any plans on putting the java source out too.

-Anant

akibsayyed commented 7 years ago

I will be releasing code soon as it needs alot of cleaning

azet commented 7 years ago

+1 on adding source-code. releasing security testing related software as compiled .jar files doesn't give a lot of confidence in the code.

nrathaus commented 7 years ago

+1 on adding source-code. releasing security testing related software as compiled .jar files doesn't give a lot of confidence in the code.

deadbits commented 6 years ago

Have you all tried to just decompile the JAR? There's no license here saying you can't...

Using JAD should be pretty simple here. A Google should give a straight forward guide on how to do this if you don't know how to.

Try this with jad on Linux https://stackoverflow.com/a/647314 Or this perhaps http://jd.benow.ca/