Infosec-Notes icon indicating copy to clipboard operation
Infosec-Notes copied to clipboard

Notes from various sources for preparing to take the OSCP, Capture the Flag challenges, and Hack the Box machines.

Results 22 Infosec-Notes issues
Sort by recently updated
recently updated
newest added

Clean and organize [SSH Keys](https://github.com/zweilosec/Infosec-Notes/blob/master/os-agnostic/ssh-and-scp.md) section of the SSH/SCP page. May need additional information Potentially needs relative key strengths, public key data length (for sending through restricted environments)

documentation
cleanup
TODO:

TODO: Expand and clean up PowerShell Bypass section. Link to Windows Privilege Escalation page - [ ] Take examples from https://blog.netspi.com/15-ways-to-bypass-the-powershell-execution-policy/ and add - [ ] write script example of...

documentation
cleanup
TODO:

TODO: add short description about what this is and why it's important * https://github.com/zweilosec/Infosec-Notes/blob/master/windows-1/powershell.md#script-execution-policy

documentation
TODO:

TODO: - [ ] Break PowerShell Functions section up by Category - [ ] Add description of difference between cmdlets and functions - [ ] Add information about creating functions,...

documentation
cleanup
split up functions
TODO:

TODO: Add more information about [Microsoft Sysinternals](https://docs.microsoft.com/en-us/sysinternals/) - [ ] Read about each tool and find the ones that work for Red Teaming - [ ] add highlights about best...

enhancement
TODO:

TODO: script-language-syntax page needs syntax for Bash and Windows Batch scripting - [ ] Add syntax examples for Bash and Windows Batch scripting - [ ] Add example output for...

documentation
TODO:

TODO: Test the password recovery programs - [ ] Test Password recovery programs at [https://www.passcape.com/products](https://www.passcape.com/products) - [ ] Add descriptions of useful and functional programs * https://github.com/zweilosec/Infosec-Notes/edit/master/os-agnostic/password-cracking.md#password-cracking-1

documentation
TODO:

TODO: Break Password Cracking sections into separate pages - [ ] Break the three main sections into separate pages * https://github.com/zweilosec/Infosec-Notes/blob/master/os-agnostic/password-cracking.md#password-cracking

TODO: Create separate pages for each scripting language [PowerShell has its own page under Windows] - [ ] Create separate pages for each scripting language [bash, python, etc.] - [...

documentation
split up functions
TODO:

TODO: update and clean syntax and examples - [ ] Prep code examples for scripting (as appropriate, descriptive examples may not need this) - [ ] Standardize variable names across...

documentation
cleanup
split up functions
TODO: