| Title |
Test
Find
connection string password
|
| Expression |
(pwd|password)\s*=\s*(?<pwd>('(([^'])|(''))+'|[^';]+)) |
| Description |
This pattern matches the password from a SQL Server connection string. |
| Matches |
server=(local);password='O''Brian'; |
| Non-Matches |
invalid connection strings |
| Author |
Rating:
Eugen Anghel
|
| Source |
|
| Your Rating |
|