Skip to content

Commit 4e4dec0

Browse files
committed
nuclei将不再更新;调整包名为ProScan4all 2022-10-08
1 parent d727ddd commit 4e4dec0

File tree

187 files changed

+373
-372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+373
-372
lines changed

.github/workflows/dockerhub-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get Github tag
1818
id: meta
1919
run: |
20-
echo "::set-output name=tag::$(curl --silent "https://api.github.com/repos/hktalent/scan4all/releases/latest" | jq -r .tag_name)"
20+
echo "::set-output name=tag::$(curl --silent "https://api.github.com/repos/hktalent/ProScan4all/releases/latest" | jq -r .tag_name)"
2121
2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@v2
@@ -37,4 +37,4 @@ jobs:
3737
context: .
3838
platforms: linux/amd64
3939
push: true
40-
tags: hktalent/scan4all:latest,hktalent/scan4all:${{ steps.meta.outputs.tag }}
40+
tags: hktalent/ProScan4all:latest,hktalent/ProScan4all:${{ steps.meta.outputs.tag }}

HomebrewFormula/scan4all.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Rage < Formula
22
desc "Official repository vuls Scan: 15000+PoCs; 23 kinds of application password crack; 7000+Web fingerprints; 146 protocols and 90000+ rules Port scanning; Fuzz, HW, awesome BugBounty( ͡° ͜ʖ ͡°)..."
33
homepage "https://scan4all.51pwn.com"
4-
szUrl "https://github.com/hktalent/scan4all/releases/download/2.8.1/scan4all_2.8.1_macOS_amd64.zip"
4+
szUrl "https://github.com/hktalent/ProScan4all/releases/download/2.8.1/scan4all_2.8.1_macOS_amd64.zip"
55
sha256 "2af8d9f67bae7c03ef20d064b2f23e7bef4c95f0cf7e1da33cbd42fcceabeb39"
66
version "2.8.1"
77

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ mkdir ~/MyWork/;cd ~/MyWork/;git clone https://github.com/hktalent/log4j-scan
127127

