-
Right-click on the Start Menu Button and click on the
Runoption. -
Write
rundll32.exe keymgr.dll, KRShowKeyMgrin the text box then click on theOKbutton. -
Once you've clicked
OKa new window should open, select a list item that has192.168.10.120orMinalyzeServerin it then click on theEditbutton.
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
| ["cub","child","young","bestiality","paw_patrol","human_on_feral"] |
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
| import random | |
| global keygen, intmap | |
| keygen = "" | |
| intmap = [ | |
| "2", | |
| "3", | |
| "7", | |
| "a", | |
| "b", |
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
| #!/usr/bin/sudo /bin/bash | |
| apt update | |
| apt install -y iperf3 | |
| echo $(cat << EOF | |
| [Unit] | |
| Description=iperf3 Server | |
| After=network.target | |
| [Service] |
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 | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "Run with root please! It's required for \"nvidia-settings\"" | |
| exit 1 | |
| fi | |
| export DISPLAY=:0 | |
| # Graphics Card Number | |
| GPUID="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
| const tr = require("nodejs-traceroute"); | |
| var HopLog = []; | |
| const EventParse = (objInputTraceData) => | |
| { | |
| if (objInputTraceData.ip == undefined) return; | |
| HopLog.push(objInputTraceData); | |
| if (objInputTraceData.ip == 'Request timed out.' || objInputTraceData.rtt1 == '*') | |
| { |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>AMApplicationBuild</key> | |
| <string>444.7</string> | |
| <key>AMApplicationVersion</key> | |
| <string>2.8</string> | |
| <key>AMDocumentVersion</key> | |
| <string>2</string> |
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
| /* | |
| This is only meant for use where you are testing if a server can recieve HTTP requests. | |
| */ | |
| const http = require("http"); | |
| const toolbox = require("tinytoolbox") | |
| const port = parseInt(toolbox.stringGen(5,7)); | |
| http.createServer(function (req, res) { | |
| // console.log(req); |
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
| :root | |
| { | |
| --PAL_RED-50: #FFEBEE; | |
| --PAL_RED-100: #FFCDD2; | |
| --PAL_RED-200: #EF9A9A; | |
| --PAL_RED-300: #E57373; | |
| --PAL_RED-400: #EF5350; | |
| --PAL_RED-500: #F44336; | |
| --PAL_RED-600: #E53935; | |
| --PAL_RED-700: #D32F2F; |


