systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
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
Mess with the best, die like the rest. | |
There is no right and wrong. There's only fun and boring. | |
Spandex: it's a privilege, not a right. | |
The pool on the roof must have a leak. | |
YO THIS IS ZERO COOL! | |
Whoa! This isn't woodshop class? | |
Of all the things I've lost, I miss my mind the most. | |
Orwell is here now. He's livin' large. We have no names, man. No names. We are nameless! | |
"This is our world now. The world of the electron and the switch; the beauty of the baud. We exist without nationality, skin color, or religious bias. You wage wars, murder, cheat, lie to us and try to make us believe it's for our own good, yet we're the criminals. Yes, I am a criminal. My crime is that of curiosity. I am a hacker, and this is my manifesto." Huh? Right? Manifesto? "You may stop me, but you can't stop us all." | |
When I was a child, I spoke as a child, I understood as a child, I thought as a child, but when I became a man, I put away childish things. What? It's Corinthians one, chapter thirteen verse eleven. |
AT&T: [[email protected]] (SMS), [[email protected]] (MMS)
T-Mobile: [[email protected]] (SMS & MMS)
Verizon: [[email protected]] (SMS), [[email protected]] (MMS)
Sprint: [[email protected]] (SMS), [[email protected]] (MMS)
XFinity Mobile: [[email protected]] (SMS), [[email protected]] (MMS)
Virgin Mobile: [[email protected]] (SMS), [[email protected]] (MMS)
Tracfone: [[email protected]] (MMS)
Metro PCS: [[email protected]] (SMS & MMS)
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
CTFs | |
CTFtime.org | |
AWS Security | |
http://flaws.cloud/ | |
http://flaws2.cloud/ | |
https://github.com/RhinoSecurityLabs/cloudgoat |
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
// PHP -> Elasticsearch Index Timestamp Format | |
$timestamp_pre = date("Y-m-d"); | |
$timestamp_pose = date("H:i:s.u"); | |
$tlen = strlen($timestamp_pose); | |
$tsub = substr($timestamp_pose, 0, $tlen-3); | |
$tsub = $tsub."Z"; | |
$t = $timestamp_pre."T".$tsub; |
add the following to the frontend section of your haproxy configuration
## ------ LOG REQ BODY ----------
option http-buffer-request
declare capture request len 40000000
http-request capture req.body id 0
log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r %[capture.req.hdr(0)]"
## --------------------
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
# Server list generated by rankmirrors on 2024-07-02 | |
Server = https://mirrors.mit.edu/archlinux/$repo/os/$arch | |
Server = https://mirror.clarkson.edu/archlinux/$repo/os/$arch | |
Server = https://mirrors.rit.edu/archlinux/$repo/os/$arch | |
Server = https://mirrors.kernel.org/archlinux/$repo/os/$arch | |
Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch | |
Server = https://mirror.arizona.edu/archlinux/$repo/os/$arch |