-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathPowerexploit.psd1
More file actions
33 lines (22 loc) · 773 Bytes
/
Copy pathPowerexploit.psd1
File metadata and controls
33 lines (22 loc) · 773 Bytes
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
#
# Module manifest for module 'Powerexploit'
#
# Generated by: Ankit Dobhal
#
#
@{
# Script module or binary module file associated with this manifest
ModuleToProcess = 'Powerexploit.psm1'
# Version number of this module.
ModuleVersion = '1.0'
# Author of this module
Author = 'Ankit Dobhal'
# Description of the functionality provided by this module
Description = 'Powerexploit is a pentesting tool contains scanning,remoting,post exploitation functionality.'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1'
# Modules to import as nested modules of the module specified in ModuleToProcess
NestedModules = "Powerexploit.psm1"
# List of all modules packaged with this module
ModuleList = @('Powerexploit')
}