Skip to content

Commit 7d87e2f

Browse files
replace dead link by the webarchive one (#213)
1 parent d899d79 commit 7d87e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/suspicious-literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Introduction
88

9-
Thats one of the most interesting JS-X-Ray warning. We designed it with the idea of detecting long strings of characters that are very common in malicious obfuscated/encrypted codes like in [smith-and-wesson-skimmer](https://badjs.org/posts/smith-and-wesson-skimmer/).
9+
Thats one of the most interesting JS-X-Ray warning. We designed it with the idea of detecting long strings of characters that are very common in malicious obfuscated/encrypted codes like in [smith-and-wesson-skimmer](https://web.archive.org/web/20200804103413/https://badjs.org/posts/smith-and-wesson-skimmer/).
1010

1111
The basic idea is to say that any string longer than 45 characters with no space is very suspicious... Then we establish a suspicion score that will be incremented according to several criteria:
1212

0 commit comments

Comments
 (0)