Skip to content

Instantly share code, notes, and snippets.

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

richardo1o1 richard1230

💭
公众号: growing0101,主要发布漏洞挖掘相关文章
View GitHub Profile
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
# 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
@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.
`
~/
~
ים
___
__
_
@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 / 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