Skip to content

Instantly share code, notes, and snippets.

View watilde's full-sized avatar
👋
Hi

Daijiro Wachi watilde

👋
Hi
View GitHub Profile
@hiroppy
hiroppy / resume.md
Last active November 11, 2021 14:15
履歴

サイト: https://hiroppy.me/

高校生の頃から少しプログラミング(JavaScript, C++)と主に PSP のためにハンダ付けを始める

2011

大学

  • 大学に入学する
  • 画像処理研究室に所属開始する
// place this file in __mocks__
let pendingAssertions
exports.prompt = prompts => {
if (!pendingAssertions) {
throw new Error(`inquirer was mocked and used without pending assertions: ${prompts}`)
}
const answers = {}
@watson
watson / christmas-dinner.md
Last active December 28, 2017 12:00
Copenhagen Node.js Christmas Dinner invitation

Copenhagen Node.js Christmas Dinner

Date: January 6th 2018
Time: 5pm -> ?

Location

Zendesk DK HQ
Snaregade 12, 2nd floor
1205 Copenhagen

@hinaloe
hinaloe / Twitter Cramming.user.js
Last active September 28, 2017 05:35 — forked from if1live/Twitter Cramming.user.js
Force enable cramming (280 character tweets) on Twitter. NOTE: Stops working when you switch pages, refresh to fix. https://twitter.com/Prof9/status/912859110776950784
// ==UserScript==
// @name Twitter Cramming
// @description Force enable cramming (280 character tweets) on Twitter
// @author Prof. 9
// @version 0.1
// @match https://twitter.com/*
// @run-at document-idle
// @namespace prof9.twittercramming
// ==/UserScript==
class Super {
constructor() {
this.log = new.target.DI('log');
}
static DI(name) {
if (name === 'log') return console.log;
}
}
class Sub extends Super {
static DI(name) {

WannaCry|WannaDecrypt0r NSA-Cyberweapon-Powered Ransomware Worm

  • Virus Name: WannaCrypt, WannaCry, WanaCrypt0r, WCrypt, WCRY
  • Vector: All Windows versions before Windows 10 are vulnerable if not patched for MS-17-010. It uses EternalBlue MS17-010 to propagate.
  • Ransom: between $300 to $600. There is code to 'rm' (delete) files in the virus. Seems to reset if the virus crashes.
  • Backdooring: The worm loops through every RDP session on a system to run the ransomware as that user. It also installs the DOUBLEPULSAR backdoor. It corrupts shadow volumes to make recovery harder. (source: malwarebytes)
  • Kill switch: If the website www.iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com is up the virus exits instead of infecting the host. (source: malwarebytes). This domain has been sinkholed, stopping the spread of the worm. Will not work if proxied (source).

update: A minor variant of the viru

@kohei-takata
kohei-takata / schedule detail.md
Last active July 21, 2016 14:17 — forked from yosuke-furukawa/schedule detail.md
Tokyo NodeFest 2016

Tokyo NodeFest 2016

Abstract

Conference for Node.js in Tokyo.

We, Japan Node.js User group would like to held the conference for sharing knowledge and increase the number of Node.js users.

past conferences

@fritzvd
fritzvd / unconf.js
Last active April 22, 2016 15:07
unconf
console.lol = function (arguments) {
var monkeys = '🐒'
arguments = Array.prototype.concat([monkeys], arguments, [monkeys])
console.log.call(null, arguments)
}
console.lol('hi')
@hlissner
hlissner / codesign_gdb.md
Last active March 11, 2024 07:09
Codesign gdb on OSX
  • scope of the project
    • npm CLI vs npm, Inc.
    • the CLI team
    • the npm, Inc. Code of Conduct
  • keeping up with the project
    • CHANGELOG.md & release feed
    • weekly team meetings
    • other CLI team meetings
    • effectively using the npm issue tracker
    • #npm on Freenode