Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
A dictionary attack is an attack that checks only frequencies that are likely to be entered, such as "12345", "1111", or "31415".
Therefore, it cannot check complex frequencies with an absolute value of 10,000 or more (such as 67824, -54239, 3854972 or -974854315.
I gave them names like this, likening the "frequencies used" to "passwords".
(I used google translate)
辞書攻撃は、「12345」や「1111」、「31415」などのような、入力していそうな周波数のみを決め打ちで調べていく攻撃です。
なので、絶対値が10000以上の複雑な周波数はチェックできていません(3854972や974854315など)。
「使用されている周波数」を「パスワード」に見立ててこんな感じの名前をつけました。
3本の傍受アンテナは毎秒180個の周波数を傍受します(1秒あたり60個ではなかったです。間違えました)。
ブルートフォース攻撃として、-9999~9999の周波数をを毎秒120個傍受します。
辞書攻撃として、138個の登録された周波数を毎秒60個傍受します。
In total, 20,137 frequencies are intercepted.
The three intercepting antennas intercept 180 frequencies per second (not 60 per second, I was wrong).
As a brute force attack, 120 frequencies between -9999 and 9999 are intercepted per second.
As a dictionary attack, 60 of the 138 registered frequencies are intercepted per second.
(I used google translate)
It can scan 60 frequencies per second.
(I used google translate)
value = 0
end
このプログラムなら、妨害電波を受信しても攻撃を防げます。
J1は-nanを相手に送りつけます。このプログラムなら、nanと-nanに対応できます。
また、LUAには nan ~= nan や -nan ~= -nan が true になる仕様があります。
これで防げますか?
The mechanism is to check whether various frequencies are being used and send "jamming information" to the frequencies used by the enemy.
For "jamming information", nan is used for the numerical channel, and true and false are used alternately for the Bool channel.
(I used google translate)