Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add img.shields.io badges #2

Merged
merged 1 commit into from
Jul 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@

## ![alt tag](https://raw.githubusercontent.com/NetSPI/PowerUpSQL/master/scripts/PowerUpSQL-LogoSm.png) PowerUpSQL: A PowerShell Toolkit for Attacking SQL Server

[![licence badge]][licence]
[![stars badge]][stars]
[![forks badge]][forks]
[![issues badge]][issues]

[licence badge]:https://img.shields.io/badge/license-New%20BSD-blue.svg
[stars badge]:https://img.shields.io/github/stars/NetSPI/PowerUpSQL.svg
[forks badge]:https://img.shields.io/github/forks/NetSPI/PowerUpSQL.svg
[issues badge]:https://img.shields.io/github/issues/NetSPI/PowerUpSQL.svg

[licence]:https://github.com/NetSPI/PowerUpSQL/blob/master/LICENSE
[stars]:https://github.com/NetSPI/PowerUpSQL/stargazers
[forks]:https://github.com/NetSPI/PowerUpSQL/network
[issues]:https://github.com/NetSPI/PowerUpSQL/issues


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 internal penetration tests and red team engagements. However, PowerUpSQL also includes many functions that could be used by administrators to quickly inventory the SQL Servers in their ADS domain.

PowerUpSQL was designed with six objectives in mind:
Expand Down