Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sec-report authored Jan 1, 2025
1 parent 4b5ceb5 commit 67776f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pip3 install SecAutoBan
from SecAutoBan import SecAutoBan

def alarm_analysis(ws_client):
ws_client.send_alarm("127.1.0.3", "NMAP 扫描 127.0.0.1")
ws_client.send_alarm("127.1.0.3", "127.0.0.1", "NMAP 扫描")

sec_auto_ban = SecAutoBan(
server_ip="127.0.0.1",
Expand Down

0 comments on commit 67776f4

Please sign in to comment.