mirror of
https://github.com/NetSPI/PowerHuntShares.git
synced 2025-05-05 03:38:42 +02:00
Add files via upload
This commit is contained in:
parent
2115a5ca7a
commit
33710af121
27
Scripts/SampleConfigs/.netrc
Normal file
27
Scripts/SampleConfigs/.netrc
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Sample .netrc file
|
||||||
|
|
||||||
|
# Configuration for accessing example.com
|
||||||
|
machine example.com
|
||||||
|
login exampleuser
|
||||||
|
password examplepass
|
||||||
|
|
||||||
|
# Configuration for accessing another-site.com
|
||||||
|
machine another-site.com
|
||||||
|
login anotheruser
|
||||||
|
password anotherpass
|
||||||
|
|
||||||
|
# Configuration for accessing an FTP server at ftp.myserver.com
|
||||||
|
machine ftp.myserver.com
|
||||||
|
login ftpuser
|
||||||
|
password ftppass
|
||||||
|
|
||||||
|
# Configuration with an account for systems that require it
|
||||||
|
machine account-required.com
|
||||||
|
login myuser
|
||||||
|
password mypassword
|
||||||
|
account myaccount
|
||||||
|
|
||||||
|
# Wildcard for default login when no specific machine is specified
|
||||||
|
default
|
||||||
|
login defaultuser
|
||||||
|
password defaultpass
|
Loading…
x
Reference in New Issue
Block a user