Skip to content

Instantly share code, notes, and snippets.

@r0hack
r0hack / fingerprint.js
Created July 16, 2021 10:26 — forked from nikitastupin/fingerprint.js
fingerprint.js
(() => {
let gadgets = [];
if (typeof _satellite !== 'undefined') {
gadgets.push('Adobe Dynamic Tag Management');
}
if (typeof BOOMR !== 'undefined') {
gadgets.push('Akamai Boomerang');
}
@r0hack
r0hack / Multiple Find Subdomain and check Subdomain takeover
Created November 27, 2019 14:15
Multiple Find Subdomain (amass) and check Subdomain takeover (subjack)
1) Find SubDomains: for host in domains;do amass enum -d $host > $host.txt;done
2) Check Subdomain takeover: for host in domains;do subjack -w $host.txt -t 100 -timeout 30 -ssl -c fingerprints.json -v3;done
$x = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h'];
function reverse($getArray) {
if(!empty($getArray)) {
$value = array_pop($getArray);
$sendElement = [$value => to_array($getArray)];
return $sendElement;
}
}
@r0hack
r0hack / script.js
Created June 16, 2016 14:19
Calc. Flag. JS
$(function() {
var b = $("#text1"),
a = $("#slider-range-min");
$("body").change(function(){
$("#text1").focus();
});
a.slider({
// orientation: "vertical",
@r0hack
r0hack / chat
Created December 1, 2014 18:24
/*
Created by: Roma and Maga
Name: DSTU-Chat
*/
var instanse = false;
var state;
var mes;
var file;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- <audio src="1.mp3" autoplay></audio> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DSTU-Chat</title>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- <audio src="1.mp3" autoplay></audio> -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DSTU-Chat</title>