This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
(self.webpackChunk_N_E = self.webpackChunk_N_E || []).push([ | |
[894], { | |
11276: function(e, t, r) { | |
var n, o, a, i, s, c, l, d, p, u; | |
r.d(t, { | |
Jq: function() { | |
return s | |
}, | |
Os: function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(self.webpackChunk_N_E = self.webpackChunk_N_E || []).push([ | |
[841], { | |
53306: function(e, n, t) { | |
"use strict"; | |
t.r(n), t.d(n, { | |
__N_SSP: function() { | |
return h | |
} | |
}); | |
var r = t(91530), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generates new http transactions to discover directories, common files and vulnerabilities | |
* @param tran | |
* @param options | |
*/ | |
const discover = async function*(tran, options) { | |
// TODO: add code here | |
} | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { PassThrough } = require('stream') | |
const { EventEmitter } = require('events') | |
const sqlite3 = require('sqlite3').verbose() | |
const { CssSelectorParser } = require('css-selector-parser') | |
class Graph { | |
constructor() { | |
this.db = null | |
this.parser = new CssSelectorParser() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Copy this into the console of any web page that is interactive and doesn't | |
do hard reloads. You will hear your DOM changes as different pitches of | |
audio. | |
I have found this interesting for debugging, but also fun to hear web pages | |
render like UIs do in movies. | |
*/ | |
const audioCtx = new (window.AudioContext || window.webkitAudioContext)() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const os = require('os') | |
const fs = require('fs') | |
const path = require('path') | |
const getDefaults = (name) => { | |
const filepath = path.join(os.homedir(), '.pown', name + '.json') | |
if (fs.existsSync(filepath)) { | |
return JSON.parse(fs.readFileSync(filepath)) | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://api.github.com/search/repositories?q=CVE-2018 | jq -r '.items[] | "# " + .description + "\n\n" + .url + "\n"' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.123contactform.com/ | |
http://99designs.com/ | |
https://www.abacus.com/ | |
https://www.acquia.com/ | |
http://www.activecampaign.com/ | |
http://activeprospect.com/ | |
http://www.adobe.com/ | |
https://www.aerofs.com/ | |
https://www.airbnb.com/ | |
http://en.altervista.org/ |