Skip to content

Commit 4e4dec0

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

187 files changed

Lines changed: 373 additions & 372 deletions

File tree

Some content is hidden

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

.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"

0 commit comments

Comments
 (0)