Skip to content

Just some random tools written in Rust, mainly to learn Rust.

Notifications You must be signed in to change notification settings

ccsplit/misc_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miscellaneous Tools

Continuous integration Security audit

Mainly these tools are here to learn the syntax and working with rust. Therefore, over time more and more tools may end up getting here. Currently working on just some simple one-off scripts and/or porting some of my other scripts to Rust if applicable.

check_urls

A tool to check a list of URLs and return the valid URLs to the console. If you specify the -o|--output flag it will also place them within the specified file.

ip_hostname

A tool to take a list/file of IPs, CIDRs etc and obtain the hostname for each of them using the system's DNS servers. Currently it does not support using other resolvers. I need to investigate how this can be done in Rust

About

Just some random tools written in Rust, mainly to learn Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages