-
Notifications
You must be signed in to change notification settings - Fork 18
/
BappDescription.html
21 lines (17 loc) · 1.22 KB
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p>This extension can be used to generate and fuzz custom AMF messages.
It is designed and implemented to make AMF testing easy, and yet allows researchers to control fully the entire security testing process.</p>
<p>Blazer implements a new testing approach, introduced at Black Hat USA 2012.
This automated gray-box testing technique allows security researchers to improve the coverage and the effectiveness of fuzzing efforts targeting complex applications.</p>
<p>Features include:</p>
<ul>
<li>Automatic Java objects generation from method signatures via Java reflection and "best-fit" heuristics</li>
<li>Fuzzing capabilities, with customizable data pools and attack vectors</li>
<li>Ability to start, pause, restore and stop testing</li>
<li>Easy-to-use internal methods to construct custom AMF messages</li>
<li>Embedded BeanShell for manual testing</li>
<li>Highly integrated in Burp Suite</li>
<li>JARs, classes and Java src import feature</li>
<li>AMF request/response export functionality (AMF2XML)</li>
<li>Sandbox feature using a custom security manager</li>
<li>Support for Java server-side remoting technologies (Adobe BlazeDS, Adobe LiveCycle Data Services, GraniteDS, ...)</li>
</ul>