From 706164aae223a243b421a38c55267185ee28e0d5 Mon Sep 17 00:00:00 2001 From: thebarbershopper Date: Wed, 10 Feb 2016 11:03:02 -0600 Subject: [PATCH] Change twitter handle to ctfhacker --- data/banner.txt | 4 ++-- modules/import/nmap_xml.py | 2 +- modules/pentestly/domain_admin_loggedin.py | 2 +- modules/pentestly/domain_admin_processes.py | 2 +- modules/pentestly/enumshares.py | 2 +- modules/pentestly/execute_command.py | 2 +- modules/pentestly/get_domain_admin_names.py | 2 +- modules/pentestly/get_shell.py | 2 +- modules/pentestly/group_policy_preferences.py | 2 +- modules/pentestly/interesting_files.py | 2 +- modules/pentestly/login.py | 2 +- modules/pentestly/meterpreter.py | 2 +- modules/pentestly/mimikatz.py | 2 +- modules/pentestly/powerview.py | 2 +- modules/pentestly/show_domain_admins.py | 2 +- modules/pentestly/show_local_admins.py | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/data/banner.txt b/data/banner.txt index 877e1612..a81f2dea 100644 --- a/data/banner.txt +++ b/data/banner.txt @@ -9,5 +9,5 @@ Powered by: recon-ng (https://bitbucket.org/LaNMaSteR53/recon-ng) Tim Tomes (@LaNMaSteR53) -Powered by: Praetorian (@praetorianlabs) -Author: Cory Duplantis (@ctfhacker) +Author:  Cory Duplantis (@ctfhacker) +Presented by: Praetorian (@praetorianlabs) diff --git a/modules/import/nmap_xml.py b/modules/import/nmap_xml.py index 4e64fa4f..9fb9fbdd 100644 --- a/modules/import/nmap_xml.py +++ b/modules/import/nmap_xml.py @@ -7,7 +7,7 @@ class Module(BaseModule): meta = { 'name': 'Import Nmap XML', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Imports port scan from nmap XML', 'options': ( ('filename', None, True, 'Path and filename for nmap XML input'), diff --git a/modules/pentestly/domain_admin_loggedin.py b/modules/pentestly/domain_admin_loggedin.py index f60a1cf9..b274f437 100644 --- a/modules/pentestly/domain_admin_loggedin.py +++ b/modules/pentestly/domain_admin_loggedin.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Discover Domain Admin via nbtstat', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Using SMB execution, run "nbtstat -A" in order to determine where domain admins are logged in.', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', } diff --git a/modules/pentestly/domain_admin_processes.py b/modules/pentestly/domain_admin_processes.py index 39f2fe1a..1332774f 100644 --- a/modules/pentestly/domain_admin_processes.py +++ b/modules/pentestly/domain_admin_processes.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Discover Domain Admin via Tasklist', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Using SMB execution, run "tasklist /V" in order to determine DA processes. Modifies the \'domain_admins\' table with the new information', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', } diff --git a/modules/pentestly/enumshares.py b/modules/pentestly/enumshares.py index 4b91a18e..2ef55ecb 100644 --- a/modules/pentestly/enumshares.py +++ b/modules/pentestly/enumshares.py @@ -13,7 +13,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Enumshares', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Enumerate shares using valid credentials', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True"', } diff --git a/modules/pentestly/execute_command.py b/modules/pentestly/execute_command.py index 9975dc80..f9d3975b 100644 --- a/modules/pentestly/execute_command.py +++ b/modules/pentestly/execute_command.py @@ -10,7 +10,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Execute', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Attempts to execute commands on valid SMB connections', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', 'options': ( diff --git a/modules/pentestly/get_domain_admin_names.py b/modules/pentestly/get_domain_admin_names.py index 6c0455d2..b1dd7c89 100644 --- a/modules/pentestly/get_domain_admin_names.py +++ b/modules/pentestly/get_domain_admin_names.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Get Domain Admins', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Using SMB execution, execute "net groups \'Domain Admins\'" to enumerate Domain Admins. Modifies the \'domain_admins\' table with found Domain Admins', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False" AND domain!="workgroup"', } diff --git a/modules/pentestly/get_shell.py b/modules/pentestly/get_shell.py index 9ba15945..cfb994ee 100644 --- a/modules/pentestly/get_shell.py +++ b/modules/pentestly/get_shell.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'Get Shell via Powercat', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Set either RPORT for callback or LPORT for listen. Default to callback on 443', 'query': 'select username from pentestly_creds', 'options': ( diff --git a/modules/pentestly/group_policy_preferences.py b/modules/pentestly/group_policy_preferences.py index 91854bef..a5412917 100644 --- a/modules/pentestly/group_policy_preferences.py +++ b/modules/pentestly/group_policy_preferences.py @@ -13,7 +13,7 @@ class Module(PentestlyModule): meta = { 'name': 'Group Policy Preferences (GPP) Password Gatherer', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Enumnerate through SYSVOL shares looking for files with GPP Passwords', 'query': 'SELECT host,username from pentestly_shares where readonly like "%SYSVOL%"', } diff --git a/modules/pentestly/interesting_files.py b/modules/pentestly/interesting_files.py index e1883e5c..81ab4002 100644 --- a/modules/pentestly/interesting_files.py +++ b/modules/pentestly/interesting_files.py @@ -46,7 +46,7 @@ def module_run(self, shares): self.smb.hosts[host] = {'user':username, 'passwd':password, 'domain':domain, 'port': 445} success = self.smb.login(host, username, password, domain) for curr_share in curr_shares: - self.output("Execution creds: {}\{}:{}@{}".format(domain, username, password, host)) + self.output("Execution creds: {} {}\{}:{}@{}".format(curr_share, domain, username, password, host)) if success: self.smb.list_path_recursive(host, curr_share, '/', '*', {}, pattern, False) else: diff --git a/modules/pentestly/login.py b/modules/pentestly/login.py index 67945363..8711534e 100644 --- a/modules/pentestly/login.py +++ b/modules/pentestly/login.py @@ -8,7 +8,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB login', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Attempts to login to all hosts with port 445 using given', 'query': 'SELECT ip_address FROM ports WHERE port=445', 'options': ( diff --git a/modules/pentestly/meterpreter.py b/modules/pentestly/meterpreter.py index 59788636..10b0fd63 100644 --- a/modules/pentestly/meterpreter.py +++ b/modules/pentestly/meterpreter.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Execute Mimikatz', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Remotely downloads Invoke-Mimikatz.ps1 via SMB', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', 'options': ( diff --git a/modules/pentestly/mimikatz.py b/modules/pentestly/mimikatz.py index 88893b76..29bde915 100644 --- a/modules/pentestly/mimikatz.py +++ b/modules/pentestly/mimikatz.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Execute Mimikatz', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Remotely downloads Invoke-Mimikatz.ps1 via SMB', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', 'options': ( diff --git a/modules/pentestly/powerview.py b/modules/pentestly/powerview.py index 47a6abb1..ecee4593 100644 --- a/modules/pentestly/powerview.py +++ b/modules/pentestly/powerview.py @@ -11,7 +11,7 @@ class Module(PentestlyModule): meta = { 'name': 'SMB Execute Mimikatz', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Remotely downloads Invoke-Mimikatz.ps1 via SMB', 'query': 'SELECT username,password,domain,host FROM pentestly_creds WHERE success="True" AND execute!="False"', } diff --git a/modules/pentestly/show_domain_admins.py b/modules/pentestly/show_domain_admins.py index c4c03065..05d07818 100644 --- a/modules/pentestly/show_domain_admins.py +++ b/modules/pentestly/show_domain_admins.py @@ -8,7 +8,7 @@ class Module(PentestlyModule): meta = { 'name': 'Show local administrator accounts', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Display all credentials that have administrator access', 'query': 'SELECT * from pentestly_creds where execute="True"', 'options': ( diff --git a/modules/pentestly/show_local_admins.py b/modules/pentestly/show_local_admins.py index 89ed5b1d..65dbbac8 100644 --- a/modules/pentestly/show_local_admins.py +++ b/modules/pentestly/show_local_admins.py @@ -8,7 +8,7 @@ class Module(PentestlyModule): meta = { 'name': 'Show local administrator accounts', - 'author': 'Cory Duplantis (@CoryDuplantis)', + 'author': 'Cory Duplantis (@ctfhacker)', 'description': 'Display all credentials that have administrator access', 'query': 'SELECT * from pentestly_creds where execute="True"', 'options': (