Skip to content

Commit a7b02fc

Browse files
committed
add Free one id Multi-target web netcat for reverse shell 2023-10-30
1 parent 4f105fc commit a7b02fc

File tree

9 files changed

+11
-138
lines changed

9 files changed

+11
-138
lines changed

.github/build/linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
env:
22
- GO111MODULE=on
3-
before:
4-
hooks:
5-
# - go mod tidy
6-
# - .github/workflows/upx.sh
3+
74
project_name: scan4all
85
builds:
96
- id: scan4all-linux

.github/build/linuxarm64.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
env:
22
- GO111MODULE=on
3-
before:
4-
hooks:
5-
# - go mod tidy
6-
# - .github/workflows/upx.sh
3+
74
project_name: scan4all
85
builds:
96
- id: scan4all-linux

.github/build/mac.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
env:
22
- GO111MODULE=on
3-
before:
4-
hooks:
5-
# - go mod tidy
6-
# - .github/workflows/upx.sh
3+
74
project_name: scan4all
85
builds:
96
- id: scan4all-darwin

.github/build/windows.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
env:
22
- GO111MODULE=on
3-
before:
4-
hooks:
5-
# - go mod tidy
6-
#after:
7-
# hooks:
8-
# post: ./upx.sh
3+
94
project_name: scan4all
105
builds:
116
- id: scan4all-windows

.github/workflows/autoUpSubmodule.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: goreleaser/goreleaser-action@v2
3030
with:
3131
version: latest
32-
args: release -f .github/build/mac.yml --rm-dist
32+
args: release -f .github/build/mac.yml --clean
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
# https://github.com/marketplace/actions/run-on-architecture#supported-platforms
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-go@v2
5050
with:
5151
go-version: 1.21.3
52-
- name: Install Dependences
52+
- name: Install Dependencies
5353
run: |
5454
sudo apt-get update
5555
# sudo apt-get -y install gcc-mingw-w64-x86-64
@@ -63,7 +63,7 @@ jobs:
6363
uses: goreleaser/goreleaser-action@v2
6464
with:
6565
version: latest
66-
args: release -f .github/build/linux.yml --rm-dist
66+
args: release -f .github/build/linux.yml --clean
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6969

@@ -85,6 +85,6 @@ jobs:
8585
uses: goreleaser/goreleaser-action@v2
8686
with:
8787
version: latest
88-
args: release -f .github/build/windows.yml --rm-dist
88+
args: release -f .github/build/windows.yml --clean
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dockerhub-push.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Set up Go"
1919
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.19
21+
go-version: 1.21.3
2222

2323
- name: Run unit Tests
2424
working-directory: v2/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<img width="928" alt="image" src="https://user-images.githubusercontent.com/18223385/175768227-098c779b-6c5f-48ee-91b1-c56e3daa9c87.png">
1717
</h1>
1818

19+
- <a href=https://github.com/hktalent/51Pwn-Platform/blob/main/README.md>Free one id Multi-target web netcat for reverse shell
20+
</a>
1921
- What is scan4all: integrated vscan, nuclei, ksubdomain, subfinder, etc., fully automated and intelligent。red team tools
2022
Code-level optimization, parameter optimization, and individual modules, such as vscan filefuzz, have been rewritten for these integrated projects.
2123
In principle, do not repeat the wheel, unless there are bugs, problems

0 commit comments

Comments
 (0)