Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Averroes patch 1 #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gf-Patterns V 1.9
# Gf-Patterns V 2.0

## [GF](https://github.com/tomnomnom/gf) By [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/TomNomNom)

Expand All @@ -12,10 +12,10 @@ If you've got Go installed and configured you can install `waybackurls & Gf` wit

```bash

▶ go get -u github.com/tomnomnom/waybackurls
▶ go install github.com/tomnomnom/waybackurls@latest
```
```bash
▶ go get -u github.com/tomnomnom/gf
▶ go install github.com/tomnomnom/gf@latest
```

If you've installed using `go get`, you can enable auto-completion to your `.bashrc` like this:
Expand Down
4 changes: 4 additions & 0 deletions aws-keys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HanrE",
"pattern": "([^A-Z0-9]|^)(AKIA|A3T|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{12,}"
}
6 changes: 6 additions & 0 deletions base64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"flags": "-HnroE",
"pattern": "([^A-Za-z0-9+/]|^)(eyJ|YTo|Tzo|PD[89]|aHR0cHM6L|aHR0cDo|rO0)[%a-zA-Z0-9+/]+={0,2}"
}


6 changes: 6 additions & 0 deletions cors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"flags": "-HnriE",
"patterns": [
"Access-Control-Allow"
]
}
5 changes: 5 additions & 0 deletions debug-pages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"flags": "-HnraiE",
"pattern": "(Application-Trace|Routing Error|DEBUG\"? ?[=:] ?True|Caused by:|stack trace:|Microsoft .NET Framework|Traceback|[0-9]:in `|#!/us|WebApplicationException|java\\.lang\\.|phpinfo|swaggerUi|on line [0-9]|SQLSTATE)"

}
4 changes: 4 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-Hnri",
"pattern": "firebaseio.com"
}
29 changes: 29 additions & 0 deletions fw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"flags": "-HnriE",
"patterns": [
"django",
"laravel",
"symfony",
"graphite",
"grafana",
"X-Drupal-Cache",
"struts",
"code ?igniter",
"cake ?php",
"grails",
"elastic ?search",
"kibana",
"log ?stash",
"tomcat",
"jenkins",
"hudson",
"com.atlassian.jira",
"Apache Subversion",
"Chef Server",
"RabbitMQ Management",
"Mongo",
"Travis CI - Enterprise",
"BMC Remedy",
"artifactory"
]
}
4 changes: 4 additions & 0 deletions go-functions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnriE",
"pattern": "func [a-z0-9_]+\\("
}
4 changes: 4 additions & 0 deletions http-auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-hrioaE",
"pattern": "[a-z0-9_/\\.:-]+@[a-z0-9-]+\\.[a-z0-9.-]+"
}
4 changes: 4 additions & 0 deletions ip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnroE",
"pattern": "(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])"
}
4 changes: 4 additions & 0 deletions json-sec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-harioE",
"pattern": "(\\\\?\"|"|%22)[a-z0-9_-]*(api[_-]?key|S3|aws_|secret|passw|auth)[a-z0-9_-]*(\\\\?\"|"|%22): ?(\\\\?\"|"|%22)[^\"&]+(\\\\?\"|"|%22)"
}
4 changes: 4 additions & 0 deletions meg-headers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-hroiE",
"pattern": "^\u003c [a-z0-9_\\-]+: .*"
}
4 changes: 4 additions & 0 deletions php-curl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnrE",
"pattern": "CURLOPT_(HTTPHEADER|HEADER|COOKIE|RANGE|REFERER|USERAGENT|PROXYHEADER)"
}
17 changes: 17 additions & 0 deletions php-errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"flags": "-HnriE",
"patterns": [
"php warning",
"php error",
"fatal error",
"uncaught exception",
"include_path",
"undefined index",
"undefined variable",
"\\?php",
"<\\?[^x]",
"stack trace\\:",
"expects parameter [0-9]*",
"Debug Trace"
]
}
8 changes: 8 additions & 0 deletions php-serialized.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"flags": "-HnrE",
"patterns": [
"a:[0-9]+:{",
"O:[0-9]+:\"",
"s:[0-9]+:\""
]
}
4 changes: 4 additions & 0 deletions php-sinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnriE",
"pattern": "[^a-z0-9_](system|exec|popen|pcntl_exec|eval|create_function|unserialize|file_exists|md5_file|filemtime|filesize|assert) ?\\("
}
7 changes: 7 additions & 0 deletions php-sources.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"flags": "-HnrE",
"patterns": [
"\\$_(POST|GET|COOKIE|REQUEST|SERVER|FILES)",
"php://(input|stdin)"
]
}
10 changes: 10 additions & 0 deletions s3-buckets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"flags": "-hrioaE",
"patterns": [
"[a-z0-9.-]+\\.s3\\.amazonaws\\.com",
"[a-z0-9.-]+\\.s3-[a-z0-9-]\\.amazonaws\\.com",
"[a-z0-9.-]+\\.s3-website[.-](eu|ap|us|ca|sa|cn)",
"//s3\\.amazonaws\\.com/[a-z0-9._-]+",
"//s3-[a-z0-9-]+\\.amazonaws\\.com/[a-z0-9._-]+"
]
}
4 changes: 4 additions & 0 deletions sec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HanriE",
"pattern": "(aws_access|aws_secret|api[_-]?key|ListBucketResult|S3_ACCESS_KEY|Authorization:|RSA PRIVATE|Index of|aws_|secret|ssh-rsa AA)"
}
4 changes: 4 additions & 0 deletions servers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-hri",
"pattern": "server: "
}
7 changes: 7 additions & 0 deletions strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"flags": "-hroiaE",
"patterns": [
"\"[^\"]+\"",
"'[^']+'"
]
}
32 changes: 32 additions & 0 deletions takeovers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"flags": "-HnriE",
"patterns": [
"There is no app configured at that hostname",
"NoSuchBucket",
"No Such Account",
"You're Almost There",
"a GitHub Pages site here",
"There's nothing here",
"project not found",
"Your CNAME settings",
"InvalidBucketName",
"PermanentRedirect",
"The specified bucket does not exist",
"Repository not found",
"Sorry, We Couldn't Find That Page",
"The feed has not been found.",
"The thing you were looking for is no longer here, or never was",
"Please renew your subscription",
"There isn't a Github Pages site here.",
"We could not find what you're looking for.",
"No settings were found for this company:",
"No such app",
"is not a registered InCloud YouTrack",
"Unrecognized domain",
"project not found",
"This UserVoice subdomain is currently available!",
"Do you want to register",
"Help Center Closed"
]
}

4 changes: 4 additions & 0 deletions upload-fields.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-HnriE",
"pattern": "\u003cinput[^\u003e]+type=[\"']?file[\"']?"
}
4 changes: 4 additions & 0 deletions urls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"flags": "-oriahE",
"pattern": "https?://[^\"\\'> ]+"
}