Skip to content

Instantly share code, notes, and snippets.

View xh3n1's full-sized avatar
🐢
I may be slow to respond.

Xheni xh3n1

🐢
I may be slow to respond.
View GitHub Profile
@xh3n1
xh3n1 / wmic_cmds.txt
Created June 10, 2023 20:23 — forked from xorrior/wmic_cmds.txt
Useful Wmic queries for host and domain enumeration
Host Enumeration:
--- OS Specifics ---
wmic os LIST Full (* To obtain the OS Name, use the "caption" property)
wmic computersystem LIST full
--- Anti-Virus ---
wmic /namespace:\\root\securitycenter2 path antivirusproduct
@xh3n1
xh3n1 / bootstrap-responsive-login-page.markdown
Created February 9, 2019 17:51
Bootstrap Responsive Login Page
@xh3n1
xh3n1 / index.html
Created February 9, 2019 00:59
Sliding Login/Register Form
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<div class="wrap">
<form class="login">
<div class="toggle-bar">
<div class="toggle-login active">
<span>Login</span>
</div>
<div class="toggle-register">
<span>Register</span>

Keybase proof

I hereby claim:

  • I am xh3n1 on github.
  • I am xenial (https://keybase.io/xenial) on keybase.
  • I have a public key whose fingerprint is EFE1 CF0E 9692 1531 0D1B ACF0 D69E 0590 2006 E4BD

To claim this, I am signing this object:

@xh3n1
xh3n1 / script.js
Created August 15, 2017 20:03
public js
/**
* Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Hendrik Leppelsack <hendrik@leppelsack.de>
* @copyright Hendrik Leppelsack 2015
*/