Pinned Loading
-
boogiebutton
boogiebutton PublicA proof-of-concept for triggering website actions remotely with a custom IoT device.
HTML 1
-
-
koodaripula.com
koodaripula.com PublicParempaa tietoa kotimaisesta IT-työmarkkinasta
Jupyter Notebook 2
-
xcom2_pekaface
xcom2_pekaface PublicA sample project using Xcom 2 modding tools to add a new armor texture
-
A mock socket server for simulating ...
A mock socket server for simulating vulnerabilities for remote exploits 1#!/usr/bin/python -u
2# -*- coding: utf-8 -*-
3# A multi-threadable server program to provide mock-answers to socket queries.
4# Usable for simulating server processes for various remote exploits
5# by Eeko, 2013
-
Small bash-script for monitoring the...
Small bash-script for monitoring the status of free times for Dublin Immigration Registration appointment system. Fetches the CSRF-tokens from the form and uses it to query for free times every 30 seconds from the page. Requires restart every once in a while since the CSRF-tokens do expire for the site. 1#!/bin/bash
23SITECONTENT=$(curl https://burghquayregistrationoffice.inis.gov.ie/Website/AMSREG/AMSRegWeb.nsf/AppSelect?OpenForm)
4K=$(echo $SITECONTENT|egrep -o '<input id="k" type="hidden" value="\w+"'|cut -c36-67)
5P=$(echo $SITECONTENT|egrep -o '<input id="p" type="hidden" value="\w+"'|cut -c36-67)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.