Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

im fucking great at hacking

Name: Anonymous 2020-04-16 13:23

Name: Anonymous 2020-04-16 15:16

>>1

Are you one of the hacker who successfully hijack zoom software?

Name: Anonymous 2020-04-16 19:42

what's so special about extracting media files from shitty bloated websites?

Name: Anonymous 2020-04-17 6:37

Thanks to shitty websights, monitoring network tab is sufficient for the 2020 definition of ````hacking'''''.

Name: Anonymous 2020-04-18 21:28

>>4
wat
thats not what i did at all
brb with the solution

Name: Anonymous 2020-05-01 20:51

>>5-san didn't come back

Name: Anonymous 2020-05-05 19:47

>>6
sry
I actually curled it then edited it manually turning all script tags into fuckscript tags

but I will come back with full curl and sed solution soon, or maybe something better

Name: Anonymous 2020-05-05 22:12

descript.php
<?php

$url = $_GET['url'];

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$body = curl_exec($ch);
curl_close($ch);

$str = $body;
$pat = '/<\s*script/i';
$rep = '<fuckscript';
echo preg_replace($pat, $rep, $str);

?>


before

https://i.imgur.com/yG0uwh5.jpg

after

https://i.imgur.com/nfuHkgo.jpg

Yes, I might be too dangerous a hacker for the world

Name: Anonymous 2020-05-06 2:20

a prototypical solution has been supplied
it shall be perfected in the following weeks

Name: Anonymous 2020-05-06 9:15

Hacking is about social engineering, not changing javascript tags.

Name: Anonymous 2020-05-06 14:24

>>10
Hacking is about breaking the security of systems, whatever the means used. Purism is for all-talk-and-no-action's.

Name: Anonymous 2020-05-06 15:09

>>11
HACK MY ANUS

Name: Anonymous 2020-05-06 15:35

A repository for the solution has been designed, vis. https://github.com/toyprotector/descript

Name: Anonymous 2020-05-08 16:18

Name: Anonymous 2020-05-08 16:33

>>14
Or you can just disable javashit.

Name: Anonymous 2020-05-08 17:32

>>15
See https://pastebin.com/0ZkmXmdN for the project's goal.

Name: Anonymous 2020-05-08 18:22

Also, in this method, noscript tags that disable the content will not work.

Name: Anonymous 2020-05-10 2:59

You can disable a lot of paywalls on newspapers by simply changing your user-agent to Google bot.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List