Skip to content

Releases: darkarp/malkit

Alpha Version 0.3

22 Dec 22:01
Compare
Choose a tag to compare

Fixed:
Download
Buffer error

Added:
Help Function
More customizability (reconnect_min, reconnect_max for the reconnectiona attempt of malware)

Alpha 0.2

04 Dec 08:37
Compare
Choose a tag to compare
  • Minor bug fixes and clean up

  • Features tested and working:

    • build_malware correctly builds an executable that places itself into shell:startup and creates an encrypted malware.py in %appdata%, while runtime decrypting the functions inside as needed. Correctly spawns a reverse connection.
    • build_listener correctly builds a listener that waits for connections and correctly interacts with the corresponding session. list and interact::NUMBER working within the listener.
    • build_chromepass correctly builds an executable that locally decrypts chrome-saved passwords and sends them via email (no password required, only the email to which it will be sent)
  • Encryption is only a POC-style one, so it's weak for now but it's very easy to upgrade that.

  • Anti-VM and anti-RE techniques are not implemented until the first release to allow for better testing of more important features.

  • All features have only undergone a very limited testing phase, so they may have many bugs, which will hopefully be found and reported by the users.

  • All improvements/suggestions/fixes are welcome. Fork me, submit a feature request, pull requests. the whole thing. It's all welcome.

Alpha 0.1

03 Dec 18:02
4864a9b
Compare
Choose a tag to compare
v0.1-a

Update README.md