Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
1ecfb86efe | |||
47f6e1c206 | |||
13d725769c | |||
38cbe9aa56 | |||
c96027578a | |||
86e099f4cd |
@ -18,6 +18,13 @@ steps:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo build --release
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- rustup toolchain install stable-x86_64-pc-windows-gnu
|
||||
- apt update
|
||||
- apt install -yy mingw-w64
|
||||
- cargo build --target x86_64-pc-windows-gnu --release
|
||||
environment:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
@ -25,6 +32,7 @@ steps:
|
||||
|
||||
- name: create-release
|
||||
image: plugins/gitea-release:latest
|
||||
custom_dns: [ 1.1.1.1, 192.168.1.106 ]
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: gitea_api
|
||||
@ -32,6 +40,7 @@ steps:
|
||||
note: This is an automated release
|
||||
files:
|
||||
- ./target/release/portnut
|
||||
- ./target/x86_64-pc-windows-gnu/release/portnut.exe
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
|
@ -2,10 +2,15 @@
|
||||
|
||||
[](http://drone.sq.lan/Rust/Portnut)
|
||||
|
||||
TODO
|
||||
# TODO
|
||||
* Read the answer and count the number of answers received.
|
||||
* Make a distributed version that allows stressing from multiple computers at the same time
|
||||
* Make drone work
|
||||
|
||||
# Install
|
||||
Go to the releases page and download the latest version.
|
||||
Give it execution rights and simply launch it.
|
||||
|
||||
# Usage
|
||||
|
||||
Portnut is a tcp port scanner / stresser.
|
||||
|
||||
|
Reference in New Issue
Block a user