Skip to content

Commit

Permalink
持续演进 2023-09-01
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Sep 1, 2023
1 parent aeef00a commit f14472e
Show file tree
Hide file tree
Showing 11,499 changed files with 678,048 additions and 1,150,445 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .DistributedId

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Install Dependences
run: |
brew install libpcap upx
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Install Dependences
run: |
sudo apt-get update
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Get Github tag
id: meta
run: |
echo "::set-output name=tag::$(curl --silent "https://api.github.com/repos/hktalent/ProScan4all/releases/latest" | jq -r .tag_name)"
echo "::set-output name=tag::$(curl --silent "https://api.github.com/repos/hktalent/scan4all/releases/latest" | jq -r .tag_name)"
- name: Setup QEMU Emulator
uses: docker/setup-qemu-action@master
Expand All @@ -73,7 +73,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: hktalent/ProScan4all:latest,hktalent/ProScan4all:${{ steps.meta.outputs.tag }}
tags: hktalent/scan4all:latest,hktalent/scan4all:${{ steps.meta.outputs.tag }}
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.exe~
*.dll
*.so
tmp/
db/51pwnCc/
db/sqlite3.db
*.dylib
Expand Down
2 changes: 1 addition & 1 deletion HomebrewFormula/scan4all.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Rage < Formula
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( ͡° ͜ʖ ͡°)..."
homepage "https://scan4all.51pwn.com"
szUrl "https://github.com/hktalent/ProScan4all/releases/download/2.8.1/scan4all_2.8.1_macOS_amd64.zip"
szUrl "https://github.com/hktalent/scan4all/releases/download/2.8.1/scan4all_2.8.1_macOS_amd64.zip"
sha256 "2af8d9f67bae7c03ef20d064b2f23e7bef4c95f0cf7e1da33cbd42fcceabeb39"
version "2.8.1"

