Skip to content

Commit

Permalink
Added JMX deserialization attack and improved some exception handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Bloor committed Sep 28, 2017
1 parent df434c2 commit 619e79b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/nb/barmie/BaRMIe.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
* v1.0
* -> Initial release with several attacks and
* deserialization payloads.
* v1.01
* -> Added JMX deserialization payload and improved some
* error handling.
**********************************************************
* Written by Nicky Bloor (@NickstaDB).
**********************************************************/
Expand All @@ -33,7 +36,7 @@ public static void main(String[] args) {
" ▒░▒ ░ ▒ ▒▒ ░ ░▒ ░ ▒░░ ░ ░ ▒ ░ ░ ░ ░\n" +
" ░ ░ ░ ▒ ░░ ░ ░ ░ ▒ ░ ░ \n" +
" ░ ░ ░ ░ ░ ░ ░ ░\n" +
" ░ v1.0\n" +
" ░ v1.01\n" +
" Java RMI enumeration tool.\n" +
" Written by Nicky Bloor (@NickstaDB)\n\n" +
"Warning: BaRMIe was written to aid security professionals in identifying the\n" +
Expand Down

0 comments on commit 619e79b

Please sign in to comment.