-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
463 changed files
with
110,627 additions
and
3,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
000000 | ||
|
||
000000a | ||
abcabc | ||
qwerty123 | ||
100200 | ||
110110 | ||
110120 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,5 @@ asdasd123 | |
147258 | ||
1123581321 | ||
110120 | ||
qq1314520 | ||
qq1314520 | ||
qwerty123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
X-Forwarded-Host | ||
X-Forwarded-Port | ||
X-Forwarded-Scheme | ||
Origin: | ||
nullOrigin: [siteDomain].attacker.com | ||
X-Frame-Options: Allow | ||
X-Forwarded-For: 127.0.0.1 | ||
X-Client-IP: 127.0.0.1 | ||
Client-IP: 127.0.0.1 | ||
Proxy-Host: 127.0.0.1 | ||
Request-Uri: 127.0.0.1 | ||
X-Forwarded: 127.0.0.1 | ||
X-Forwarded-By: 127.0.0.1 | ||
X-Forwarded-For: 127.0.0.1 | ||
X-Forwarded-For-Original: 127.0.0.1 | ||
X-Forwarded-Host: 127.0.0.1 | ||
X-Forwarded-Server: 127.0.0.1 | ||
X-Forwarder-For: 127.0.0.1 | ||
X-Forward-For: 127.0.0.1 | ||
Base-Url: 127.0.0.1 | ||
Http-Url: 127.0.0.1 | ||
Proxy-Url: 127.0.0.1 | ||
Redirect: 127.0.0.1 | ||
Real-Ip: 127.0.0.1 | ||
Referer: 127.0.0.1 | ||
Referrer: 127.0.0.1 | ||
Refferer: 127.0.0.1 | ||
Uri: 127.0.0.1 | ||
Url: 127.0.0.1 | ||
X-Host: 127.0.0.1 | ||
X-Http-Destinationurl: 127.0.0.1 | ||
X-Http-Host-Override: 127.0.0.1 | ||
X-Original-Remote-Addr: 127.0.0.1 | ||
X-Original-Url: 127.0.0.1 | ||
X-Proxy-Url: 127.0.0.1 | ||
X-Rewrite-Url: 127.0.0.1 | ||
X-Real-Ip: 127.0.0.1 | ||
X-Remote-Addr: 127.0.0.1 | ||
X-Custom-IP-Authorization:127.0.0.1 | ||
X-Originating-IP: 127.0.0.1 | ||
X-Remote-IP: 127.0.0.1 | ||
X-Original-Url: | ||
X-Forwarded-Server: | ||
X-Host: | ||
X-Forwarded-Host: | ||
X-Rewrite-Url: |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package engine | ||
|
||
import ( | ||
"github.com/hktalent/goSqlite_gorm/lib" | ||
"github.com/hktalent/goSqlite_gorm/lib/scan/Const" | ||
) | ||
|
||
func Dispather(task *lib.Target4Chan) { | ||
|
||
switch Const.d { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
go get "github.com/projectdiscovery/goflags@v0.0.8-0.20220610073650-5d31a8c159e3" | ||
go get github.com/projectdiscovery/retryabledns@v1.0.13 | ||
go get "github.com/cockroachdb/pebble@v0.0.0-20210728210723-48179f1d4dae" | ||
go get "github.com/projectdiscovery/stringsutil@v0.0.0-20220612082425-0037ce9f89f3" | ||
go get "github.com/projectdiscovery/ipranger@v0.0.3-0.20210831161617-ac80efae0961" | ||
|
||
|
||
go mod tidy;go mod vendor | ||
git checkout vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go | ||
git checkout vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/common/interactsh/interactsh.go | ||
git checkout vendor/github.com/projectdiscovery/nuclei/v2 | ||
|
||
go build | ||
|
||
git checkout vendor/github.com/projectdiscovery/nuclei/v2 | ||
git add vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.