Compare commits

4 Commits

Author SHA1 Message Date
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 14 additions and 2 deletions

View File

@ -18,6 +18,12 @@ steps:
image: rust:latest image: rust:latest
commands: commands:
- cargo build --release - cargo build --release
- rustup target add x86_64-pc-windows-gnu
- rustup toolchain install stable-x86_64-pc-windows-gnu
- apt install -yy mingw-w64
- cargo build --target x86_64-pc-windows-gnu --release
environment:
DEBIAN_FRONTEND: noninteractive
when: when:
event: event:
include: include:
@ -32,6 +38,7 @@ steps:
note: This is an automated release note: This is an automated release
files: files:
- ./target/release/portnut - ./target/release/portnut
- ./target/x86_64-pc-windows-gnu/release/portnut.exe
when: when:
event: event:
include: 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) [![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. * 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 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. Portnut is a tcp port scanner / stresser.