Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secnnet/network-credentials-retrieval-script
https://github.com/secnnet/network-credentials-retrieval-script
active-directory automation credential-management it-administration network-credentials powershell scripting security user-authentication
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/secnnet/network-credentials-retrieval-script
- Owner: secnnet
- License: mit
- Created: 2023-07-16T06:56:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T09:21:52.000Z (about 1 year ago)
- Last Synced: 2023-10-19T10:32:33.197Z (about 1 year ago)
- Topics: active-directory, automation, credential-management, it-administration, network-credentials, powershell, scripting, security, user-authentication
- Language: PowerShell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Credentials Retrieval Script
**Retrieve network credentials without prompts.**
### Prerequisites:
- Windows OS
- PowerShell### Usage:
1. Open PowerShell.
2. Navigate to script directory.
3. Run `.\\NetworkCredentialsRetrievalScript.ps1`.### Script Steps:
- Retrieves user's network credentials.
- Displays username and password.### Notes:
- Uses `Get-Credential` with `-Credential $null`.
- Outputs as "domain\\username".
- Password in plaintext; handle securely.### Errors:
Basic error handling included. Customize as needed.### Disclaimer:
Use responsibly. Ensure permissions before use.### License:
MIT