mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-27 17:38:10 -07:00
fix language
This commit is contained in:
committed by
Cooper Quintin
parent
fa612241a5
commit
c83ae30be8
@@ -38,7 +38,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
|
|||||||
severity: Severity::Low
|
severity: Severity::Low
|
||||||
},
|
},
|
||||||
message: format!(
|
message: format!(
|
||||||
"NAS identity request detected, however it was within \
|
"NAS IMSI request detected, however it was within \
|
||||||
the first {} packets of this analysis. If you just \
|
the first {} packets of this analysis. If you just \
|
||||||
turned your device on, this is likely a \
|
turned your device on, this is likely a \
|
||||||
false-positive.",
|
false-positive.",
|
||||||
@@ -50,7 +50,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
|
|||||||
event_type: EventType::QualitativeWarning {
|
event_type: EventType::QualitativeWarning {
|
||||||
severity: Severity::High
|
severity: Severity::High
|
||||||
},
|
},
|
||||||
message: format!("NAS identity request detected"),
|
message: format!("NAS IMSI request detected"),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user