Size: a a a

Network Neighborhood

2020 May 15

J

Janith in Network Neighborhood
abslimit
@Janith96 i think you can not hear any universal answer about ssh padding
yeah
источник

AA

Andrej Antunovik in Network Neighborhood
:P
источник

PK

Pan Kotowski in Network Neighborhood
Janith
yeah
you have padding_length in your packets
источник

PK

Pan Kotowski in Network Neighborhood
if they are decrypted, just read it and cut it tho
источник

a

abslimit in Network Neighborhood
Ну вот это скрипт распарсил
источник

a

abslimit in Network Neighborhood
молодец
источник

a

abslimit in Network Neighborhood
теперь он знает
источник

J

Janith in Network Neighborhood
Pan Kotowski
An encryption algorithm and a key will be negotiated during the key
  exchange.  When encryption is in effect, the packet length, padding
  length, payload, and padding fields of each packet MUST be encrypted
  with the given algorithm.
yeah kex length can be divided by 8
источник

a

abslimit in Network Neighborhood
рип полоумные рукожёпки
источник

PK

Pan Kotowski in Network Neighborhood
Janith
yeah kex length can be divided by 8
whaaaat?
источник

MO

Morten Oseberg in Network Neighborhood
Andrej Antunovik
Розумем, ама не знам да го говорам
Я такоже але ов е заjмливы експеримент језыкознавства
источник

J

Janith in Network Neighborhood
Pan Kotowski
you have padding_length in your packets
but,can't send packets with random padding.
источник

PK

Pan Kotowski in Network Neighborhood
Each packet is in the following format:

     uint32    packet_length
     byte      padding_length
     byte[n1]  payload; n1 = packet_length - padding_length - 1
     byte[n2]  random padding; n2 = padding_length
     byte[m]   mac (Message Authentication Code - MAC); m = mac_length
источник

AA

Andrej Antunovik in Network Neighborhood
Morten Oseberg
Я такоже але ов е заjмливы експеримент језыкознавства
I understand this completely, with a bit of effort
источник

PK

Pan Kotowski in Network Neighborhood
Janith
but,can't send packets with random padding.
yap, while using OpenSSH
источник

AA

Andrej Antunovik in Network Neighborhood
If I speak Macedonian, големи се шансите дека ќе ме разбереш
источник

J

Janith in Network Neighborhood
Pan Kotowski
whaaaat?
I mean packet length
источник

V

V in Network Neighborhood
Morten Oseberg
Я такоже але ов е заjмливы експеримент језыкознавства
Так, вот это уже непонятно
источник

J

Janith in Network Neighborhood
Pan Kotowski
Each packet is in the following format:

     uint32    packet_length
     byte      padding_length
     byte[n1]  payload; n1 = packet_length - padding_length - 1
     byte[n2]  random padding; n2 = padding_length
     byte[m]   mac (Message Authentication Code - MAC); m = mac_length
yeah , padding is the problem.
источник

a

abslimit in Network Neighborhood
I have a serious question now that you mentioned crypto. There's a CTF challenge asking me to provide a file and HMAC, and says the HMAC should be 16-byte (32 hex characters). I tried MD4 and MD5 HMAC, but it says "HMAC mismatch".
источник