Skip to content

Instantly share code, notes, and snippets.

View irony0egoist's full-sized avatar
🎯
Focusing

ir0ny irony0egoist

🎯
Focusing
View GitHub Profile
Shodan
——
product:MySQL
product:apache
country:"CN"
port:”21,23” ssh ssh的端口21或23
-port:”21” ssh非常规端口
——
@irony0egoist
irony0egoist / JavascriptRecon.md
Created November 22, 2021 04:49
My Javascript Recon Process - BugBounty

Description

This is a simple guide to perform javascript recon in the bugbounty

Steps

  • The first step is to collect possibly several javascript files (more files = more paths,parameters -> more vulns)
@irony0egoist
irony0egoist / wordlist_from_js.sh
Created November 15, 2021 05:10 — forked from seqrity/wordlist_from_js.sh
Make wordlist from js files
#! /bin/bash
## This script fetch js files from a domain name and make a wordlist by words in js files
## Credit: https://gist.github.com/aufzayed/6cabed910c081cc2f2186cd27b80f687
##### Install requirements #####
##### Before running this script you should install Go #####
## Install subjs (https://github.com/lc/subjs)
GO111MODULE=on go get -u -v github.com/lc/subjs
@irony0egoist
irony0egoist / PythonNote.md
Last active September 26, 2021 16:32
PythonNote