Skip to content

Instantly share code, notes, and snippets.

View xBytez's full-sized avatar
:electron:
Eating memory

xBytez xBytez

:electron:
Eating memory
View GitHub Profile
@xBytez
xBytez / GPG Public Key.txt
Last active May 19, 2016 12:55
xBytez <me@xbytez.io>
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1
mQINBFc8doABEACl23r9rZ/4hEixWN2/ixj0lo9W8NsRPaTmLyGU46aCRI5ZSf1b
p/MdM5seGorkbTNeMHwF1URblebpE0hDfLNOspCwE/MUfLoR9EhPfaehwtAHVgSq
z0u4/q3FOn2/qahURMdTeNfVWt+sZTqIdVL1fNAFszHmshiJSs+K5Rw2wH7IhfkR
qkF8Bs8fxl9sOlNM/WhXBo8wy4PKhyk01B8X3jTvLlIOhG9ZlI9k1llB+9NO5Qte
yewC5ysZ875OkGhYpUbjsHxiGjj3+x56CJmruddcOQKw9fmmfUN2EFWDma9d0xAc
Ef9xlx5V/arJ1PCpRpvfAHkPMtvT/Q0zZsQTOBPIkrV4za+JF8lIfaCERScdGhqJ
XWM5XptiZVByQeGHbiKB5pnN3VAAel7R3qGltcp8X02xFcfoQakptrfvvkHmKpGR
@xBytez
xBytez / keybase.md
Created July 23, 2016 11:14
Keybase

Keybase proof

I hereby claim:

  • I am xBytez on github.
  • I am xbytez (https://keybase.io/xbytez) on keybase.
  • I have a public key whose fingerprint is 8274 6F6E 3FA8 CD7F 9A79 DA1C AD7C A19F 2299 1C0B

To claim this, I am signing this object:

@xBytez
xBytez / chevrons.css
Last active October 22, 2016 15:11
plug.dj staff chevron/arrow CSS
/* Made by Dazzuh (5786782) & Nitro Ghost (3814183) */
* .icon-chat-host, .msg .from .icon-chat-host {
background: #A8cff7!important;
mask: url("https://cdn.plug.dj/_/static/images/icons.38f7ee77fd7ad2bc018b1a25fd4a1f0aaba5a4cd.png");
-webkit-mask: url("https://cdn.plug.dj/_/static/images/icons.38f7ee77fd7ad2bc018b1a25fd4a1f0aaba5a4cd.png");
mask-position: -35px -350px;
-webkit-mask-position: -35px -350px;
}
@xBytez
xBytez / RCS-CustomCSS.css
Last active December 23, 2016 23:11
Custom CSS that I use in RCS
/* Customized RCS CSS by Dazzuh, xBytez and Origin */
/* Background & Color */
.room-background {
background: url(https://i.xbytez.io/d/ff58a5.png) no-repeat center center fixed !important;
background-size: cover!important;
width: 100% !important;
height: 100% !important;
top: 0px!important;
left: 0px!important;
@xBytez
xBytez / Bypass vCenter 6.5 VCSA password requirements.md
Last active January 30, 2022 07:30
Bypass vCenter 6.5 VCSA root password requirements

Requirements

  • SSH enabled
  • root access

Steps

  • Login to vCenter via SSH then type shell

  • Type in the following command:

@xBytez
xBytez / 0-Get-Hotfix_remote.md
Last active April 15, 2022 16:08
Mitigating CVE-2022-24497: Checking if update is installed on local and remote Windows servers.

Get-Hotfix remote

This PS script checks if CVE-2022-24497 has been patched by checking if a remote (or local) system has the hotfix for the system's OS version installed.

Populate servers.txt in the same directory as the script with hostnames for the script to check in this format: (example)

ADDC01
EXCH01
TS00