mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -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
|
||||
},
|
||||
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 \
|
||||
turned your device on, this is likely a \
|
||||
false-positive.",
|
||||
@@ -50,7 +50,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
|
||||
event_type: EventType::QualitativeWarning {
|
||||
severity: Severity::High
|
||||
},
|
||||
message: format!("NAS identity request detected"),
|
||||
message: format!("NAS IMSI request detected"),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user