Skip to content

Releases: USArmyResearchLab/Dshell

Dshell 3.2.3

07 May 12:53
d7b9f0b
Compare
Choose a tag to compare

Release with several backend updates to improve speed and functionality. Also fixed and added some output options.

Dshell 3.2.2

06 Mar 16:27
cf75271
Compare
Choose a tag to compare

Release adopting major backend updates to framework for handling packets, and includes bug fixes, plugins, and additional improvements.

Dshell 3.1.3

22 Sep 12:40
Compare
Choose a tag to compare

Major version update/rewrite to Dshell, now using Python 3. See README for more details.

Highlights:

  • This is a major framework update to Dshell. Plugins written for the previous version are not compatible with this version, and vice versa.
  • Uses Python 3
    • Rewritten in Python 3 from the ground up. Python 2 language deprecated on 1 JAN 2020
    • By extension, dpkt and pypcap have been replaced with Python 3-friendly pypacker and pcapy (respectively).
  • Is a Python package
  • All plugins are chainable
  • Plugins can use all output modules
  • Improved error handling
  • Enables development of external plugin packs, allowing the sharing and installation of new, externally-developed plugins without overlapping the core Dshell libraries.

Dshell 2.4.10

01 Sep 15:01
87524b8
Compare
Choose a tag to compare

Tagging the current version of Dshell 2 in preparation for our upcoming release of Dshell 3, the new version of Dshell for Python 3. See the README 'News' section for more information.