Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyro2927/jpduckencoder
A branched version of duckencoder from Hak5
https://github.com/pyro2927/jpduckencoder
Last synced: about 17 hours ago
JSON representation
A branched version of duckencoder from Hak5
- Host: GitHub
- URL: https://github.com/pyro2927/jpduckencoder
- Owner: pyro2927
- Created: 2011-10-03T23:16:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-07T15:03:51.000Z (about 13 years ago)
- Last Synced: 2023-04-12T16:22:19.312Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
JPDuckEncoder
=============
Based off of the [duckencoder](http://www.usbrubberducky.com/wiki/doku.php?id=downloads) written by Jason Appelbaum, jpduckencoder aims to fix bugs reported by the community and add feature enhancements.Changelog
---------
### v0.2 ###
* Fixed DEFAULT_DELAY so it works with each iteration
### v0.1 ###
* Ported from v1.0 of Hack5 duckencoder
* Adds in --replacern flag allowing users with text editors that use CRLF line encodings to strip out CR
* Fixed an issue where DELAYs were not being set correctly because of improper type conversion from String to Byte