https://github.com/sc4rfurry/t4llusx
Tool to scan a network for alive host (!nbtscan - Host Lookup).
https://github.com/sc4rfurry/t4llusx
host nbtscan scanner tool
Last synced: about 1 year ago
JSON representation
Tool to scan a network for alive host (!nbtscan - Host Lookup).
- Host: GitHub
- URL: https://github.com/sc4rfurry/t4llusx
- Owner: sc4rfurry
- License: mit
- Created: 2023-02-28T03:21:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T08:02:12.000Z (over 3 years ago)
- Last Synced: 2025-02-05T19:50:14.520Z (over 1 year ago)
- Topics: host, nbtscan, scanner, tool
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
TallusX
Tool to scan a network for alive host (!nbtscan - Host Lookup).
#
## Table of Contents
- [Installation](#installation)
- [Features](#features)
- [Running TallusX](#running-tallusx)
- [Repo Info](#repo-info)
- [Options](#options)
- [Building TallusX](#building-tallusx)
- [Pre-Compiled Binaries](#pre-compiled-binaries)
- [References](#references)
- [Contributing](#contributing)
- [License](#license)
#
### 🔧 Technologies & Tools



#
### 📚 Requirements
> - Go 18.1 linux/amd64
#
### Installation
- sudo apt-get update && sudo apt-get golang
- git clone https://github.com/sc4rfurry/T4llusX.git
- cd T4llusX
- go get .
- go build main.go
- or use the `builder.sh` script to build the tool.
### Features
- Can scan a network range for Alive hosts
- Static Binary (No Dependencies almost :)
#
## Running TallusX
```sh
go run main.go --help
go run main.go [options]
```

## Repo Info :-

### Example
To run the tool on a target, just use the following command.
```console
go run main.go 192.168.0 -d
```
#
## Options
```sh
Usage: ./main [options]
__________________________________________________________________________________
Options:
subnet Network to scan. (Ex: 192.168.0)
-d/--debug Enable debug mode
-V/--version Show version
-h/--help Show this help menu
[info] Subnet: First three octets. Ex: ./main 192.168.0
```
## Building TallusX
> To build the tool, you can use the following command.
```sh
env GOOS=linux GOARCH=amd64 go build -a -ldflags '-s -w -extldflags "-static"' -o TallusX main.go
```
> You can also use the bultin Bash script to build the tool.
- Before running the script, make sure to give it execution permissions.
- The bash script can build both Linux and Windows binaries.
- Binaries will be Stripped and Compressed. (lolcat, strip and upx are required)
```sh
chmod +x builder.sh
./builder.sh main.go
```
#
## Pre-Compiled Binaries
#
## References
* Special thanks to the following projects (they are the base of this tool):
- [goHackTools](https://github.com/dreddsa5dies/goHackTools)
#
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
[def]: https://img.shields.io/badge/OS-Linux-informational?style=flat-square&logo=ubuntu&logoColor=green&color=5194f0&bgcolor=110d17