User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 140
  6. 141
  7. 142
  8. 143
  9. 144
  10. 145
  11. ...
  12. 154
  13. 155
  14. 156
  15. 157

Posts by SBTlauien

  1. SBTlauien African Astronaut
    If you know the special code you can just type it in and the payphone will spit out change.
  2. SBTlauien African Astronaut
    If Lanny keeps the place open, we'll grow. I've been trying to 'passively' link to this site from other places, in hopes that the right people will show up.

    What we really need to do, is create threads on subjects that aren't really out there(nothing illegal, but maybe scratching the surface), and then just link to them. People will read and maybe sign up to thank or ask a question.
  3. SBTlauien African Astronaut
    Have you checked pins 27 and 28 with a multimeter to confirm there's current flowing?

    Well I probably should have just done that in the first place. When placing my multimeter on the resistor near the LED it's at 1.4mV, then after pressing the button I get a a jump but it's to fast to read. It's does display an 0.L but I just read that it's the multimeter rushing from mV to V.

    Here's the code for the program. I forgot to post...


    #define F_CPU 1000000UL
    #include <avr/io.h>
    #include <util/delay.h>

    void ioinit(void);
    void led_on(void);
    void led_off(void);

    int main(void) {
    ioinit(); //Setup IO pins and defaults
    while (1) {
    if (bit_is_clear(PINC, 4)) {
    for (int i = 0; i < 6; i++) {
    if (i > 0) {
    _delay_ms(500);
    led_on();
    _delay_ms(500);
    led_off();
    }
    }
    }
    }
    }

    void ioinit(void) {
    DDRC = 0b11101111; //Pin 27 of MCU as input
    PORTC = 0b00010000; //Enable internal pullup of pin 27
    }

    void led_on(void) {
    PORTC |= _BV(PC5); //Pin 28 of MCU as output
    }

    void led_off(void) {
    PORTC &= ~_BV(PC5);
    }
  4. SBTlauien African Astronaut
    Always wanted to get into this microcontroller stuff :(

    It's very inexpensive. Here are the things you would need and the prices...

    Programmer = $35
    Breadboard = $25
    Different variety packs - resistors, capacitors, voltage regulators, switches, diodes, transistors, crystals @ $7 each = $48
    Wire = $2
    Wire Cutters = $25
    A couple few microcontrollers = $20

    So $155 and you just have to learn after that.

    Edit: a multimeter and solder iron would put you up near $200 if you didn't buy the best.
  5. SBTlauien African Astronaut
    ArmsMerchant still has a book from the library that's due back next week.

    lol, I remember a few years back I found a security error in the website of my local library and I could see what books people have checked out and I could use the computers there if I printed out a barcode that scanned as their library number(which I'd get from this error).

    Fun times. :)
  6. SBTlauien African Astronaut
    I just don't talk to my neighbors, or my co-workers, or anyone really.
  7. SBTlauien African Astronaut
    Egg rolls.

    I'd just find a job, and then be parasitic on the side. Find hobby's and keep it moving.
  8. SBTlauien African Astronaut
    I'm following this niggas tutorial right here and I can't get my LED to blink when I press the button. WTF?



    Here's the schematic...

  9. SBTlauien African Astronaut
    Us niggas be chillin in space.
  10. SBTlauien African Astronaut
    No, I don't. Especially when there really aren't any jobs available there.
  11. SBTlauien African Astronaut
    Also, I've noticed that this goes to a simple page that says success on it. So I could always make it. I've added a site copier to my app as well.

    http://captive.apple.com/hotspot-detect.html

    http://d2b67tzkr07lta.cloudfront.net/AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt

    http://spectrum.s3.amazonaws.com/kindle-wifi/wifistub.html

    Still don't know about this one...

    192.168.43.217::50467 GET /ncsi.txt HTTP/1.1 Cache-Control: no-cache Connection: Keep-Alive Pragma: no-cache User-Agent: WifiHotspot Host: www.msftncsi.c

    It's missing the 'om'. I'm not sure if it's my app or not though. This is apparently what it's looking for...

    http://www.msftncsi.com/ncsi.txt

  12. SBTlauien African Astronaut
    If this could get me user data of a phone that I could clone and run via my PC to intercept texts and similar things, someone let me know.


    lol, I noticed you ask that in another thread. Are you trying to spy on your gf?
  13. SBTlauien African Astronaut
    That action could not be completed. Please try again, and if this occurs again please contact the system administrator and tell them how you got this message.

    This is what I get when I try to go to my CP and when I try to make a new topic.
  14. SBTlauien African Astronaut
    Ive always wondered…do these faggots ever think ahead of the actual, physical world that exists behind their own pathetic existence in their mommies basement to what would happen if they irked the wrong person who harbors no greater sexual fantasy than the ravaging of these fuckers. Long time…

    These type of things are usually done by foreigners in poor countries where scamming a rich American out of $10 is a big success.
  15. SBTlauien African Astronaut
    I remember smoking weed with my dad when it was illegal and I was in high school. Smoke weed once with the mom of a girlfriend that was in high school, when weed was illegal. It's now legal where I live.
  16. SBTlauien African Astronaut
    So I went to the casio on New Years eve and drank free Mountain Dew but didn't drink any alcohol because I'm quitting for the year, but I ran a hot spot on my phone with a captcha the directed people to a little log in page where they have to enter their name. I used NanoHTTP so it was pretty ghetto but I had a few folks trying to sign in(it's the GET requests "GET /192.168.43.1?data=NAME HTTP/1.1"). From running this randomly at time out in public, and sometimes setting the name of the hotspot up to common names(like Starbucks, McDs, etc), I've noticed that everyone's phone automatically has it's own captive setting. It's kind of interesting to me. I also get their MAC address which is also interesting because I could log it around people I work with(like managers) and then set up an alert when they connect so that I know they're near by and need to start working.

    What could a brother do with this as far as redirecting the request go? Maybe redirect one of these "captive.apple.com" to a download that's hosted on my phone or something...?


    192.168.43.68::45318
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::45318
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.156::58199
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.156::58200
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C

    192.168.43.156::58201
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.156::58202
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: en-us
    X-Playback-Session-Id: 328C58CC-FCB1-44E0-A2B8-43B43AA1AE90
    Cookie: as_affl=p238%7C%7Cmuid%3A%3A446cf687-4339-491b-b295-6180974ef2ac%26mtid%3A%3A1870765e38482%26mnid%3A%3AsHI7bHWVr-dm_mtid_1870765e38482_pcrid_102293844367_%26cid%3A%3Aaos-us-kwg-brand-slid-%26%7C%7C20151125_123632; as_cn=TGlzYQ==~984868990df0cc211fb8a8e043a1696051f4e24937024c08f4e9c944cb3aa780; as_disa=STYXHKHP4HFPH2TDU9TXF2A4KDCDCDHACP9DC4YHK4YCYXPDXY4DDC9HPHTDDK2X9AAY2AFTJAPFTCFUX9DPK7CAPJ2AJ7HX9UKPFPX7FCPTH7FYFXKPFJ4F4KTP2H94YFDCHFC44CHXX7HHX; as_rec=SFTCCHKY7H94T9K2KPDAUAX2CJ797CAHUPFDUFX9PAJKY4TDF; as_sfa="Mnx1c3x1c3x8ZW5fVVN8Y29uc3VtZXJ8aW50ZXJuZXR8MHwwfDE="; dssf=1; dssid2=7c378c2c-407d-4a6d-b642-58f9a2b47926; optimizelyBuckets=%7B%7D; optimizelyEndUserId=oeu1448309616498r0.9357972543220967; optimizelySegments=%7B%22341793217%22%3A%22referral%22%2C%22341794206%22%3A%22true%22%2C%22341824156%22%3A%22safari%22%2C%22341932127%22%3A%22none%22%7D; pxro=1; s_fid=1FC457C22FEFB891-387DBD6AA3DD1608; s_vi=[CS]v1|2A96EAFF050105BE-6000013700110DC1[CE]; s_vnum_n2_us=4%7C5%2C25%7C2%2C3%7C1%2C0%7C1
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.60::55750
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::53850
    GET /chk.php HTTP/1.1
    Host: wifi.osmino.com
    Connection: Keep-Ali

    192.168.43.60::34770
    GET /chk.php HTTP/1.1
    Host: wifi1.osmino.com
    Connection: Keep-Ali

    192.168.43.60::42448
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::51561
    GET /mobile/status.php HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: b-www.facebook.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::40596
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::34644
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::54638
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::51412
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::50111
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::39804
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::41677
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::45111
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::48346
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::60373
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::38793
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::56748
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::50707
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::54871
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::55601
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::38834
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::59885
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::60446
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::50161
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::53614
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::34587
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::53826
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.73::38967
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.5)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.73::34253
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.5)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::44139
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::55408
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::35309
    GET /mobile/status.php HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: b-www.facebook.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::49969
    GET /settings?app_package_version=3.40&app_package_id=2734418317991635&api_key=NFU38317913&device_os=android&app=406620111&sdk_version=1.0.26.355&app_package_name=com.briox.riversip.android.entertainment.celebs HTTP/1.1
    Content-Type: application/json
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: config-server.touchbeam.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::41604
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.73::59252
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.5)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.73::57726
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.5)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::48836
    GET /mobile/status.php HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: b-www.facebook.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::51844
    GET /settings?app_package_version=3.40&app_package_id=2734418317991635&api_key=NFU38317913&device_os=android&app=406620111&sdk_version=1.0.26.355&app_package_name=com.briox.riversip.android.entertainment.celebs HTTP/1.1
    Content-Type: application/json
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: config-server.touchbeam.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::51960
    GET /maps/api/elevation/xml?locations=45.058903,-123.580641&sensor=false HTTP/1.0
    Host: maps.googleapis.c

    192.168.43.93::40112
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::33355
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::58699
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::41316
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::55790
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::60217
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::51606
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.47::50625
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.9)
    Host: connectivitycheck.android.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.47::40752
    GET /NDT/noop.html HTTP/1.1
    Content-Type: application/x-www-form-urlencoded; charset=utf-8
    Cache-Control: no-cache
    Pragma: no-cache
    Host: attdashboard.wireless.att.com
    Connection: Keep-Ali

    192.168.43.93::37140
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::51235
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::43801
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::51337
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::49645
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.50::44669
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; XT1254 Build/SU4TL-44)
    Host: connectivitycheck.android.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.50::38401
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; XT1254 Build/SU4TL-44)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.50::42536
    GET /mobile/status.php HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; XT1254 Build/SU4TL-44)
    Host: b-www.facebook.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.94::63007
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.94::63008
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B1

    192.168.43.94::63009
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.94::63010
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: en-us
    X-Playback-Session-Id: 47A6AC4F-0E01-4C2B-96F5-374CF18A28A7
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13B143
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.93::38631
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.217::50436
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50437
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50438
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50440
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50441
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.60::49246
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.217::50442
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50443
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50444
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.93::34542
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.217::50445
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50446
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.93::50259
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.217::50447
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50448
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50449
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50450
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50451
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50452
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50453
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58007
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58008
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C

    192.168.43.202::58009
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58010
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: es-xl
    X-Playback-Session-Id: 2BB93D39-9DB3-4C39-B93D-996400136FA6
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.217::50454
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50455
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50456
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50457
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58012
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58012
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58013
    GET /192.168.43.1?data=Jos%E9 HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: es-xl
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: gzip, defla

    192.168.43.202::58013
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: es-xl
    Referer: http://captive.apple.com/192.168.43.1?data=Jos%E9
    Accept-Encoding: gzip, defla

    192.168.43.202::58014
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58015
    GET /192.168.43.1 HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPod touch; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: es-xl
    Referer: http://captive.apple.com/192.168.43.1?data=Jos%E9
    Accept-Encoding: gzip, defla

    192.168.43.202::58016
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58017
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58019
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58019
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.217::50458
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58020
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.202::58024
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.217::50459
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58026
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.202::58028
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.202::58031
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.202::58036
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.202::58039
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50461
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50462
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50463
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50464
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50465
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50466
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50467
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50468
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50469
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50470
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50471
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50472
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50473
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50474
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50475
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50476
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50478
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58149
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.202::58149
    GET /bag HTTP/1.1
    Host: init-p01st.push.apple.com
    Accept: */*
    Accept-Language: es-xl
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: iPod7,1/9.2 (13C7

    192.168.43.217::50480
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50481
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50482
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50483
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50484
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50485
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50486
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50487
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50488
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50489
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50490
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50491
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50492
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50493
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50494
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50495
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50496
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50497
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50498
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50499
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50500
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50501
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50502
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50503
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50504
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50505
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50506
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50507
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50508
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50509
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50510
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50511
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50512
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50513
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50514
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50515
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50516
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50517
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50518
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.50::49649
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50520
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50521
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50522
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.217::50523
    GET /ncsi.txt HTTP/1.1
    Cache-Control: no-cache
    Connection: Keep-Alive
    Pragma: no-cache
    User-Agent: WifiHotspot
    Host: www.msftncsi.c

    192.168.43.60::41853
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::46010
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::48379
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::33175
    GET /mobile/status.php HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: b-www.facebook.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::52993
    POST /statistic/usage?type=usage_ime_international HTTP/1.1
    Cookie: auth_token="5177aad2-7169-4fdd-a85d-b29b224bac63"
    Content-Encoding: gzip
    Content-Length: 2565
    Host: usa.ime.cootek.com:80
    Connection: Keep-Ali
    ..............................
    type=usage_ime_international

    192.168.43.188::50333
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.188::50334
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C

    192.168.43.188::50335
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.188::50336
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: en-us
    X-Playback-Session-Id: BCE9FA93-50A3-4269-AAC9-3A87508DE662
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.68::38736
    GET /settings?app_package_version=3.40&app_package_id=2734418317991635&api_key=NFU38317913&device_os=android&app=406620111&sdk_version=1.0.26.355&app_package_name=com.briox.riversip.android.entertainment.celebs HTTP/1.1
    Content-Type: application/json
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: config-server.touchbeam.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.188::50339
    GET /192.168.43.1?data=Wendy%20Garcia HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: gzip, defla

    192.168.43.188::50339
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Wendy%20Garcia
    Accept-Encoding: gzip, defla

    192.168.43.50::40267
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.50::40267
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.188::50342
    GET /192.168.43.1 HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Wendy%20Garcia
    Accept-Encoding: gzip, defla

    192.168.43.188::50343
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.188::50344
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.188::50346
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Wendy%20Garcia
    Accept-Encoding: gzip, defla

    192.168.43.188::50346
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Wendy%20Garcia
    Accept-Encoding: gzip, defla

    192.168.43.188::50347
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.68::39398
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G925T Build/LMY47X)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::38185
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::46462
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.93::54935
    GET /AB11EBC0-8808-4BC1-BC43-FD7473C7AC89.txt HTTP/1.1
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.1; SCH-I545 Build/LRX22C)
    Host: d2b67tzkr07lta.cloudfront.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.68::52081
    HEAD / HTTP/1.1
    Host: sicerxecez
    Connection: keep-alive
    Content-Length: 0
    User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.2 Chrome/38.0.2125.102 Mobile Safari/537.36
    Accept-Encoding: gzip,defla

    192.168.43.68::52081
    HEAD / HTTP/1.1
    Host: sicerxecez
    Connection: keep-alive
    Content-Length: 0
    User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.2 Chrome/38.0.2125.102 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate

    Content-Length: 0
    User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.2 Chrome/38.0.2125.102 Mobile Safari/537.36
    Accept-Encoding: gzip,defla

    192.168.43.68::52081
    HEAD / HTTP/1.1
    Host: sicerxecez
    Connection: keep-alive
    Content-Length: 0
    User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.2 Chrome/38.0.2125.102 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate

    Content-Length: 0
    User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G925T Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.2 Chrome/38.0.2125.102 Mobile Safari/537.36
    Accept-Encoding: gzip,defla

    192.168.43.178::34876
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.4.4; XT1019 Build/KXC21.5-L2.31)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.1::53242
    GET / HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53242
    GET /music.mp3 HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53242
    GET /music.mp3 HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/music.mp3
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53242
    GET /favicon.ico HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: */*
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53250
    GET /192.168.43.1?data=fff HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53250
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/192.168.43.1?data=fff
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53251
    GET /192.168.43.1 HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/192.168.43.1?data=fff
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53253
    GET /favicon.ico HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: */*
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53256
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Referer: http://192.168.43.1:8080/192.168.43.1?data=fff
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.1::53256
    GET /favicon.ico HTTP/1.1
    Host: 192.168.43.1:8080
    Connection: keep-alive
    Accept: */*
    User-Agent: Mozilla/5.0 (Linux; Android 5.0.2; LGLS660 Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/37.0.0.0 Mobile Safari/537.36
    Accept-Encoding: gzip,deflate
    Accept-Language: en-US
    X-Requested-With: com.android.brows

    192.168.43.60::58797
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.216::53690
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.216::53691
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C

    192.168.43.216::53692
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.216::53693
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: en-us
    X-Playback-Session-Id: FF175E12-BCAE-4E07-8197-21A0AB077557
    Cookie: as_sfa=MXx1c3x8ZW5fVVN8Y29uc3VtZXJ8aW50ZXJuZXR8MHwwfDE=; dssf=1; dssid2=722a7b05-4246-4318-b756-631e23c569d0; pxro=2; s_fid=1E78875EB18A773B-1A5DC3BE0CB53A01; s_vi=[CS]v1|2AE14C81850135F2-4000010AA00067DF[CE]; s_vnum_n2_us=99%7C1%2C3%7C1
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.60::32846
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.73::58108
    GET /ce/android/config/2015.900.3.7.0/wweextras.xml HTTP/1.1
    Cookie:
    connect: close
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.2; LGMS345 Build/LRX22G)
    Host: network.wwe.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.169::39141
    GET /ce/android/config/2015.900.3.7.0/wweextras.xml HTTP/1.1
    Cookie:
    connect: close
    Cache-Control: no-cache
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0.2; LGMS345 Build/LRX22G)
    Host: network.wwe.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::42679
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.47::56720
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1; MotoE2(4G-LTE) Build/LPI23.29-18.9)
    Host: connectivitycheck.android.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.47::46917
    GET /NDT/noop.html HTTP/1.1
    Content-Type: application/x-www-form-urlencoded; charset=utf-8
    Cache-Control: no-cache
    Pragma: no-cache
    Host: attdashboard.wireless.att.com
    Connection: Keep-Ali

    192.168.43.60::47011
    GET /chk.php HTTP/1.1
    Host: wifi.osmino.com
    Connection: Keep-Ali

    192.168.43.60::58733
    GET /chk.php HTTP/1.1
    Host: wifi.osmino.com
    Connection: Keep-Ali

    192.168.43.47::52744
    GET /chk.php HTTP/1.1
    Host: wifi.osmino.com
    Connection: Keep-Ali

    192.168.43.60::57113
    GET /api/weather/44.0520691,-123.0867536 HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: devexpert.weatherunlocked.com
    Connection: Keep-Ali

    192.168.43.60::57113
    GET /api/weather/44.0520691,-123.0867536 HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: devexpert.weatherunlocked.com
    Connection: Keep-Ali

    192.168.43.60::57113
    GET /api/weather/44.5645659,-123.2620435 HTTP/1.1
    Accept-Encoding: g

    192.168.43.60::57113
    GET /api/weather/44.5645659,-123.2620435 HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: devexpert.weatherunlocked.com
    Connection: Keep-Ali

    192.168.43.60::42268
    GET /maps/api/geocode/json?latlng=45.0585247,-123.5811354&sensor=false&language=en&region=US HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: maps.googleapis.com
    Connection: Keep-Ali

    192.168.43.60::43450
    GET /maps/api/geocode/json?latlng=45.0585247,-123.5811354&sensor=false&language=en&region=US HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: maps.googleapis.com
    Connection: Keep-Ali

    192.168.43.60::46292
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::52258
    GET /maps/api/geocode/json?latlng=45.0584883,-123.5810689&sensor=false&language=en&region=US HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: maps.googleapis.com
    Connection: Keep-Ali

    192.168.43.60::52075
    GET /maps/api/geocode/json?latlng=45.0584868,-123.581076&sensor=false&language=en&region=US HTTP/1.1
    Accept-Encoding: gzip
    Content-Type: application/json;charset=utf-8
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: maps.googleapis.com
    Connection: Keep-Ali

    192.168.43.60::49700
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::43996
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::40226
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.60::43085
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.69::52197
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52198
    GET /hotspot-detect.html HTTP/1.1
    Host: captive.apple.com
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us
    Connection: keep-alive
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C

    192.168.43.69::52199
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52200
    GET /music.mp3 HTTP/1.1
    Host: captive.apple.com
    Accept-Language: en-us
    X-Playback-Session-Id: 95261509-7B61-4348-9C9F-90DBB9D0165F
    Range: bytes=0-1
    Accept: */*
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: identity
    Connection: keep-ali

    192.168.43.178::34958
    GET /generate_204 HTTP/1.1
    User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.4.4; XT1019 Build/KXC21.5-L2.31)
    Host: clients3.google.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.178::46739
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.178::46739
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52203
    GET /192.168.43.1?data=Stephanie%20Payne HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/hotspot-detect.html
    Accept-Encoding: gzip, defla

    192.168.43.69::52203
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Stephanie%20Payne
    Accept-Encoding: gzip, defla

    192.168.43.69::52205
    GET /192.168.43.1 HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Stephanie%20Payne
    Accept-Encoding: gzip, defla

    192.168.43.69::52205
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52208
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52208
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52209
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52210
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52212
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52212
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52213
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.69::52215
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Stephanie%20Payne
    Accept-Encoding: gzip, defla

    192.168.43.69::52215
    GET /192.168.43.1?chat=true HTTP/1.1
    Host: captive.apple.com
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 9_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13C75
    Accept-Language: en-us
    Referer: http://captive.apple.com/192.168.43.1?data=Stephanie%20Payne
    Accept-Encoding: gzip, defla

    192.168.43.69::52216
    GET /hotspot-detect.html HTTP/1.0
    Host: captive.apple.com
    Connection: close
    User-Agent: CaptiveNetworkSupport-325.10.1 wis

    192.168.43.157::57140
    GET / HTTP/1.1
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36
    Host: www.speedtest.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::52860
    GET /xtra3grc.bin HTTP/1.1
    Accept: */*, application/vnd.wap.mms-message, application/vnd.wap.sic
    x-wap-profile: http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#
    Host: xtrapath2.izatcloud.net
    Connection: Keep-Alive
    User-Agent: Andro

    192.168.43.157::36312
    GET / HTTP/1.1
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1664.3 Safari/537.36
    Host: www.apple.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::33285
    GET /xtra3grc.bin HTTP/1.1
    Accept: */*, application/vnd.wap.mms-message, application/vnd.wap.sic
    x-wap-profile: http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#
    Host: xtrapath3.izatcloud.net
    Connection: Keep-Alive
    User-Agent: Andro

    192.168.43.157::34280
    GET /xtra3grc.bin HTTP/1.1
    Accept: */*, application/vnd.wap.mms-message, application/vnd.wap.sic
    x-wap-profile: http://www.openmobilealliance.org/tech/profiles/UAPROF/ccppschema-20021212#
    Host: xtrapath1.izatcloud.net
    Connection: Keep-Alive
    User-Agent: Andro

    192.168.43.157::52821
    GET /samsung/downloads/v1.5-USA-TC/languagePacks.json HTTP/1.1
    Cache-Control: public
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: skslm.swiftkey.net
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::57035
    GET /kindle-wifi/wifistub.html HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: spectrum.s3.amazonaws.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::57035
    GET /kindle-wifi/wifistub.html HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: spectrum.s3.amazonaws.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::49746
    GET /kindle-wifi/wifistub.html HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: spectrum.s3.amazonaws.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::37436
    GET /kindle-wifi/wifistub.html HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: spectrum.s3.amazonaws.com
    Connection: Keep-Alive
    Accept-Encoding: gz

    192.168.43.157::42050
    GET /kindle-wifi/wifistub.html HTTP/1.1
    User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; SM-G530T Build/LMY47X)
    Host: spectrum.s3.amazonaws.com
    Connection: Keep-Alive
    Accept-Encoding: gz
  17. SBTlauien African Astronaut
    Any place you'd prefer me to upload the e-book in question?

    ​Angelfire please.

    The problem I've had with these books is that they're beasts in terms of size and each one takes 1-6 weeks of reading combined with practicing. Like the Web Application Hacker's Handbook - fucking amazing, thorough, and well written, but I'd get lost in it if I wasn't taking notes and trying some of the shit out on DVWB or OWASP's RailsGoat.

    Yeah, that one was a big one. I never did finish it completely. You practically have to download the tools and do a little bit of 'action' to stay interested. But it kept me interested.

    Roughly what percentage of internet hacking would you say is web application based?
  18. SBTlauien African Astronaut
    Well, it hasn't shut down yet, so that's good.

    But I think "niggasin.space" should be changed because well, were probably all white folk here.
  19. SBTlauien African Astronaut
    Arnox is a guy that lives in a small farm town in northern Oregon. I think his domain info is now set to private, but it wasn't when he first started and everyone was pointing it out on his site.
  20. SBTlauien African Astronaut
    We should start discussing what we would do if I won it all.

    I'd fuck at least one average/high class hooker a day for several years straight while high on coke all the time, and then I'd try to settle down with a good Christian girl and I'd tell her that I've only slept with a few girls because I've been waiting for the right girl.
  1. 1
  2. 2
  3. 3
  4. ...
  5. 140
  6. 141
  7. 142
  8. 143
  9. 144
  10. 145
  11. ...
  12. 154
  13. 155
  14. 156
  15. 157
Jump to Top