DMoneigh Posted July 9, 2014 Posted July 9, 2014 (edited) Hello forum, I have an Open-Source Java Malware Defense Tool called, "JScanner." It allows users to scan class files, Jar files, and Applets for malicious code. The latest video on JScanner can be watched here: http://www.jscanner.net Source: http://www.github.com/DMoneigh/JScanner Documentation: https://docs.google.com/a/dragons.asms.net/document/d/1Jsw_3RNAdIMfvvbz9Xm0snbQbcdszSdE4hicAGxCEuE/edit Thanks! Edited January 2, 2015 by DMoneigh
DMoneigh Posted July 9, 2014 Author Posted July 9, 2014 (edited) smells phishy It does doesn't it? Edited July 9, 2014 by DMoneigh
Khaleesi Posted July 9, 2014 Posted July 9, 2014 Would be awesome, thanks for making it open-source.Will check this later today 1
Jams Posted July 9, 2014 Posted July 9, 2014 I wouldn't download this unless someone posts a virus scan FYI
DMoneigh Posted July 9, 2014 Author Posted July 9, 2014 (edited) Would be awesome, thanks for making it open-source. Will check this later today Great! Please send me some feedback. I wouldn't download this unless someone posts a virus scan FYI You have a few options here James. A. Get a VM, download the file, and look at the source through JD-GUI. B. Take a good look at the source on Github for any "viruses" and compile/run yourself. C. Wait for someone to post a Virus Scan of a Open-Source project. O_o Edited July 9, 2014 by DMoneigh
Khaleesi Posted July 9, 2014 Posted July 9, 2014 (edited) Great! Please send me some feedback. You have a few options here James. A. Get a VM, download the file, and look at the source through JD-GUI. B. Take a good look at the source on Github for any "viruses" and compile/run yourself. C. Wait for someone to post a Virus Scan of a Open-Source project. O_o Some nice use of ASM there, I should really learn it ... Project looks great on first sigh, don't have time to look in depth at this point. @James just check the code at Github, it's open source Khaleesi Edited July 9, 2014 by Khaleesi 1
DMoneigh Posted July 9, 2014 Author Posted July 9, 2014 Some nice use of ASM there, I should really learn it ... Project looks great on first sigh, don't have time to look in depth at this point. @James just check the code at Github, it's open source Khaleesi Thank you. Your review is much appreciated!
Swizzbeat Posted July 9, 2014 Posted July 9, 2014 Wow this looks awesome! I've always wanted to write something like this but never really knew where to begin. Thanks a lot for making it open source 1
DMoneigh Posted July 9, 2014 Author Posted July 9, 2014 Wow this looks awesome! I've always wanted to write something like this but never really knew where to begin. Thanks a lot for making it open source No problem. I am currently working on another Java program that does a bit with Bytecode injection. It will be on Github as well. Please watch for updates. 2
DMoneigh Posted July 9, 2014 Author Posted July 9, 2014 Nice release! Im going to look through source though That's alright. Let me know what you think.