c# - How to create a new Live ID and check exists id from Web? -
so, want create tool register new live id & check exists id vailable [winform- c# - httpwebrequest] used fiddler catch get/post request didn't see parameters post server (username=xxx&password=xxx&xxx). register link: live.com how can ?
winform : - textbox : username, password, email address - show captcha form signup.live.com user fill - button : register. when click button, auto-register(get parameters user fill) on signup.live.com.
================= edit : sniff fiddler :
a sslv3-compatible clienthello handshake found. fiddler extracted parameters below. major version: 3 minor version: 1 random: 52 1a 03 d2 81 48 f0 3b fd cb 50 8c c8 ee 1b 57 48 8e a9 0e 52 ab 95 0b 7e 82 ea 61 aa cf c6 sessionid: a2 44 00 00 96 50 7b 3e 2c 90 02 4b 58 3e 02 d7 0a 3c d3 5a c9 c3 7c 92 49 bf 54 4d 3b 55 96 9c ciphers: [00ff] tls_empty_renegotiation_info_scsv [c00a] tls1_ck_ecdhe_ecdsa_with_aes_256_cbc_sha [c014] tls1_ck_ecdhe_rsa_with_aes_256_cbc_sha [0088] tls_dhe_rsa_with_camellia_256_cbc_sha [0087] tls_dhe_dss_with_camellia_256_cbc_sha [0039] tls_dhe_rsa_with_aes_256_sha [0038] tls_dhe_dss_with_aes_256_sha [c00f] tls_ecdh_rsa_with_aes_256_cbc_sha [c005] tls_ecdh_ecdsa_with_aes_256_cbc_sha [0084] tls_rsa_with_camellia_256_cbc_sha [0035] tls_rsa_aes_256_sha [c007] tls_ecdhe_ecdsa_with_rc4_128_sha [c009] tls1_ck_ecdhe_ecdsa_with_aes_128_cbc_sha [c011] tls_ecdhe_rsa_with_rc4_128_sha [c013] tls1_ck_ecdhe_rsa_with_aes_128_cbc_sha [0045] tls_dhe_rsa_with_camellia_128_cbc_sha [0044] tls_dhe_dss_with_camellia_128_cbc_sha [0033] tls_dhe_rsa_with_aes_128_sha [0032] tls_dhe_dss_with_aes_128_sha [c00c] tls_ecdh_rsa_with_rc4_128_sha [c00e] tls_ecdh_rsa_with_aes_128_cbc_sha [c002] tls_ecdh_ecdsa_with_rc4_128_sha [c004] tls_ecdh_ecdsa_with_aes_128_cbc_sha [0096] tls_rsa_with_seed_cbc_sha [0041] tls_rsa_with_camellia_128_cbc_sha [0005] ssl_rsa_with_rc4_128_sha [0004] ssl_rsa_with_rc4_128_md5 [002f] tls_rsa_aes_128_sha [c008] tls_ecdhe_ecdsa_with_3des_ede_cbc_sha [c012] tls_ecdhe_rsa_with_3des_ede_cbc_sha [0016] ssl_dhe_rsa_with_3des_ede_sha [0013] ssl_dhe_dss_with_3des_ede_sha [c00d] tls_ecdh_rsa_with_3des_ede_cbc_sha [c003] tls_ecdh_ecdsa_with_3des_ede_cbc_sha [feff] ssl_rsa_fips_with_3des_ede_sha [000a] ssl_rsa_with_3des_ede_sha compression: [00] no_compression extensions: server_name signup.live.com elliptic_curves 00 06 00 17 00 18 00 19 ec_point_formats 01 00 sessionticket tls empty nextprotocolnegotiation empty
Comments
Post a Comment