Expand Down
44 changes: 9 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Twitter](https://img.shields.io/twitter/url/http/Hktalent3135773.svg?style=social)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![Follow on Twitter](https://img.shields.io/twitter/follow/Hktalent3135773.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![GitHub Followers](https://img.shields.io/github/followers/hktalent.svg?style=social&label=Follow)](https://github.com/hktalent/)
[![Twitter](https://img.shields.io/twitter/szUrl/http/Hktalent3135773.svg?style=social)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![Follow on Twitter](https://img.shields.io/twitter/follow/Hktalent3135773.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![GitHub Followers](https://img.shields.io/github/followers/hktalent.svg?style=social&label=Follow)](https://github.com/hktalent/)
<p align="center">
<a href="/README_CN.md">README_中文</a> •
<a href="/static/Installation.md">Compile/Install/Run</a> •
Expand Down Expand Up @@ -64,26 +64,6 @@ noScan=true ./scan4all -l list.txt -v

<img src="/static/nmap.gif" width="400">

### --top-ports
values for reaching various effectiveness levels
https://nmap.org/book/performance-port-selection.html

|Effectiveness|TCP portsrequired|UDP ports required|
| ----------- | ----------- | ----------- |
|10%|1|5|
|20%|2|12|
|30%|4|27|
|40%|6|135|
|50%|10|1,075|
|60%|18|2,618|
|70%|44|5,157|
|80%|122|7,981|
|85%|236|9,623|
|90%|576|11,307|
|95%|1,558|13,035|
|99%|3,328|15,094|
|100%|65,536|65,536|

- Fast 15000+ POC detection capabilities, PoCs include:
* nuclei POC
## Nuclei Templates Top 10 statistics
Expand Down Expand Up @@ -147,9 +127,9 @@ mkdir ~/MyWork/;cd ~/MyWork/;git clone https://github.com/hktalent/log4j-scan

# how to install
download from
<a href=https://github.com/hktalent/ProScan4all/releases>Releases</a>
<a href=https://github.com/hktalent/scan4all/releases>Releases</a>
```bash
go install github.com/hktalent/scan4all@latest
go install github.com/hktalent/scan4all@2.6.9
scan4all -h
````
# how to use
Expand All @@ -166,7 +146,7 @@ where 92.168.0.111 is the target to query

````
- Please install nmap by yourself before use
<a href=https://github.com/hktalent/ProScan4all/discussions>Using Help</a>
<a href=https://github.com/hktalent/scan4all/discussions>Using Help</a>
```bash
go build
# Precise scan szUrl list UrlPrecise=true
Expand All @@ -189,7 +169,7 @@ priorityNmap=false ./scan4all -tp http -list allOut.txt -v
- how use Cookie?
- libpcap related question
more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussions</a>
more see: <a href=https://github.com/hktalent/scan4all/discussions>discussions</a>
# Changelog
- 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>
Expand All @@ -211,9 +191,9 @@ more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussion
- 2022-06-07 增加http url列表精准扫描参数,根据环境变量UrlPrecise=true开启
# Communication group (WeChat, QQ,Tg)
|Wechat|Or|QQchat|Or|Tg|
|---|---|---|--- |--- |
| <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/sall/blob/main/static/tg.jpg> |
| Wechat | Or | QQchat | Or | Tg |
| --- |--- |--- |--- |--- |
|<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>|
## 💖Star
Expand All @@ -222,11 +202,5 @@ more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussion
# Donation
| Wechat Pay | AliPay | Paypal | BTC Pay |BCH Pay |
| --- | --- | --- | --- | --- |
|<img src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/wc.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/zfb.png>|[paypal](https://www.paypal.me/pwned2019) **[email protected]**|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BTC.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BCH.jpg>|
<!--
go mod vendor 2>&1|grep "go get "|sort -u
cat $HOME/MyWork/scan4all/json/paypal.com.json|sed 's/=.*//g'|sort -u|nuclei -sa -t $PWD/config/nuclei-templates -no-strict-syntax -severity critical,high,medium -type http,network,websocket,dns,ssl -report-config $PWD/config/nuclei_esConfig.yaml -ztls -config-directory ${PWD}/config/nuclei -interactions-cache-size 5000 -interactions-eviction 60 -interactions-poll-duration 5 -interactions-cooldown-period 5 -max-host-error 5 -duc -json -o paypal_nuclei.json
|<img src=https://github.com/hktalent/myhktools/blob/master/md/wc.png>|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/zfb.png>|[paypal](https://www.paypal.me/pwned2019) **[email protected]**|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/BTC.png>|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/BCH.jpg>|
-->
46 changes: 9 additions & 37 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Tweet](https://img.shields.io/twitter/url/http/Hktalent3135773.svg?style=social)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![Follow on Twitter](https://img.shields.io/twitter/follow/Hktalent3135773.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![GitHub Followers](https://img.shields.io/github/followers/hktalent.svg?style=social&label=Follow)](https://github.com/hktalent/)
[![Tweet](https://img.shields.io/twitter/szUrl/http/Hktalent3135773.svg?style=social)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![Follow on Twitter](https://img.shields.io/twitter/follow/Hktalent3135773.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=Hktalent3135773) [![GitHub Followers](https://img.shields.io/github/followers/hktalent.svg?style=social&label=Follow)](https://github.com/hktalent/)
<p align="center">
<a href="/README.md">README_EN</a> •
<a href="/static/Installation.md">编译/安装/运行</a> •
Expand Down Expand Up @@ -64,25 +64,6 @@ noScan=true ./scan4all -l list.txt -v

<img src="/static/nmap.gif" width="400">

### --top-ports
values for reaching various effectiveness levels
https://nmap.org/book/performance-port-selection.html
|Effectiveness|TCP portsrequired|UDP ports required|
| --- | --- | --- |
|10%|1|5|
|20%|2|12|
|30%|4|27|
|40%|6|135|
|50%|10|1,075|
|60%|18|2,618|
|70%|44|5,157|
|80%|122|7,981|
|85%|236|9,623|
|90%|576|11,307|
|95%|1,558|13,035|
|99%|3,328|15,094|
|100%|65,536|65,536|

- 快速 15000+ POC 检测功能,PoCs包含:
* nuclei POC
## Nuclei Templates Top 10 statistics
Expand Down Expand Up @@ -147,9 +128,9 @@ mkdir ~/MyWork/;cd ~/MyWork/;git clone https://github.com/hktalent/log4j-scan

# 如何安装
download from
<a href=https://github.com/hktalent/ProScan4all/releases>Releases</a>
<a href=https://github.com/hktalent/scan4all/releases>Releases</a>
```bash
go install github.com/hktalent/scan4all@latest
go install github.com/hktalent/scan4all@2.6.9
scan4all -h
```
# 如何使用
Expand Down Expand Up @@ -190,7 +171,7 @@ http://127.0.0.1:9200/nmap_index/_doc/_search?q=_id:192.168.0.111

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

# 变更日志
- 2022-10-03 Pro版本:
Expand Down Expand Up @@ -258,7 +239,7 @@ more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussion
# 交流群(微信、QQ、Tg)
| Wechat | Or | QQchat | Or | Tg |
| --- |--- |--- |--- |--- |
|<img src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/wc.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/zfb.png>|[paypal](https://www.paypal.me/pwned2019) **[email protected]**|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BTC.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BCH.jpg>|
|<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>|


## 💖Star
Expand All @@ -267,7 +248,7 @@ more see: <a href=https://github.com/hktalent/ProScan4all/discussions>discussion
# Donation
| Wechat Pay | AliPay | Paypal | BTC Pay |BCH Pay |
| --- | --- | --- | --- | --- |
|<img src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/wc.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/zfb.png>|[paypal](https://www.paypal.me/pwned2019) **[email protected]**|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BTC.png>|<img width=166 src=https://raw.githubusercontent.com/hktalent/myhktools/main/md/BCH.jpg>|
|<img src=https://github.com/hktalent/myhktools/blob/master/md/wc.png>|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/zfb.png>|[paypal](https://www.paypal.me/pwned2019) **[email protected]**|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/BTC.png>|<img width=166 src=https://github.com/hktalent/myhktools/blob/master/md/BCH.jpg>|


<!--
Expand All @@ -276,16 +257,7 @@ go env |grep GOPRIVATE
https://github.com/heartshare/go-wafw00f
git submodule add --force https://github.com/projectdiscovery/fuzzing-templates.git config/fuzzing-templates
git submodule add --force https://github.com/projectdiscovery/nuclei-templates.git config/nuclei-templates
git submodule add --force https://github.com/defparam/smuggler.git config/smuggler
git submodule add --force https://github.com/hktalent/nuclei-templates.git config/nuclei-templates
git submodule update --init --recursive
/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive
/usr/bin/git -c protocol.version=2 submodule update --remote --force --recursive
git submodule update --init --recursive --remote
cat us_gov_ksubdomain.txt|sed 's/=.*$//g'|sort -u|./tools/macOS/httpx -silent -http2 -nc -p 80,443 -t 60 -json -o us_gov_httpx.json
-->
-->
5 changes: 2 additions & 3 deletions brute/basic_brute.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
)

// 优化应该考虑
//
// 1、一天内相同目标的结果缓存,只执行一次
// 2、应该考虑多线程并发执行
// 1、一天内相同目标的结果缓存,只执行一次
// 2、应该考虑多线程并发执行
func Basic_brute(url string) (username string, password string) {
if req, err := util.HttpRequsetBasic("asdasdascsacacs", "adcadcadcadcadcadc", url, "HEAD", "", false, nil); err == nil {
// 超文本传输​​协议(HTTP) 401 Unauthorized 客户端错误状态响应代码表示客户端请求尚未完成,因为它缺少所请求资源的有效身份验证凭据
Expand Down
3 changes: 0 additions & 3 deletions brute/dicts.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@ var (
)

// by waf
//
//go:embed dicts/selfHd.txt
var selfHds string

// http 爆破user
//
//go:embed dicts/httpuser.txt
var httpuser string

// http 爆破密码字典
//
//go:embed dicts/httpass.txt
var httpass string

Expand Down
13 changes: 0 additions & 13 deletions brute/dicts/127.txt

This file was deleted.

Loading

0 comments on commit f14472e

Please sign in to comment.