Skip to content

Instantly share code, notes, and snippets.

View richard1230's full-sized avatar
💭
公众号: growing0101,主要发布漏洞挖掘相关文章

richardo1o1 richard1230

💭
公众号: growing0101,主要发布漏洞挖掘相关文章
View GitHub Profile
@richard1230
richard1230 / introspection_query.graphql
Created October 15, 2024 08:59 — forked from franzejr/introspection_query.graphql
GraphQL full Introspection query
query IntrospectionQuery {
__schema {
queryType { name }
mutationType { name }
subscriptionType { name }
types {
...FullType
}
directives {
name
@richard1230
richard1230 / List of API endpoints & objects
Created September 15, 2024 02:27 — forked from yassineaboukir/List of API endpoints & objects
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
@richard1230
richard1230 / content_discovery_all.txt
Created June 20, 2023 10:33 — forked from jhaddix/content_discovery_all.txt
a masterlist of content discovery URLs and files (used most commonly with gobuster)
This file has been truncated, but you can view the full file.
`
~/
~
ים
___
__
_
# Copyright 2017-2020 Jeff Foley. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# Should results only be collected passively and without DNS resolution? Not recommended.
#mode = passive
mode = active
# The directory that stores the Cayley graph database and other output files
# The default for Linux systems is: $HOME/.config/amass
#output_directory = amass
0.1.0.sql
0.1.1.sql
0.1.2.sql
0.tar.gz
0.zip
1.sql
1.sql.7z
1.sql.bz2
1.sql.gz
1.sql.rar
.php
.html
.txt
.htm
.aspx
.asp
.js
.css
.pgsql.txt
.mysql.txt
/2
/graphql-proxy/admin
/3.0/
/3ds_callback
/3ds_update_payment_callback
/accounts
/active
/activity
/actuator
/actuator/auditevents
@richard1230
richard1230 / introrx.md
Created March 21, 2022 13:53 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@richard1230
richard1230 / introrx.md
Created March 21, 2022 13:53 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@richard1230
richard1230 / st8out.sh
Created December 16, 2020 02:57 — forked from dwisiswant0/st8out.sh
St8out - Extra one-liner for reconnaissance
#!/bin/bash
#####
#
# St8out - Extra one-liner for reconnaissance
#
# Usage: ./st8out.sh target.com
#
# Resources:
# - https://github.com/j3ssie/metabigor