horus-bot-detect 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# horus-bot-detect
|
|
2
2
|
|
|
3
3
|
## Kurulum
|
|
4
4
|
|
|
@@ -48,11 +48,7 @@ function App() {
|
|
|
48
48
|
</script>
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
##
|
|
52
|
-
|
|
53
|
-
Uygulama açıldığı anda Horus arka planda çalışmaya başlar. Şüpheli aktivite tespit edildiğinde belirttiğiniz endpoint'e otomatik olarak rapor gönderir.
|
|
54
|
-
|
|
55
|
-
### Raporlama
|
|
51
|
+
## Raporlama
|
|
56
52
|
|
|
57
53
|
Bot tespit edildiğinde endpoint'inize POST request atılır:
|
|
58
54
|
|