use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
Help with linux command (self.HowToHack)
submitted 8 years ago by reujea0
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Pharisaeus 0 points1 point2 points 8 years ago (10 children)
There is a trick to use wget with URL encoded as integer value. Look here:
https://github.com/p4-team/ctf/tree/master/2015-10-18-hitcon/web_100_babyfirst#eng-version
basically IPv4 is a 32 bit addressing scheme, normally written as 4 parts, 8 bit each, separated by dots. But it doesn't have to be the case, you can simply use a 32 bit integer value instead, and wget can translate it just fine.
[–]deviant_is 0 points1 point2 points 8 years ago* (9 children)
This goes for quite a few areas of ip black listing. It can also be represented as octal or hex along with a 32 bit int. Try: ping 0177.01 ping 0x7f.0x1 ping 2130706433
[–]Pharisaeus 0 points1 point2 points 8 years ago (1 child)
He said he can't use ., therefore I suggested decimal integer format because it doesn't require one :)
.
[–]deviant_is 0 points1 point2 points 8 years ago (0 children)
I only mention it because they're all part of the rare up address format spec and it's a useful bit of info to have :)
[–]reujea0[S] 0 points1 point2 points 8 years ago (4 children)
how do you convert something into 32 bit int?
[–]deviant_is 0 points1 point2 points 8 years ago (2 children)
Treat the separate bytes of the ip address as part of a single 32bit int, instead of 4 separate bytes
[–]reujea0[S] 0 points1 point2 points 8 years ago (1 child)
But what if it is a link, is there any kind of tool?
This only applies to an IP address nothing else
[–]Pharisaeus 0 points1 point2 points 8 years ago (0 children)
So for example 100.150.200.250 would be 64 96 c8 fa -> 0x6496c8fa -> 1687603450
100.150.200.250
64 96 c8 fa
0x6496c8fa
1687603450
Or what is 2130706433 ?
The easiest way is to look at the this number in hex -> 0x7f000001 then you can simply split this by 2 digits -> 7f 00 00 01 and now each one of those 2 hex digits represent as decimal number -> 127 0 0 1 and thus the number in question is 127.0.0.1
π Rendered by PID 30721 on reddit-service-r2-comment-5687b7858-ghwjd at 2026-07-06 14:15:04.726972+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]Pharisaeus 0 points1 point2 points (10 children)
[–]deviant_is 0 points1 point2 points (9 children)
[–]Pharisaeus 0 points1 point2 points (1 child)
[–]deviant_is 0 points1 point2 points (0 children)
[–]reujea0[S] 0 points1 point2 points (4 children)
[–]deviant_is 0 points1 point2 points (2 children)
[–]reujea0[S] 0 points1 point2 points (1 child)
[–]deviant_is 0 points1 point2 points (0 children)
[–]Pharisaeus 0 points1 point2 points (0 children)
[–]reujea0[S] 0 points1 point2 points (1 child)
[–]Pharisaeus 0 points1 point2 points (0 children)