Skip to content

Commit

Permalink
Update WINspect.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
A-mIn3 committed Aug 10, 2017
1 parent d398e63 commit 49f4666
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions WINspect.ps1
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
############# WINspect #############

#------ beta version
#------ Author : A-mIn3

################################################################################################################
# This script is part of a larger project for auditing different areas of Windows environments. #
# It focuses on enumerating different parts of a Windows machine aiming to identify security weaknesses #
# and point to components that need further hardening. The main targets for the script are domain-joined #
# windows machines. Howerver, some of the functions can also be invoked for standalone workstations. #
################################################################################################################

<#
WINspect
-------- beta version
-------- Author : A-mIn3
#>

[Console]::ForegroundColor="White"
[Console]::BackGroundColor="Black"
Expand Down

0 comments on commit 49f4666

Please sign in to comment.