Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
74 lines (72 loc) · 3.05 KB

File metadata and controls

74 lines (72 loc) · 3.05 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#requires -Version 1
@{
ModuleToProcess = 'PowerUpSQL.psm1'
ModuleVersion = '1.0.0.23'
GUID = 'dd1fe106-2226-4869-9363-44469e930a4a'
Author = 'Scott Sutherland'
Copyright = 'BSD 3-Clause'
Description = 'PowerUpSQL is an offensive toolkit designed for attacking SQL Server. The PowerUpSQL module includes functions that support SQL Server discovery, auditing for common weak configurations, and privilege escalation on scale. It is intended to be used during penetration tests and red team engagements. However, PowerUpSQL also includes many functions that could be used by administrators to inventory the SQL Servers on their ADS domain very quickly. More information can be found at https://github.com/NetSPI/PowerUpSQL.'
PowerShellVersion = '3.0'
FunctionsToExport = @(
'Create-SQLFileXpDll',
'Get-SQLAuditDatabaseSpec',
'Get-SQLAuditServerSpec',
'Get-SQLColumn',
'Get-SQLColumnSampleData',
'Get-SQLColumnSampleDataThreaded',
'Get-SQLConnectionTest',
'Get-SQLConnectionTestThreaded',
'Get-SQLDatabase',
'Get-SQLDatabasePriv',
'Get-SQLDatabaseRole',
'Get-SQLDatabaseRoleMember',
'Get-SQLDatabaseSchema',
'Get-SQLDatabaseThreaded',
'Get-SQLDatabaseUser',
'Get-SQLFuzzDatabaseName',
'Get-SQLFuzzDomainAccount',
'Get-SQLFuzzObjectName',
'Get-SQLFuzzServerLogin'
'Get-SQLInstanceDomain',
'Get-SQLInstanceFile',
'Get-SQLInstanceLocal',
'Get-SQLInstanceScanUDP',
'Get-SQLInstanceScanUDPThreaded',
'Get-SQLQuery',
'Get-SQLQueryThreaded',
'Get-SQLServerConfiguration',
'Get-SQLServerCredential',
'Get-SQLServerInfo',
'Get-SQLServerInfoThreaded',
'Get-SQLServerLink',
'Get-SQLServerLogin',
'Get-SQLServerPriv',
'Get-SQLServerRole',
'Get-SQLServerRoleMember',
'Get-SQLServiceAccount',
'Get-SQLServiceLocal',
'Get-SQLSession',
'Get-SQLStoredProcedure',
'Get-SQLSysadminCheck',
'Get-SQLTable',
'Get-SQLTriggerDdl',
'Get-SQLTriggerDml',
'Get-SQLView',
'Invoke-SQLAudit',
'Invoke-SQLAuditPrivCreateProcedure',
'Invoke-SQLAuditPrivDbChaining',
'Invoke-SQLAuditPrivImpersonateLogin',
'Invoke-SQLAuditPrivServerLink',
'Invoke-SQLAuditPrivTrustworthy',
'Invoke-SQLAuditPrivXpDirtree',
'Invoke-SQLAuditPrivXpFileexit',
'Invoke-SQLAuditRoleDbDdlAdmin',
'Invoke-SQLAuditRoleDbOwner',
'Invoke-SQLAuditSampleDataByColumn',
'Invoke-SQLAuditWeakLoginPw',
'Invoke-SQLDumpInfo',
'Invoke-SQLEscalatePriv',
'Invoke-SQLOSCmd'
)
FileList = 'PowerUpSQL.psm1', 'PowerUpSQL.ps1', 'README.md'
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.