You are on page 1of 3

PowerShell for Penetration Testers

Nikhil Mittal (@nikhil_mitt)


http://www.labofapenetrationtester.com/
Certifications: http://www.securitytube-training.com

Pentester Academy: http://www.PentesterAcademy.com

©SecurityTube.net
Output Formatting

©SecurityTube.net
Output Formatting

• PowerShell has cmdlets which could be


used for
– Output formatting.
Get-Command -CommandType cmdlet -
Name Format*
- Output manipulation
Get-Command -CommandType cmdlet -
Name Out*

©SecurityTube.net

You might also like