Skip to content

Instantly share code, notes, and snippets.

View wokark10's full-sized avatar

Kamil wokark10

View GitHub Profile
@wokark10
wokark10 / keybase.md
Created December 25, 2015 01:59
things

Keybase proof

I hereby claim:

  • I am kamilrakowski on github.
  • I am krakow (https://keybase.io/krakow) on keybase.
  • I have a public key whose fingerprint is 5B80 0BF5 6863 6FEB 8536 4A84 1DB6 DD03 0BCD 0D0D

To claim this, I am signing this object:

@wokark10
wokark10 / contact.html
Created April 1, 2016 14:16
(MD) (h-P0t) Contact us
<HTML>
<HEAD>
<TITLE>P0tVw</TITLE>
</HEAD>
<BODY>
<H1>Contact us</h1>
<p>
Our sales department: sales@malwaredown.com<br>
Accounting: accounting@malwaredown.com<br>
Advisor for billing: alan.b@malwaredown.com<br>
@wokark10
wokark10 / lockoutfix.ps1
Last active April 12, 2024 02:23
This PowerShell script disables the account lockout policy on Windows and Windows Server machines, which prevents the RDP server from being inaccessible when encountering internet bruteforcers. Fixes error: "As a security precaution, the user account has been locked because there were too many logon attempts or password change attempts."
# PowerShell (as admin) one-liner:
# irm datawagon.com/fixlockout | iex
#
# Account Lockout Fix Utility (PowerShell)
#
# Copyright (C) 2024 DataWagon LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to