Commit Graph

62 Commits (686a1c4a14573db6338ccf7714b14888412fb3d8)

Author SHA1 Message Date
byt3bl33d3r 53b49a7c3a Added support for importing Metasploit credentials (closes issue #89) 2016-06-17 21:44:40 -06:00
byt3bl33d3r 68a908562a Second round of refactoring for packaging 2016-06-03 23:42:26 -06:00
byt3bl33d3r eb4f185118 Database now tracks which users have admin access to which hosts
Added a configuration file for specifying Empire's and Metasploits API and RPC creds
Added the empire_agent_exec module: connects to Empire, generates a launcher and executes it

Minor bug fixes
2016-04-08 00:25:06 -06:00
byt3bl33d3r 10a12a9a0f Initial v3.0 commit to master
Quick re-cap on the new features:

* Credentials and hosts are now stored in a database, the cme_db.py script can be used to query it
* Module system has been implemented allowing anyone to create payloads
* All underlying powershell code has been ported to a module
* The HTTP/HTTPS server now tracks connections: no more guessing when to CTRL-C
* All around better code quality, error handling and logging
2016-03-27 15:17:18 -06:00
byt3bl33d3r d383c3df8f Updated requirements.txt 2016-01-17 00:51:25 -07:00
byt3bl33d3r 56fe9aa19a Added Windows support 2015-11-01 18:52:00 -07:00
byt3bl33d3r d022ca4a55 added colored output 2015-08-28 21:17:46 +02:00
Gabriel Tremblay 052351fc38 Fixed Requirements 2015-08-21 10:17:17 -04:00
byt3bl33d3r bb2e30048f added install instructions for kali 2015-08-20 13:45:12 +02:00
byt3bl33d3r ea761c23ca Added list command 2015-08-15 23:40:22 +02:00
byt3bl33d3r a396b76424 Added upload, download and delete commands
Code is now fully concurrent, removed greenlet sync code
If plain text creds are dumped using mimikatz, creds will be parsed and displayed to the user
Full mimikatz output is stored to log files
2015-08-15 22:48:54 +02:00
byt3bl33d3r d0550fa545 Greenlet Output is now partially synced between threads
added temporary logging handler
added options group
2015-08-15 15:32:57 +02:00