Slide 11
Slide 11 text
Libraries loaded
Libraries used by client program (server will rely on a superset of these) alongwith
classes in each from where gadgets will be used:
● JRE System Libraries (default, available in every Java program) - HashMap
● commons-collections-3.2.2.jar - Transformer, ConstantTransformer,
InvokerTransformer, ChainedTransformer, LazyMap, TiedMapEntry, HashBag
● commons-lang3-3.7.jar
The last two libraries are quite famous (part of Apache Software Foundation).
Exact versions can be found by unzipping the given ‘jar’ file.