Skip to content

Commit

Permalink
add Free one id Multi-target web netcat for reverse shell 2023-10-30
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 30, 2023
1 parent 4f105fc commit a7b02fc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 138 deletions.
5 changes: 1 addition & 4 deletions .github/build/linux.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
env:
- GO111MODULE=on
before:
hooks:
# - go mod tidy
# - .github/workflows/upx.sh

project_name: scan4all
builds:
- id: scan4all-linux
Expand Down
5 changes: 1 addition & 4 deletions .github/build/linuxarm64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
env:
- GO111MODULE=on
before:
hooks:
# - go mod tidy
# - .github/workflows/upx.sh

project_name: scan4all
builds:
- id: scan4all-linux
Expand Down
5 changes: 1 addition & 4 deletions .github/build/mac.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
env:
- GO111MODULE=on
before:
hooks:
# - go mod tidy
# - .github/workflows/upx.sh

project_name: scan4all
builds:
- id: scan4all-darwin
Expand Down
7 changes: 1 addition & 6 deletions .github/build/windows.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
env:
- GO111MODULE=on
before:
hooks:
# - go mod tidy
#after:
# hooks:
# post: ./upx.sh

project_name: scan4all
builds:
- id: scan4all-windows
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/autoUpSubmodule.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/mac.yml --rm-dist
args: release -f .github/build/mac.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# https://github.com/marketplace/actions/run-on-architecture#supported-platforms
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.3
- name: Install Dependences
- name: Install Dependencies
run: |
sudo apt-get update
# sudo apt-get -y install gcc-mingw-w64-x86-64
Expand All @@ -63,7 +63,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/linux.yml --rm-dist
args: release -f .github/build/linux.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -85,6 +85,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release -f .github/build/windows.yml --rm-dist
args: release -f .github/build/windows.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85 changes: 0 additions & 85 deletions .github/workflows/dockerhub-push.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21.3

- name: Run unit Tests
working-directory: v2/
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<img width="928" alt="image" src="https://user-images.githubusercontent.com/18223385/175768227-098c779b-6c5f-48ee-91b1-c56e3daa9c87.png">
</h1>

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

0 comments on commit a7b02fc

Please sign in to comment.