Skip to content

Commit c4e8eb3

Browse files
authored
Merge pull request #31 from spyr0-sec/v2
Removed unnecessary output
2 parents 104cfc5 + ea5a9ea commit c4e8eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/objects/user.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ impl User {
333333
let res = X509Certificate::from_der(&value[0]);
334334
match res {
335335
Ok((_rem, cert)) => {
336-
info!("ADCS found {}, use {} args to collect the certificate templates and certificate authority.",cert.issuer().to_string().replace(" ","").bold().green(),&"--adcs".bold().yellow());
336+
// info!("ADCS found {}, use {} args to collect the certificate templates and certificate authority.",cert.issuer().to_string().replace(" ","").bold().green(),&"--adcs".bold().yellow());
337337
},
338338
_ => error!("CA x509 certificate parsing failed: {:?}", res),
339339
}
@@ -482,4 +482,4 @@ impl UserProperties {
482482
pub fn domainsid_mut(&mut self) -> &mut String {
483483
&mut self.domainsid
484484
}
485-
}
485+
}

0 commit comments

Comments
 (0)