Skip to content

Commit

Permalink
Merge pull request #31 from spyr0-sec/v2
Browse files Browse the repository at this point in the history
Removed unnecessary output
  • Loading branch information
g0h4n authored Mar 14, 2024
2 parents 104cfc5 + ea5a9ea commit c4e8eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/objects/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl User {
let res = X509Certificate::from_der(&value[0]);
match res {
Ok((_rem, cert)) => {
info!("ADCS found {}, use {} args to collect the certificate templates and certificate authority.",cert.issuer().to_string().replace(" ","").bold().green(),&"--adcs".bold().yellow());
// info!("ADCS found {}, use {} args to collect the certificate templates and certificate authority.",cert.issuer().to_string().replace(" ","").bold().green(),&"--adcs".bold().yellow());
},
_ => error!("CA x509 certificate parsing failed: {:?}", res),
}
Expand Down Expand Up @@ -482,4 +482,4 @@ impl UserProperties {
pub fn domainsid_mut(&mut self) -> &mut String {
&mut self.domainsid
}
}
}

0 comments on commit c4e8eb3

Please sign in to comment.