Skip to content

Instantly share code, notes, and snippets.

View valentinhocher's full-sized avatar

Valentin valentinhocher

View GitHub Profile
@valentinhocher
valentinhocher / find-base64-occurences
Created May 12, 2017 09:51 — forked from anotheremily/find-base64-occurences
hackers seem to like base64 encoding their php commands
#!/bin/bash
find . -name "*.php" -exec grep "base64" '{}' \; -print &> b64-detections.txt
find . -name "*.php" -exec grep "eval" '{}' \; -print &> eval-detections.txt
@valentinhocher
valentinhocher / ocrpoints.json
Created September 30, 2015 07:31
Vorschlag für das OCRPoint Objekt.
{
"data": {
"scale": [
750,
1500,
3000,
4000,
5000
],
"scaleColors": [
@valentinhocher
valentinhocher / ocrpoints.json
Created September 30, 2015 07:31
Vorschlag für das OCRPoint Objekt.
{
"data": {
"scale": [
750,
1500,
3000,
4000,
5000
],
"scaleColors": [
@valentinhocher
valentinhocher / 0_reuse_code.js
Last active August 29, 2015 14:08
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console