Commit Graph

437 Commits (bd72328bb3f37443b490e3143e0e5d7e21d26c3b)

Author SHA1 Message Date
Christopher Jones bd72328bb3 Cast port from string to int when starting REST service
The REST API won’t start due to a bug:

./empire --rest --username "emp" --password "emp"

[*] Loading modules from: /mnt/hgfs/cjones/Empire/lib/modules/

Starting Empire RESTful API on port: 1337
RESTful API token: 2bjmeuwa6pr6yy4x0n88rauyyl1nve7cekdgkefh Traceback
(most recent call last): File "/usr/lib/python2.7/logging/init.py",
line 853, in emit msg = self.format(record) File
"/usr/lib/python2.7/logging/init.py", line 726, in format return
fmt.format(record) File "/usr/lib/python2.7/logging/init.py", line 465,
in format record.message = record.getMessage() File
"/usr/lib/python2.7/logging/init.py", line 329, in getMessage msg = msg
% self.args TypeError: %d format: a number is required, not str Logged
from file _internal.py, line 87
After casting the port from a string to an int, the REST service works.
2016-05-28 08:28:35 -04:00
Harmj0y b6db99f66f Fix for situational_awareness/host/computerdetails object output. 2016-05-27 15:16:22 -04:00
Harmj0y 0fb6599c77 More verbose output for Invoke-ServiceCMD in PowerUp to address issue #219 2016-05-27 14:37:15 -04:00
Harmj0y e0802fb6d1 Fix for issue #230 (PowerShell 2.0 compatibility for Get-SPN.ps1) 2016-05-27 14:18:08 -04:00
Harmj0y 7a47ea3583 Fix for issue #232 2016-05-27 14:02:34 -04:00
Harmj0y 501ece8762 removed debug line 2016-05-27 13:43:32 -04:00
HarmJ0y 102c09b5d4 Merge pull request #227 from tristandostaler/master
adding the /api/map endpoint to retreive all endpoint possible
2016-05-27 10:40:05 -07:00
HarmJ0y c06354316e Merge pull request #229 from andrew-morris/dev
Simple enhancements to installation script to allow unattended installation
2016-05-27 10:32:37 -07:00
HarmJ0y de1a563bdf Merge pull request #223 from leoloobeek/dev
MS16-032 local privesc for Empire
2016-05-27 10:31:37 -07:00
Andrew Morris a799ffb36b added '-y' flags to 'apt-get install' commands to allow easier unattended installation on Ubuntu and Kali 2016-05-19 12:21:59 -04:00
Tristan Dostaler 92b9d4d09e adding the /api/map endpoint to retreive all endpoint possible 2016-05-18 18:23:02 -04:00
leoloobeek 75dfe996e7 Typo fix 2016-05-12 01:41:29 -05:00
lloobeek 61bddbc9ab Edited MS16-032 exploit for Empire 2016-05-12 01:16:04 -05:00
HarmJ0y 50e49ed17a Merge pull request #200 from jaredhaight/invoke-metasploitpayload
adding the invoke-metasploitpayload module
2016-05-04 18:10:52 -07:00
Harmj0y 37f129fe81 tightened up argparse validation 2016-05-02 18:13:38 -04:00
Jared Haight 5d101cb228 typing is hard 2016-04-29 14:50:34 -04:00
Jared Haight 6e42249417 removed template stuff 2016-04-29 14:49:03 -04:00
Jared Haight b3224860df adding the invoke-metasploitpayload module 2016-04-29 11:52:58 -04:00
HarmJ0y 47c75a5902 Merge pull request #198 from matterpreter/dev
Teensy stager
2016-04-28 15:48:46 -07:00
HarmJ0y f9d8def555 Merge pull request #199 from mubix/patch-1
No need for elevated
2016-04-28 15:48:15 -07:00
Rob Fuller 7d692a1f69 No need for elevated
You don't need elevation to extract kerberos tickets
2016-04-28 08:35:30 -04:00
matterpreter a4b99d41f9 Teensy stager
Adds the capability to generate a Teensy script to run a one-liner
stage0 launcher. Similar to the existing ducky stager.
2016-04-27 15:58:47 -04:00
Harmj0y b977dec1ae Updated PowerView
Added credentials/get_spn_tickets to request user SPN tickets
Added credentials/mimikatz/extract_tickets to extract kerberos tickets from memory
Updated PowerView location citations
2016-04-24 11:26:39 -04:00
Harmj0y f699ec510d Fix for issue #178 2016-04-24 10:29:11 -04:00
Matt Nelson f3142287fe Update changelog 2016-04-21 17:12:43 -04:00
Matt Nelson 56f7837c0f Rename regsvr32.py to launcher_sct.py 2016-04-21 17:06:19 -04:00
Matt Nelson 95fbf7f8c5 Merge pull request #193 from subTee/master
regsvr32 (sct) Stager
2016-04-21 17:05:26 -04:00
Casey Smith 0686f48e37 Update regsvr32.py 2016-04-21 13:02:18 -06:00
Casey Smith f7df5ee06a Update regsvr32.py 2016-04-21 12:53:01 -06:00
Casey Smith 37f6e4f362 Update regsvr32.py 2016-04-21 12:52:40 -06:00
Casey Smith eb764d1aa9 Create regsvr32.py 2016-04-21 12:49:33 -06:00
Matt Nelson dce67beaeb Added tab-completion for list command 2016-04-15 14:42:12 -04:00
Matt Nelson 219a9825fb Merge pull request #184 from forkmind/patch-3
Add Pip to Ubuntu in install.sh
2016-04-15 10:26:57 -04:00
forkmind 3ef9d37c3d Add Pip to Ubuntu in install.sh
Not installed by default
2016-04-13 15:20:48 +02:00
HarmJ0y 96ac925773 Merge pull request #182 from xorrior/master
Added MiniEye collection module; Minor change to ChromeDump
2016-04-11 15:47:19 -07:00
xorrior 523e4458c1 Added MiniEye collection module; Minor change to ChromeDump
MiniEye - Collect recordings from Webcam.
ChromeDump - Modified sqlite DB connection string for read-only access.
2016-04-09 22:11:28 -04:00
HarmJ0y 54037db2b6 Merge pull request #176 from luxcupitor/dev
Modules for unauthenticated access to Jenkins Script Consoles to run OS commands
2016-04-08 15:12:17 -07:00
HarmJ0y db7c1c95b3 Merge pull request #177 from n0clues/master
Binding Empire's native listeners to IP specified in Host option…
2016-04-06 22:21:25 -07:00
n0clues f376dc243c Binding Empire's native listeners to IP specified in Host option instead to 0.0.0.0 - issue#175 2016-04-06 14:24:02 +02:00
Lux Cupitor 188157e3ec removed comment 2016-04-06 08:12:36 -04:00
Lux Cupitor 4f61ecda2b added modules for unauthenticated Jenkins Script console access 2016-04-06 08:06:24 -04:00
Harmj0y 5e87f7d417 Changed 403 respones to 401s in RESTful API 2016-04-03 23:15:57 -04:00
Harmj0y b56e5d29ec listener starting now returns more verbose errors on failure in console and API
merge of @mynameisiv's .jpg screenshot PR
fix for path errors in some cases for ./setup/setup_database.py
2016-04-01 17:06:21 -04:00
HarmJ0y ae324964c6 Merge pull request #169 from mynameisv/dev
screeshot in jpeg and shortcut
2016-04-01 13:52:04 -07:00
Harmj0y 8e44188350 Fix for path errors in some cases for ./setup/setup_database.py 2016-04-01 15:51:58 -04:00
Harmj0y e43fb94634 correct conflict in changelog 2016-03-31 17:34:46 -04:00
mynameisv 917cb2b246 screeshot in jpeg and shortcut 2016-03-31 23:27:15 +02:00
Harmj0y 791071c4d6 updated changelog 2016-03-31 17:25:08 -04:00
Matt Nelson 578f93f115 Update changelog
Added mimikatz update
2016-03-31 17:13:19 -04:00
Matt Nelson 0a4bd4b92c Merge pull request #166 from PowerShellEmpire/mimikatz_update
Update to mimikatz dlls
2016-03-31 17:10:25 -04:00