Skip to content

Instantly share code, notes, and snippets.

View http403's full-sized avatar

Hartman Tam http403

View GitHub Profile

Keybase proof

I hereby claim:

  • I am http403 on github.
  • I am hartmantam (https://keybase.io/hartmantam) on keybase.
  • I have a public key ASDaqgxOM25KaIg8RjWFROz1BPyOoW0aJyb_RsTiAwWMlgo

To claim this, I am signing this object:

@http403
http403 / output.txt
Created November 3, 2017 21:24
mediadrop `python setup.py develop` setup error
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'message_extractors'
warnings.warn(msg)
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'paster_plugins'
warnings.warn(msg)
running develop
running egg_info
creating MediaCore.egg-info
writing requirements to MediaCore.egg-info/requires.txt
writing MediaCore.egg-info/PKG-INFO
writing top-level names to MediaCore.egg-info/top_level.txt
@http403
http403 / README.md
Last active February 6, 2018 02:35
OpenSSH Moduli

OpenSSH Moduli

This moduli file is for people who are very nervous about their security and not trust the pre-computed mouduli which shipped with OpenSSH. Since generate a moduli file with wide bit range takes long time, I had generated it and share with all people.

All moduli generated on Vultr machine with Intel HWRNG equipped and re-seeded with Ubuntu's Pollen Server before each generation. Bits range from 1024 to 8192. Pick one or more that suit your use cases and follow the instructions below.

WARNING

I STRONGLY recommend NOT to use a moduli file that is smaller then 2048 bits for security reason. 1024 bits moduli provided JUST for compatibility.

USAGE

@http403
http403 / play123.js
Last active February 21, 2017 11:01
Possible malicious JS code
var adsPage2="/"+sitePath+"js/loading2.html";
var zzid=0;
var max_Player_File="play.swf";
var playerw='980';
var playerh='550';
var skinColor="d6eaf4,333333|000000,FFFFCC|94d2e2,000000|d1d3a2,000000|c9abca,000000";
var autoPlay="1";
var openMenu="1";
var logoURL="logo.png";
var adsPage="";
@http403
http403 / PokemonGo-Bot Exception
Created August 11, 2016 22:12
Exception Details
[15:01:20] Exception: PokemonGo.RocketAPI.Exceptions.InvalidResponseException: Exception of type 'PokemonGo.RocketAPI.Exceptions.InvalidResponseException' was thrown.
at PokemonGo.RocketAPI.Extensions.HttpClientExtensions.<PostProtoPayload>d__1`2.MoveNext() in C:\Users\Ari\Desktop\PokemonGo Bot\Github\PokemonGo-Bot\PokemonGo.RocketAPI\Extensions\HttpClientExtensions.cs:line 80
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at PokemonGo.RocketAPI.Rpc.BaseRpc.<PostProtoPayload>d__6`2.MoveNext() in C:\Users\Ari\Desktop\PokemonGo Bot\Github\PokemonGo-Bot\PokemonGo.RocketAPI\Rpc\BaseRpc.cs:line 0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.H
@http403
http403 / AES Encryption with Custom Block Cipher Mode
Last active March 22, 2016 13:04
AES Encryption with Custom Block Cipher Mode
AES Encryption with Custom Block Cipher Mode.
THIS BLOCK CIPHER MODE MAY HAVE POTENTIAL VULNERABILITY, DO NOT USE IN PRODUCTION PRODUCT. I code it ONLY FOR FUN AND TESTING PURPOSE.