Skip to content

Commit

Permalink
chore: Rename module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn committed Aug 29, 2024
1 parent 3c278c0 commit 9d73678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/enumerate_subdomains/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl ModuleEnumerateSubdomains {

impl Module for ModuleEnumerateSubdomains {
fn name(&self) -> String {
String::from("enumerator:subdomains")
String::from("enumerate:subdomains")
}

fn description(&self) -> String {
Expand Down

0 comments on commit 9d73678

Please sign in to comment.