Using Fiddler on a XDK?

Discussion in 'Xbox 360 Development' started by BlastsMods, Feb 21, 2016.

  1. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    I tried this a while ago ever since I saw the post on se7ensins but somebody posted a tutorial on how to setup fiddler to use on your xbox devkit. It says you have to use this command:

    "xbsetcfg.exe /httpproxy set name port /cert %USERPROFILE%\Desktop\FiddlerRoot.cer"

    "name" is the ip address of your pc and "port" is the port that fiddler is listening on. But when I tried putting this command in xbox 360 command prompt, the command /httpproxy isn't an actual command. It gives me many different commands but /httpproxy isn't there.

    So I was just wondering if anybody here knows how to set it up? Thanks

    Also here is the link to the se7ensins post:
    http://www.se7ensins.com/forums/threads/logging-in-as-console.1118424/page-5#post-8811365
     
  2. Stipo360

    Stipo360 Dead Rising & XDKs

    Joined:
    Feb 11, 2014
    Messages:
    1,107
    Likes Received:
    473
    the fuck is "fiddler" ?
     
  3. XboxSurgeon

    XboxSurgeon Site Supporter Since 2013

    Joined:
    Nov 18, 2013
    Messages:
    2,109
    Likes Received:
    923
    I was thinking the same thing. This must be some RGH/Jtag term I'm not familiar with.
     
  4. aspect

    aspect Site Supporter 2015

    Joined:
    Oct 11, 2011
    Messages:
    191
    Likes Received:
    48
  5. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    Fiddler can only be used on xdks
     
  6. deep3r

    deep3r Fiery Member

    Joined:
    Feb 6, 2011
    Messages:
    855
    Likes Received:
    301
    I always thought this was a fiddler?

    [​IMG]
     
    XboxSurgeon likes this.
  7. CodeAsm

    CodeAsm ohci_write: Bad offset 30

    Joined:
    Dec 22, 2010
    Messages:
    1,500
    Likes Received:
    176
    Fiddler is kidna cool. Linux must have more 1337 tools for this but MS uses and advice's Fiddler for alott of things. other then for webapps I haven't used it.
     
  8. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    I've used fiddler many times, its really useful but I would really like to use it with my xdk but no one seems to know how to use it. There isn't many documentation on it either.
     
    CodeAsm likes this.
  9. CodeAsm

    CodeAsm ohci_write: Bad offset 30

    Joined:
    Dec 22, 2010
    Messages:
    1,500
    Likes Received:
    176
    http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorRemoteMachine
    http://www.se7ensins.com/forums/threads/logging-in-as-console.1118424/page-5#post-8811365
    http://www.telerik.com/forums/error-with-https-traffic-due-to-certs-with-xbox360

    Starting to get instresting.. so, basicly you need your Xbox to accept this certificate and reroute the xbox to use your proxy (fiddler on your PC) ?
    I see someone doing FSD stuff and xbsetcfg /x 192.168.1.81 something something/
    Maybe someone can help you if we know wich version of the xbsetcfg (SDK) you use, and I cant find anything yet, and not have any sdk near me to find one, what commandline options do your version have?

    EDIT: version 2.21173 (yours can be different. try --help as option to get all accepted arguments.
    Code:
    To enable or modify XHttp default/override proxy settings:
               /HTTPPROXY set <name> <port> [/cert <filepath>] [/force]
               /HTTPPROXY clear [/force]
                   <name>     == Proxy server host name or IP address.
                   <port>     == Proxy server port number.
                   /cert      == Enables trust of the specified root certificate
                                 for man-in-the-middle SSL/TLS decryption.
                   <filepath> == Path to the root certificate .cer file.
                   /force     == Applies to all XHttpOpen calls even if they don't
                                 specify XHTTP_ACCESS_TYPE_DEFAULT_PROXY.
     
    Last edited: Feb 22, 2016
    BlastsMods likes this.
  10. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    Yeah I did help and /HTTPPROXY isnt there
     
  11. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    Could you link me to the sdk you installed please?
     
    CodeAsm likes this.
  12. BlastsMods

    BlastsMods Xbox Enthusiast

    Joined:
    Jun 21, 2015
    Messages:
    48
    Likes Received:
    27
    I just installed the 21256.3 sdk and it worked :)
     
    CodeAsm likes this.
  13. CodeAsm

    CodeAsm ohci_write: Bad offset 30

    Joined:
    Dec 22, 2010
    Messages:
    1,500
    Likes Received:
    176
    nice ;) glad i could help even by not knowing this was posible before.

    i just unpacked xbsetcfg.xex and xbdm.dll from version 2.21173 xdk i found on my hdd. Dint install anything yet. Probably an option they added later.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page