Instantly share code, notes, and snippets.
🎯
Focusing on my degree :)
Software Engineer and Student at SNHU, Computer Science B.Sc.
- New York, US
- 18:18
(UTC -05:00) - https://julesnieves.org
- https://cstanze.dev
- @relane.bsky.social
Big thanks to:
- @simonesestito - for the updated method.
- @Misaka13514 - for noting that NetworkManager offers a different method.
Assume you've diagnosed the problem withjournalctl -xb and come across something similar to:
Oct 18 09:51:58 florence wpa_supplicant[7999]: SSL: SSL3 alert: write (local SSL3 detected an error):fatal:protocol versionOct 18 09:51:58 florence wpa_supplicant[7999]: OpenSSL: openssl_handshake - SSL_connect error:0A000102:SSL routines::unsupported protocolOct 18 09:51:58 florence wpa_supplicant[7999]: wlo1: CTRL-EVENT-EAP-FAILURE EAP authentication failed This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| $USR | |
| $PASS | |
| $TIME | |
| $FORCE | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| BLUE='\033[0;34m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| /* | |
| *CVE-2021-22555:Turning \x00\x00into10000$ | |
| *byAndyNguyen (theflow@) | |
| * | |
| *theflow@theflow:~$gcc-m32-static-oexploitexploit.c | |
| *theflow@theflow:~$ ./exploit | |
| * [+]LinuxPrivilegeEscalationbytheflow@-2021 | |
| * | |
| * [+]STAGE0:Initialization | |
| * [*]Settingupnamespacesandbox... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| console.log("This is a very useful feature and works with more than just gists.") | |
| console.log("For those reading the documentation (or even the proposal of this feature), keep reading to learn more about this feature!") |