Skip to content

Tool to scan a network for alive host (!nbtscan - Host Lookup).

License

Notifications You must be signed in to change notification settings

sc4rfurry/T4llusX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TallusX

Tool to scan a network for alive host (!nbtscan - Host Lookup).

Author Version Go Version OS

Table of Contents

🔧 Technologies & Tools

📚 Requirements

  • Go 18.1 linux/amd64

Installation

Features

  • Can scan a network range for Alive hosts
  • Static Binary (No Dependencies almost :)

Running TallusX

go run main.go --help
go run main.go <subnet> [options]

t4llusX


Repo Info :-


onefetch

Example

To run the tool on a target, just use the following command.

go run main.go 192.168.0 -d

Options

	Usage: ./main <subnet> [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.

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

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