128128
# how to install
129129
download from
130-
<a href=https://github.com/hktalent/scan4all/releases>Releases</a>
130+
<a href=https://github.com/hktalent/ProScan4all/releases>Releases</a>
131131
```bash
132-
go install github.com/hktalent/scan4all@2.6.9
132+
go install github.com/hktalent/ProScan4all@2.6.9
133133
scan4all -h
134134
````
135135
# how to use
@@ -146,7 +146,7 @@ where 92.168.0.111 is the target to query
146146

147147
````
148148
- Please install nmap by yourself before use
149-
<a href=https://github.com/hktalent/scan4all/discussions>Using Help</a>
149+
<a href=https://github.com/hktalent/ProScan4all/discussions>Using Help</a>
150150
```bash
151151
go build
152152
# Precise scan szUrl list UrlPrecise=true
@@ -169,7 +169,7 @@ priorityNmap=false ./scan4all -tp http -list allOut.txt -v
169169
- how use Cookie?
170170
- libpcap related question
171171
172-
more see: <a href=https://github.com/hktalent/scan4all/discussions>discussions</a>
172+
more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussions</a>
173173
174174
# Changelog
175175
- 2022-07-28 Added substr and aes_cbc dsl helper by me <a href="https://github.com/projectdiscovery/nuclei/releases/tag/v2.7.7">nuclei v2.7.7</a>
@@ -193,11 +193,11 @@ more see: <a href=https://github.com/hktalent/scan4all/discussions>discussions</
193193
# Communication group (WeChat, QQ,Tg)
194194
| Wechat | Or | QQchat | Or | Tg |
195195
| --- |--- |--- |--- |--- |
196-
|<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/wcq.JPG>||<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/qqc.jpg>||<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/tg.jpg>|
196+
|<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/wcq.JPG>||<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/qqc.jpg>||<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/tg.jpg>|
197197
198198
199199
## 💖Star
200-
[![Stargazers over time](https://starchart.cc/hktalent/scan4all.svg)](https://starchart.cc/hktalent/scan4all)
200+
[![Stargazers over time](https://starchart.cc/hktalent/ProScan4all.svg)](https://starchart.cc/hktalent/ProScan4all)
201201
202202
# Donation
203203
| Wechat Pay | AliPay | Paypal | BTC Pay |BCH Pay |

README_CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ mkdir ~/MyWork/;cd ~/MyWork/;git clone https://github.com/hktalent/log4j-scan
128128

129129
# 如何安装
130130
download from
131-
<a href=https://github.com/hktalent/scan4all/releases>Releases</a>
131+
<a href=https://github.com/hktalent/ProScan4all/releases>Releases</a>
132132
```bash
133-
go install github.com/hktalent/scan4all@2.6.9
133+
go install github.com/hktalent/ProScan4all@2.6.9
134134
scan4all -h
135135
```
136136
# 如何使用
@@ -171,7 +171,7 @@ http://127.0.0.1:9200/nmap_index/_doc/_search?q=_id:192.168.0.111
171171

172172
```
173173
- 使用前请自行安装nmap
174-
<a href=https://github.com/hktalent/scan4all/discussions>使用帮助</a>
174+
<a href=https://github.com/hktalent/ProScan4all/discussions>使用帮助</a>
175175
```bash
176176
export GOPRIVATE=github.com/hktalent
177177
go env |grep GOPRIVATE
@@ -204,7 +204,7 @@ priorityNmap=false ./scan4all -tp http -list allOut.txt -v
204204
# Q & A
205205
- how use Cookie?
206206
- libpcap related question
207-
more see: <a href=https://github.com/hktalent/scan4all/discussions>discussions</a>
207+
more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussions</a>
208208

209209
# 变更日志
210210
- 2022-10-03 Pro版本:
@@ -239,11 +239,11 @@ more see: <a href=https://github.com/hktalent/scan4all/discussions>discussions</
239239
# 交流群(微信、QQ、Tg)
240240
| Wechat | Or | QQchat | Or | Tg |
241241
| --- |--- |--- |--- |--- |
242-
|<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/wcq.JPG>||<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/qqc.jpg>||<img width=166 src=https://github.com/hktalent/scan4all/blob/main/static/tg.jpg>|
242+
|<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/wcq.JPG>||<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/qqc.jpg>||<img width=166 src=https://github.com/hktalent/ProScan4all/blob/main/static/tg.jpg>|
243243

244244

245245
## 💖Star
246-
[![Stargazers over time](https://starchart.cc/hktalent/scan4all.svg)](https://starchart.cc/hktalent/scan4all)
246+
[![Stargazers over time](https://starchart.cc/hktalent/ProScan4all.svg)](https://starchart.cc/hktalent/ProScan4all)
247247

248248
# Donation
249249
| Wechat Pay | AliPay | Paypal | BTC Pay |BCH Pay |

brute/admin_brute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package brute
33
import (
44
"crypto/md5"
55
"fmt"
6-
"github.com/hktalent/scan4all/lib/util"
6+
"github.com/hktalent/ProScan4all/lib/util"
77
"net/url"
88
"regexp"
99
"strings"

brute/basic_brute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package brute
22

33
import (
4-
"github.com/hktalent/scan4all/lib/util"
4+
"github.com/hktalent/ProScan4all/lib/util"
55
)
66

77
// 优化应该考虑

brute/bypass403.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
"context"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
"net/http"
77
"regexp"
88
"strings"

brute/check_loginpage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package brute
22

33
import (
4-
"github.com/hktalent/scan4all/lib/util"
4+
"github.com/hktalent/ProScan4all/lib/util"
55
"net/url"
66
"regexp"
77
"strings"

brute/dicts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
_ "embed"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
"strings"
77
)
88

brute/filefuzz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"context"
55
_ "embed"
66
"github.com/antlabs/strsim"
7+
"github.com/hktalent/ProScan4all/lib/util"
78
"github.com/hktalent/goSqlite_gorm/lib/scan/Const"
89
"github.com/hktalent/goSqlite_gorm/pkg/models"
9-
"github.com/hktalent/scan4all/lib/util"
1010
"log"
1111
"net/url"
1212
"regexp"

brute/fuzzAI.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
_ "embed"
55
"encoding/json"
66
"github.com/antlabs/strsim"
7-
"github.com/hktalent/scan4all/lib/util"
8-
"github.com/hktalent/scan4all/pkg"
9-
"github.com/hktalent/scan4all/pkg/fingerprint"
7+
"github.com/hktalent/ProScan4all/lib/util"
8+
"github.com/hktalent/ProScan4all/pkg"
9+
"github.com/hktalent/ProScan4all/pkg/fingerprint"
1010
"gorm.io/gorm"
1111
"net/url"
1212
"regexp"

brute/fuzzfingerprints.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package brute
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/hktalent/scan4all/lib/util"
6+
"github.com/hktalent/ProScan4all/lib/util"
77
"strings"
88
)
99

brute/jboss_brute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
)
77

88
func Jboss_brute(url string) (username string, password string) {

brute/supportinfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
_ "embed"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
"regexp"
77
"strings"
88
)

brute/tomcat_brute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
)
77

88
func Tomcat_brute(url string) (username string, password string) {

brute/weblogic_brute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package brute
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
)
77

88
// weblogic默认的登陆尝试次数为5次,

engine/dispather.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package engine
22

33
import (
4+
"github.com/hktalent/ProScan4all/pkg/portScan"
45
"github.com/hktalent/goSqlite_gorm/lib"
56
. "github.com/hktalent/goSqlite_gorm/lib/scan/Const"
67
"github.com/hktalent/goSqlite_gorm/pkg/models"
7-
"github.com/hktalent/scan4all/pkg/portScan"
88
)
99

1010
// 扫描任务分发

engine/dispather_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package engine
22

33
import (
4+
"github.com/hktalent/ProScan4all/lib/util"
45
"github.com/hktalent/goSqlite_gorm/lib/scan/Const"
56
"github.com/hktalent/goSqlite_gorm/pkg/models"
6-
"github.com/hktalent/scan4all/lib/util"
77
"os"
88
"runtime"
99
"testing"

engine/engineImp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package engine
22

33
import (
44
"context"
5+
"github.com/hktalent/ProScan4all/lib/util"
6+
"github.com/hktalent/ProScan4all/pocs_go"
57
"github.com/hktalent/goSqlite_gorm/lib"
68
"github.com/hktalent/goSqlite_gorm/pkg/models"
7-
"github.com/hktalent/scan4all/lib/util"
8-
"github.com/hktalent/scan4all/pocs_go"
99
"github.com/panjf2000/ants/v2"
1010
"log"
1111
"sync"

fixMod.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ go get github.com/projectdiscovery/[email protected]
33
go get "github.com/cockroachdb/[email protected]"
44
go get "github.com/projectdiscovery/[email protected]"
55
go get "github.com/projectdiscovery/[email protected]"
6+
go get "github.com/go-rod/rod/lib/proto"
67

8+
go get "github.com/projectdiscovery/nuclei/[email protected]"
79

810
go mod tidy;go mod vendor
911
git checkout vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go
@@ -16,3 +18,5 @@ git add vendor
1618
rm -rf vendor/github.com/hktalent/goSqlite_gorm
1719
ln -s $HOME/MyWork/goSqlite_gorm $PWD/vendor/github.com/hktalent/goSqlite_gorm
1820

21+
go mod tidy;go mod vendor;
22+
go mod vendor;go vet

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/hktalent/scan4all
1+
module github.com/hktalent/ProScan4all
22

33
go 1.18
44

@@ -93,7 +93,6 @@ require (
9393
github.com/dgraph-io/badger v1.6.2
9494
github.com/dlclark/regexp2 v1.7.0
9595
github.com/emersion/go-message v0.16.0
96-
github.com/fsnotify/fsnotify v1.5.4
9796
github.com/go-playground/validator/v10 v10.11.1
9897
github.com/go-routeros/routeros v0.0.0-20210123142807-2a44d57c6730
9998
github.com/go-sql-driver/mysql v1.6.0
@@ -181,6 +180,7 @@ require (
181180
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
182181
github.com/fatih/structs v1.1.0 // indirect
183182
github.com/fortytw2/leaktest v1.3.0 // indirect
183+
github.com/fsnotify/fsnotify v1.5.4 // indirect
184184
github.com/getsentry/sentry-go v0.13.0 // indirect
185185
github.com/gin-contrib/sse v0.1.0 // indirect
186186
github.com/gin-gonic/gin v1.8.1 // indirect

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,10 +514,6 @@ github.com/hktalent/PipelineHttp v0.0.0-20221007051907-72402204b668 h1:10csPasxw
514514
github.com/hktalent/PipelineHttp v0.0.0-20221007051907-72402204b668/go.mod h1:ncw1+ugTc5GPQLUHHI7uWrgW2KWBppDBWwwjC984QJg=
515515
github.com/hktalent/go-utils v0.0.0-20221004095234-2e23f13b429d h1:z1IUP4hqn0LGgs78bU2gSlna92/p+RlB0MSZ+RxSmCo=
516516
github.com/hktalent/go-utils v0.0.0-20221004095234-2e23f13b429d/go.mod h1:Du0lF0ZtTONXpWydjmnsL71He+zlimYLmTmAZta19ZA=
517-
github.com/hktalent/goSqlite_gorm v1.1.1 h1:kRqNFqAOtECWsUu5nBftCYFJ8MAhEHgjj2A2JOydXp0=
518-
github.com/hktalent/goSqlite_gorm v1.1.1/go.mod h1:KbxDn4W3dakhiX9eFzZ/sEAuJwKS7h42Xi3aaqU1IjE=
519-
github.com/hktalent/goSqlite_gorm v1.1.2 h1:m6/OQFbIYRvv/ptckxhAXX8h7QZ0iKINXa3ZViNoZuE=
520-
github.com/hktalent/goSqlite_gorm v1.1.2/go.mod h1:GnAPG+EfWVn/pI2mVz+r43cE/l6Suu647I5Hvo/kGmc=
521517
github.com/hktalent/goSqlite_gorm v1.1.3 h1:PZNdM8/w4thzlpOhpFW4Qqytaf/0RF19aiTyA3H1HG0=
522518
github.com/hktalent/goSqlite_gorm v1.1.3/go.mod h1:GnAPG+EfWVn/pI2mVz+r43cE/l6Suu647I5Hvo/kGmc=
523519
github.com/hktalent/jarm-go v0.0.0-20220918133110-7801447b6267 h1:eH9QDUO5zwn34BLweSdpTdNcxHD/GXxxLDEG7gaR4OQ=

lib/Smuggling/Base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Smuggling
22

33
import (
4-
"github.com/hktalent/scan4all/lib/socket"
4+
"github.com/hktalent/ProScan4all/lib/socket"
55
"log"
66
"strings"
77
)

lib/Smuggling/CheckSmuggling.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package Smuggling
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/socket"
6-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/socket"
6+
"github.com/hktalent/ProScan4all/lib/util"
77
"log"
88
"net/url"
99
"strings"

lib/Smuggling/TE_CL.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package Smuggling
22

33
import (
4-
"github.com/hktalent/scan4all/lib/socket"
4+
"github.com/hktalent/ProScan4all/lib/socket"
55
"log"
66
"strings"
77
)

lib/Smuggling/generate/generateCLTE.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/Smuggling"
6-
"github.com/hktalent/scan4all/lib/socket"
7-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/Smuggling"
6+
"github.com/hktalent/ProScan4all/lib/socket"
7+
"github.com/hktalent/ProScan4all/lib/util"
88
"net/url"
99
"strings"
1010
"sync"

lib/api/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package api
22

33
import (
44
"encoding/json"
5-
_ "github.com/hktalent/scan4all/engine"
6-
"github.com/hktalent/scan4all/lib/util"
7-
"github.com/hktalent/scan4all/pkg/hydra"
8-
naaburunner "github.com/hktalent/scan4all/pkg/naabu/v2/pkg/runner"
5+
_ "github.com/hktalent/ProScan4all/engine"
6+
"github.com/hktalent/ProScan4all/lib/util"
7+
"github.com/hktalent/ProScan4all/pkg/hydra"
8+
naaburunner "github.com/hktalent/ProScan4all/pkg/naabu/v2/pkg/runner"
99
"github.com/projectdiscovery/gologger"
1010
"io"
1111
"io/ioutil"

lib/crawlergo/test/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"context"
55
"github.com/chromedp/chromedp"
6-
pkg "github.com/hktalent/scan4all/lib/crawlergo"
6+
pkg "github.com/hktalent/ProScan4all/lib/crawlergo"
77
"log"
88
"time"
99
)

lib/socket/ConnTarget.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"crypto/tls"
66
"errors"
77
"fmt"
8-
"github.com/hktalent/scan4all/lib/util"
8+
"github.com/hktalent/ProScan4all/lib/util"
99
"net"
1010
"net/url"
1111
"strconv"

lib/test/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"fmt"
5-
"github.com/hktalent/scan4all/lib/util"
5+
"github.com/hktalent/ProScan4all/lib/util"
66
"log"
77
"sync"
88
)

0 commit comments

Comments
 (0)