Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : (C#) - Traffic Umleiten



TheLab
16.01.2019, 14:16
Hallo,

kurz und simpel, ich möchte ankommenden Traffic beispielsweise auth.domain.com:5051 auf eine andere Domain umleiten zu auth.fakedomain.com:5051

Beispiel aus einem Wireshark Record.

Das ist die Anfrage an einem Server


ÿØ®5Õÿ×®5ÕEÿ{@÷
%»à«§LÜ=ÇK?P…HÔBing (http://tempuri.org/IA/Do4net.tcp://auth.eu.buddyauth.com:5031/AuthService.svcDohttp://tempuri.org/bargs9http://schemas.microsoft.com/2003/10/Serialization/Arrays)http://www.w3.org/2001/XMLSchema-instanceanyTypetypestring) 404 not found (http://www.w3.org/2001/XMLSchemaunsignedBytelongVsaVD)
«Dyí÷…ñì
A¢ÓEWÈùD,D*«D«VB
B Bb
iE¼c59BADBA2A681463FB415E¼c e66fbb0834e68101d0e41356cfc662c6E¼cE¼c%|{ÖH

Und das dazu die Antwort


......4net.tcp://auth.eu.buddyauth.com:5031/AuthService.svc..........404 - File or directory not found. (http://tempuri.org/IA/Do4net.tcp://auth.eu.buddyauth.com:5031/AuthService.svc.Do.http://tempuri.org/.b.args9http://schemas.microsoft.com/2003/10/Serialization/Arrays)http://www.w3.org/2001/XMLSchema-instance.anyType.type.string) 300 Multiple Choices (http://www.w3.org/2001/XMLSchema.unsignedByte.longV...s...a.V.D)
.....D..y.....
A....EW..D,D*...D.......V.B.
.B .B...b
..i.E........c...59BADBA2A681463FB415E........c.. e66fbb0834e68101d0e41356cfc662c6E........c...E.... ....c..%..|.{.H......... 404 - File or directory not found. (http://tempuri.org/IA/DoResponse)
DoResponse.http://tempuri.org/.DoResult(http://schemas.datacontract.org/2004/07/)http://www.w3.org/2001/XMLSchema-instance.Body.Success.Data.Info.nil.KeyV...s...a.V .D
.....D..y.....
A....EW..D.......V.B.
.B...b ..i.E
..
Key is expired!E..E..E.....E...........

Denke mal das ganze ist mit SOAP XML oder so. https://en.wikipedia.org/wiki/Tempuri

Kann mir da jemand helfen?

masterholdy
16.01.2019, 14:21
guck dir mal fiddler an
macht das tool was du machen willst?

TheLab
16.01.2019, 15:04
Fiddler ist ein wenig zu simple. Das muss tiefer in die materie gehen.