This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState] | |
"TargetProductVersion"="Windows 10" | |
"TargetReleaseVersion"="22H2" |
This file contains 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
{ | |
"Transport": "direct", | |
"ProxyMethod": "shadowsocks", | |
"EncryptionMethod": "plain", | |
"UID": "CHANGE_ME", | |
"PublicKey": "CHANGE_ME", | |
"ServerName": "www.amazon.com", | |
"AlternativeNames": ["www.apple.com", "www.cambridge.org", "www.linkedin.com", "www.microsoft.com", "www.walmart.com", "www.bestbuy.com", "www.ebay.com", "www.samsung.com", "store.steampowered.com", "www.cdc.gov", "www.adobe.com", "www.speedtest.net", "www.playstation.com", "www.sony.com", "www.ea.com", "www.calculator.net", "www.paypal.com"], | |
"NumConn": 6, | |
"BrowserSig": "chrome", |
This file contains 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Matrix</title> | |
<style type="text/css"> | |
* { | |
margin: 0; | |
padding: 0; | |
} |
This file contains 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
Microsoft (R) Windows Debugger Version 10.0.19041.1 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [D:\101122-9390-01.dmp] | |
Mini Kernel Dump File: Only registers and stack trace are available | |
************* Path validation summary ************** |
This file contains 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
CREATE TABLE IF NOT EXISTS `shortlinks` ( | |
`id` int(11) DEFAULT NULL, | |
`url` text DEFAULT NULL | |
) ENGINE=InnoDB DEFAULT CHARSET=latin1; | |
DELETE FROM `shortlinks`; | |
INSERT INTO `shortlinks` (`id`, `url`) VALUES | |
(0, 'https://www.google.com'); |
This file contains 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 bash | |
# | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi | |
systemctl enable runsunloginclient.service | |
systemctl start runsunloginclient.service | |
# change USERNAME to your current non-root username | |
sudo -u USERNAME /usr/local/sunlogin/bin/sunloginclient & |
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] | |
"ExcludeWUDriversInQualityUpdate"=dword:00000001 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings] | |
"ExcludeWUDriversInQualityUpdate"=dword:00000001 |
This file contains 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 | |
# | |
LastIP=`cat /root/ip1` | |
WanIP=`curl ifconfig.me` | |
if [ "$LastIP" != "$WanIP" ] | |
then | |
echo "$WanIP" > /root/ip1 | |
echo -e "Subject: this is the subject\n\n$WanIP" | ssmtp [email protected] |
This file contains 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
Microsoft (R) Windows Debugger Version 10.0.17763.132 AMD64 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Loading Dump File [C:\Windows\MEMORY.DMP] | |
Kernel Bitmap Dump File: Kernel address space is available, User address space may not be available. | |
************* Path validation summary ************** |
This file contains 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
Delivered-To: [email protected] | |
Received: by 2002:a4f:4191:0:0:0:0:0 with SMTP id o139csp4638945iva; | |
Mon, 10 Aug 2020 12:09:31 -0700 (PDT) | |
X-Google-Smtp-Source: ABdhPJySk29CmoFiCkUV3Ku+2q/O5TdNM/2yat7grPl/EGLFaZAxMgTcWq0/ySXJARCGexZA11Rr | |
X-Received: by 2002:a62:7acb:: with SMTP id v194mr2395497pfc.302.1597086571543; | |
Mon, 10 Aug 2020 12:09:31 -0700 (PDT) | |
ARC-Seal: i=1; a=rsa-sha256; t=1597086571; cv=none; | |
d=google.com; s=arc-20160816; | |
b=JC7kufTWC8spY2pUn196q19HNnst3vhpH5WmTKDSdGiRLP6NbzgkUTzy5rsAync1iz | |
Jp9rmPleyHmKbP3HQogRR/OmgmieYV+KyLCfCDc3Rf7b410jtvz8XKx1AwTcmQSoBuQr |
NewerOlder