Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed May 28, 2023
1 parent 43e78fb commit 936fa00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "rassetfinder"
description = "Checks domains for subdomains and hosts via 3rd party sources."
version = "0.2.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/richardschwabe/rassetfinder"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ fn print_domains(sub_domaints: &mut Vec<String>) {

fn print_banner() {
let header = "
▄▄▄ ▄▄▄· .▄▄ · .▄▄ · ▄▄▄ .▄▄▄▄▄·▄▄▄▪ ▐ ▄ ·▄▄▄▄ ▄▄▄ .▄▄▄
▀▄ █·▐█ ▀█ ▐█ ▀. ▐█ ▀. ▀▄.▀·•██ ▐▄▄·██ •█▌▐███▪ ██ ▀▄.▀·▀▄ █·
▐▀▀▄ ▄█▀▀█ ▄▀▀▀█▄▄▀▀▀█▄▐▀▀▪▄ ▐█.▪██▪ ▐█·▐█▐▐▌▐█· ▐█▌▐▀▀▪▄▐▀▀▄
▐█•█▌▐█ ▪▐▌▐█▄▪▐█▐█▄▪▐█▐█▄▄▌ ▐█▌·██▌.▐█▌██▐█▌██. ██ ▐█▄▄▌▐█•█▌
.▀ ▀ ▀ ▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀▀▀ █▪▀▀▀▀▀• ▀▀▀ .▀ ▀
";

println!("{YELLOW}{}{NC}", header);
Expand Down

0 comments on commit 936fa00

Please sign in to comment.