Skip to content

Instantly share code, notes, and snippets.

View wedataintelligence's full-sized avatar

dataintelli wedataintelligence

View GitHub Profile

Comments on Practical Decryption exFiltration: Breaking PDF Encryption.md

Title: Practical Decryption exFiltration: Breaking PDF Encryption.md

Authors:

Müller, Jens Ising, Fabian Mladenov, Vladislav Mainka, Christian

@wedataintelligence
wedataintelligence / implementing-bigdatacloud-s-free-client-side-reverse-geolocation-client-api.markdown
Created November 7, 2021 02:06
Implementing BigDataCloud's Free Client-side Reverse GeoLocation Client API

Implementing BigDataCloud's Free Client-side Reverse GeoLocation Client API

This example implements BigDataCloud's Reverse GeoCoding Client API along with HTML5's Geolocation API.

A Pen by BigDataCloud on CodePen.

License.

@wedataintelligence
wedataintelligence / install.php
Created October 13, 2021 08:21 — forked from tschoffelen/install.php
A simple PHP script that automatically downloads and unzips the latest version of Wordpress in the current directory (./), so that I don't have to download it and upload it to my server through FTP manually.
<?php
echo '<pre>';
echo '<span style="color:blue">DOWNLOADING...</span>'.PHP_EOL;
// Download file
file_put_contents('wp.zip', file_get_contents('https://wordpress.org/latest.zip'));
$zip = new ZipArchive();
$res = $zip->open('wp.zip');
if ($res === TRUE) {
@wedataintelligence
wedataintelligence / diff_of_a_merge_commit.txt
Created September 28, 2021 23:01 — forked from DQNEO/diff_of_a_merge_commit.txt
How to show diff of a merge commit
$ git diff abcdef^ abcdef
or
$ git show --first-parent abcdef
or
$ git show -m abcdef
http://stackoverflow.com/questions/40986518/git-show-of-a-merge-commit?answertab=votes#tab-top
@wedataintelligence
wedataintelligence / start-es.sh
Created December 26, 2020 23:53 — forked from grantm/start-es.sh
Launch ES with ulimit raise for more filehandles
#!/bin/bash
ES_BINARY=/home/grant/elasticsearch-0.18.7/bin/elasticsearch
if [ -z "$1" ]
then
sudo $0 as-root $USER
stty sane
elif [ "$1" = "as-root" ]
then
@wedataintelligence
wedataintelligence / google-dorks
Created December 25, 2020 01:34 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@wedataintelligence
wedataintelligence / clone-all-twitter-github-repos.sh
Created July 25, 2020 03:26 — forked from caniszczyk/clone-all-twitter-github-repos.sh
Clone all repos from a GitHub organization
curl -s https://api.github.com/orgs/twitter/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}'
### Keybase proof
I hereby claim:
* I am wedataintelligence on github.
* I am dataintelli (https://keybase.io/dataintelli) on keybase.
* I have a public key ASDr2JvKEZalVyUyYxAPf5ny1PW2D5HhjdYOOvaT5GFXSQo
To claim this, I am signing this object: