trancexx Posted June 3, 2014 Author Share Posted June 3, 2014 What if only port is blocked? Not UDP. If UDP is completely blocked then how can browsers resolve adresses? ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
jvanegmond Posted June 3, 2014 Share Posted June 3, 2014 (edited) Same behavior. ICMP reply with error. UDP is blocked to the internet. There is a DNS server inside the company network (exempt from the UDP block, of course). Edited June 3, 2014 by Manadar trancexx 1 github.com/jvanegmond Link to comment Share on other sites More sharing options...
trancexx Posted June 3, 2014 Author Share Posted June 3, 2014 Oky doky, I'll update the code. Thanks. coffeeturtle 1 ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
BrewManNH Posted June 5, 2014 Share Posted June 5, 2014 Works perfectly on my home network, took about 50ms to resolve. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
Ontosy Posted January 28, 2015 Share Posted January 28, 2015 (edited) Do it is possible add local IP detection? Edited January 28, 2015 by Ontosy Link to comment Share on other sites More sharing options...
JohnOne Posted January 28, 2015 Share Posted January 28, 2015 @IPAddress1 @IPAddress3 @IPAddress3 etc... AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Ontosy Posted January 29, 2015 Share Posted January 29, 2015 yes @IPAddress1, but via STUN? Link to comment Share on other sites More sharing options...
JohnOne Posted January 30, 2015 Share Posted January 30, 2015 oops I imagine you just pass it the address of your local stun server. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
JohnOne Posted February 1, 2015 Share Posted February 1, 2015 (edited) Need to pop back in here after reading some article, it is possible for website to get your local IP address, even if you are behind a NAT router or even if you are using VPN supposedly. Using WebRTC and STUN. This site correctly identified My public IP and my local, (behind router) IP https://diafygi.github.io/webrtc-ips/ Edited February 1, 2015 by JohnOne iamtheky 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
BrewManNH Posted February 1, 2015 Share Posted February 1, 2015 That link doesn't work in IE 11, it's only working in Firefox and Chrome. In IE it doesn't even display your public IP address because the STUN protocol isn't implemented at all. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
JohnOne Posted February 1, 2015 Share Posted February 1, 2015 I don't really understand what it all means having WebRTC in the browser, but I've blocked it just because it does not affect my general browsing. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
BrewManNH Posted February 1, 2015 Share Posted February 1, 2015 http://en.wikipedia.org/wiki/WebRTC If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
JohnOne Posted February 1, 2015 Share Posted February 1, 2015 Read it bud, it's all just Klingon to me. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
iamtheky Posted February 2, 2015 Share Posted February 2, 2015 Looks like a decent IPS will recognize and provide the ability to stop calls such as the one on that site. I havent read the RFC referenced in the suricata log yet, but it is a different one than specified in the OP. Session Traversal Utilities for NAT (STUN Binding Request obsolete rfc 3489 CHANGE-REQUEST attribute change IP flag true change port flag true) ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Link to comment Share on other sites More sharing options...
wazer Posted October 10, 2015 Share Posted October 10, 2015 This is beautiful and should get attention from the autoit dev team! replace/upgrade this for _GetIP() source. Link to comment Share on other sites More sharing options...
EmilyLove Posted October 12, 2015 Share Posted October 12, 2015 Very Nice. I never personally had any problems with IP caching using the Inet function but If I do ik where to go now. Link to comment Share on other sites More sharing options...
tk1 Posted October 29, 2015 Share Posted October 29, 2015 A dumb question because I'm not a network weenie.I see the discussion above about WebRTC "leaking" IP addresses. Would it be safe to say that only applies to web browsers?Since this would most likely not be used in a browser, doesn't that make the point --while not unimportant-- moot? Thanks,tk1 Link to comment Share on other sites More sharing options...
EmilyLove Posted October 30, 2015 Share Posted October 30, 2015 A dumb question because I'm not a network weenie.I see the discussion above about WebRTC "leaking" IP addresses. Would it be safe to say that only applies to web browsers?Since this would most likely not be used in a browser, doesn't that make the point --while not unimportant-- moot? Thanks,tk1I wouldn't know. I don't really do security. Sorry I can't help. JohnOne 1 Link to comment Share on other sites More sharing options...
JohnOne Posted October 30, 2015 Share Posted October 30, 2015 lol at responding to an open question to say "I don't know" tk1 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
EmilyLove Posted October 30, 2015 Share Posted October 30, 2015 lol at responding to an open question to say "I don't know"Got an email from the AutoIt forums saying I was directly replied to. I assumed he was talking directly to me. My bad. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now