-
February 21st, 2002, 12:35 PM
#1
Senior Member
Urls
I saw a tutorial, once about being able to rewrite an IPv4 ip as a long integer, does any have/ know where i can find information on this. TIA.
There\'s no sense in being Pessimistic...it would never work anyway.
-
February 21st, 2002, 12:51 PM
#2
Do you mean in binary/hex?
script language=\"M$cript\";
function beginError(bsod) {
return true; }
onLoad.windows = beginError;
-
February 21st, 2002, 01:22 PM
#3
Senior Member
No just a normal long integer ie http://<insert number here>
There\'s no sense in being Pessimistic...it would never work anyway.
-
February 21st, 2002, 01:26 PM
#4
Senior Member
As far as i can remember the number is a 32-bit unsigned integer, called a D-word
There\'s no sense in being Pessimistic...it would never work anyway.
-
February 21st, 2002, 05:48 PM
#5
Junior Member
Therealmaster - 2600 had an article in v17,#3 Fall 2000 page 43 titled: "Another Way to Defeat URL Filters" -by ASM_dood.
Here is the jist of the article. Take the IP address you want, and convert each octet into its binary form. Then take each binary octet and link them together i.e: 1.2.3.4 -> 00000001000000100000001100000100
plug that number into a scientific calculator in binary mode and then convert to decimal i.e.
00000001000000100000001100000100 -> 16909060
put this in after the http://16909060
and you have converted IP to decimal.
-
February 21st, 2002, 06:02 PM
#6
http://www.geektools.com/geektools-cgi/ipconv.cgi
This is an online calculator to do the conversion for you. You can enter either the dotted-quad address (192.168.1.5) or the decimal address (3232235781) and it will do the conversion for you.
\"Ignorance is bliss....
but only for your enemy\"
-- souleman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|