diff --git a/tools/javasnoop.md b/tools/javasnoop.md new file mode 100644 index 0000000..487071e --- /dev/null +++ b/tools/javasnoop.md @@ -0,0 +1,28 @@ +# Javasnoop + +Notes +------- +JavaSnoop is a tool that allows security testers to easily test the security of Java applications. + + +Help Text +------- +``` + +``` + +Example Usage +------- + + +``` + +``` + +Links +------- +[Official site](http://www.aspectsecurity.com/tools/javasnoop) + +[Whitepaper from Blackhat 2010](https://media.blackhat.com/bh-us-10/whitepapers/Dabirsiaghi/BlackHat-USA-2010-Dabirsiaghi-JavaSnoop-wp.pdf) + +[Javasnoop Google Code project](https://code.google.com/p/javasnoop/)