6 Commits

Author SHA1 Message Date
1ecfb86efe drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:20:19 +02:00
47f6e1c206 drone
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:11:50 +02:00
13d725769c Merge branch 'main' of ssh://docker.sq.lan:3022/Rust/Portnut
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 02:00:03 +02:00
38cbe9aa56 drone 2023-07-14 01:59:47 +02:00
c96027578a drone
'
2023-07-14 01:54:14 +02:00
86e099f4cd Update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-14 01:45:39 +02:00
2 changed files with 16 additions and 2 deletions

View File

@ -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:

View File

@ -2,10 +2,15 @@
[![Build Status](http://drone.sq.lan/api/badges/Rust/Portnut/status.svg)](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.