You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

8
-

7
+

8
+

9
9
10
10
Mercy is an open-source Rust crate and CLI for building cybersecurity tools, assessment projects, and testing infrastructure. The goal is to create a sustainable project to make creating security tools in Rust a little easier.
11
11
@@ -28,8 +28,8 @@ use mercy::{
28
28
};
29
29
30
30
fnmain() {
31
-
// Encode string "azazellabs"
32
-
mercy_encode("base64", "azazellabs");
31
+
// Encode string "azazelm3dj3d"
32
+
mercy_encode("base64", "azazelm3dj3d");
33
33
34
34
// Decode string "YXphemVsbGFicw=="
35
35
mercy_decode("base64", "YXphemVsbGFicw==");
@@ -48,13 +48,13 @@ fn main() {
48
48
```
49
49
50
50
### Malware/Malicious Detection
51
-
You can check if a domain (i.e. azazellabs.com) is currently classified as malicious using the InQuest API:
51
+
You can check if a domain (i.e. azazelm3dj3d.com) is currently classified as malicious using the InQuest API:
0 commit comments