KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
brutescan
★ 9
Open GitHub ↗
Very fast and noisy TCP port scanner
Download README (.md)
Explore Similar Repositories
babel-plugin-transform-es2015-classes-simple
:
No description available.
node-widgets
:
A collection of Reddit specific React components and the Redux actions and reducers to accompany them
Swift-Prototype
:
Design Patterns in Swift: Prototype
Home-Automation-Course
:
Try the new eBook version »
sdrsharp-catcontroller
:
CAT (TS-50) for SDRSharp
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
brutescan
?
Download (.md)
# Brutescan Very fast and noisy TCP port scanner. It can scan the whole port range of a device in a second. ## Install Brutescan is written in go without external dependencies. Build with ``` go get github.com/asciimoo/brutescan ``` ## Usage ``` $ brutescan -h Usage: ./brutescan [OPTIONS] host/ip -pmax uint highest target port (default 65535) -pmin uint lowest target port (default 1) -pool uint concurrent pool size (default 1000) -timeout uint connection timeout in milliseconds (default 3000) -verbose set verbose mode on ``` ## Examples scan localhost: ``` $ brutescan 127.0.0.1 ``` scan only high ports with 100 concurrent threads and 10s timeout: ``` $ brutescan -pmin 1024 -pool 100 -timeout 10000 127.0.0.1 ``` ## Bugs Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/brutescan/issues).