[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1732327897291677.png (90 KB, 659x280)
90 KB
90 KB PNG
C:\web>page https://ww7.123moviesfree.net/season/forever-season-1-3240/
Page saved to page.txt

C:\web>extract_links page.txt
Extracted 169 links. Saved to output.txt.

C:\web>
>>
>>106451876
Still fell for the IP grabber lol
>>
>>106451899
they can have the vpn ip
>>
>>106451899
Here, saved you the hassle of hosting an ip grabber:

for a in range(256): for b in range(256): for c in range(256): for d in range(256):
print(f"{a}.{b}.{c}.{d}")
>>
>>106452188
noob
it loops through all numbers from 0 to 255 in four nested loops, and prints them in the format a.b.c.d, so it generates every possible IPv4 address. running this will print 4,294,967,296 lines, over 4 billion addresses, which will crash or hang almost any environment
as written, your code won’t actually run because Python needs indentation for the print
>>
>>106452205
Who asked, clanker?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.