Skip to content

Instantly share code, notes, and snippets.

View pdparchitect's full-sized avatar
💭
¯\_(ツ)_/¯

pdparchitect

💭
¯\_(ツ)_/¯
View GitHub Profile
@pdparchitect
pdparchitect / gist:f25f4dc631f033402d3f8f9ad6866a9b
Created December 4, 2022 11:47
ChatGPT Hidden Code Assistent
"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() {
@pdparchitect
pdparchitect / gist:f43bafcbcbc4fbf794489ed9cf64dd90
Created December 4, 2022 11:16
ChatGPT Codespace Hidden Feature
(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),
@pdparchitect
pdparchitect / scanner.js
Created April 26, 2021 07:50
New apprach to writing web security scanners using async generators
/**
* 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
}
/**
@pdparchitect
pdparchitect / index.js
Created April 25, 2021 21:37
Graph data structure based on sqlite
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()
@pdparchitect
pdparchitect / plink-plonk.js
Created February 15, 2020 18:19 — forked from tomhicks/plink-plonk.js
Listen to your web pages
@pdparchitect
pdparchitect / defaults.js
Created December 14, 2018 13:35
Basic Proxy TUI
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 {
@pdparchitect
pdparchitect / run.sh
Last active December 11, 2018 19:08
One-liner to Extract CVE Exploits from GitHub
curl https://api.github.com/search/repositories?q=CVE-2018 | jq -r '.items[] | "# " + .description + "\n\n" + .url + "\n"'
@pdparchitect
pdparchitect / bug-bounty-list.txt
Created June 29, 2018 15:01 — forked from Plazmaz/bug-bounty-list.txt
A list of bug bounty urls
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/