GitXplorerGitXplorer
c

misc_tools

public
0 stars
0 forks
9 issues

Commits

List of commits on branch master.
Verified
f62c965a9d55451dcc5808e6b524268c208b3bab

Update dependencies:

cccsplit committed 5 months ago
Verified
440e4b7874918cd00ebf227adac684a02d6087d3

Merge pull request #4 from ccsplit/fix_deps

cccsplit committed 4 years ago
Verified
83c721411dbbadeda8a85547943e43d7ba5750b8

Fixed the clippy issues.

cccsplit committed 4 years ago
Verified
dacc97b8a716f8961d0628372722960556bc5bf9

Update the dependencies.

cccsplit committed 4 years ago
Unverified
7e7310bd6c2856855bd024b7f896fe006f6ff621

Fix the security audit badge.

cccsplit committed 5 years ago
Unverified
450a0f4debbf685b5933a7418ce993190178fed8

It work now?

cccsplit committed 5 years ago

README

The README file for this repository.

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