Skip to content

Instantly share code, notes, and snippets.

View tadjik1's full-sized avatar
:octocat:
🐛 🔫 🤠

Sergey Zelenov tadjik1

:octocat:
🐛 🔫 🤠
View GitHub Profile
#!/usr/bin/env node
// run with: node sequencehunt_server.js
// info page: http://localhost:8080/info
// correct values: http://localhost:8080/check?val0=4&val1=12&val2=77&val3=98&val4=35
var http = require('http');
var url = require('url');
var TimingAttackProtectionSeconds = 3;