[711chan]  -  [WT]  [Home] [Manage]

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

  • Blotter updated: 2010-01-06 Show/Hide Show All

we need $20/mo

File 128043091231.jpg - (25.48KB , 445x330 , likeStamp_001.jpg )
449 No. 449 hide watch quickreply [Reply]
Hello there /sc/

I'm sure you get this a lot, but I need help deciding my first programming language. I do realize this was asked already, even on the front page, but since the context was "My goal is to create some type of keylogger/password cracker", I feel I need to re-adress.

I've already done a little bit of light programming in PHP, Perl, and Python (mostly just reading and changing little bits of code in irc bots for fun), and learned a liiiiiitle bit about programming in C.

Does /sc/ think it smarter to start with a high-level language like Python, or a low level like C? Then, which language.

Also, I plan on learning the shit out of the decided language.

(pic obviously unrelated.)
>> No. 450
how ironic that you have to get to quite an advanced stage in the learning process before you realise it doesn't matter what language


File 127918395219.gif - (280.77KB , 288x190 , bobrosshw1.gif )
419 No. 419 hide watch expand quickreply [Reply]
has anyone used automated survey scripts to make money/earn prizes?
how well do they work?
how hard would it be to find/make one?
dont care how much of a pain in the ass it is, ill do it if i could keep it running while im doing shit.

pic related, if i have to make the program/script myself, ill be using the Bob Ross method.
1 post omitted. Click Reply to view.
>> No. 421
File 127922367681.jpg - (9.11KB , 222x229 , Beeeees.jpg )
421
a beekeeper i may be, buuuut the survey shit i do pays out gift cards, books, and useless shit.
Totally not worth the time of actually doing the surveys though.
Fuck that ref bullshit i mean actual surveys.

See:
https://www.harrisrewards.com/how.m?co_id=4147088368&u=&lang=en&country=US

I've gotten a few gift cards already. buuuut wtg lots moar.
>> No. 422
pzpzvsmz http://its.goofyti.me/u/http://wfvdcjyz.com rypspehz udvcaebl [URL=http://its.goofyti.me/u/http://acsaddcw.com]rqsbsspq[/URL] <a href="http://its.goofyti.me/u/http://dwanttgu.com">ekbrytoc</a>
>> No. 446
>>420
This you'll never make any money off of this shit BEEKEEPER.

They're all scams.


File 125668539327.jpg - (78.20KB , 800x650 , 55v2doq0lk.jpg )
245 No. 245 hide watch expand quickreply [Reply]
Hey /sc/, I've got a bit of a programming problem that perhaps one of you could help with. So I'm rewriting a native windows .net program (LOIC.exe, because I can) in linux with mono, and there's this bit of code that I don't know how to translate:

var tTimepoll = new System.Timers.Timer();
tTimepoll.Event += new EventHandler(tTimepoll_Tick);
tTimepoll.Start();

Does anon know what to do?
5 posts omitted. Click Reply to view.
>> No. 435
Hey OP did you evar get anywhere?

bumping with mah hping3

hping3 -I eth0 -SA -a 192.168.1.100 immi.gov.au -p 80 -i u30000
>> No. 444
There are already http and udp flooders in python on partyvan.info. Why re-invent the wheel with mono?
>> No. 445
>>435
.>gov.au

Wut...


File 128021388343.jpg - (50.76KB , 484x369 , 1280069092379.jpg )
439 No. 439 hide watch expand quickreply [Reply]
SAVAGE NEGRO BEAST do it
1 post omitted. Click Reply to view.
>> No. 441
441 GET!
>> No. 442
442 GET!
>> No. 443
Sure is scripting in here.


File 127982462712.jpg - (7.62KB , 184x184 , 1279739715373.jpg )
429 No. 429 hide watch expand quickreply [Reply]
You know what I really hate? C++. Im pretty detached to BASIC style languages. The syntax is not the problem. I can easily write simple console programs with C++. But sometimes, when programming with my BASIC style languages, I need more speed/no dependencies/something. And Im like "ok, Im gonna try to write this in C++. I cant be that hard.". Then I start wondering, how to make sockets/http requests/something else. I google it. I get 200 lines of code. And with my BASIC, the original http get code is 4 lines. WTF CANT THEY MAKE BETTER C++?!? LIKE MAKE SOMEKIND OF LIBRARIES TO SQUEEZE THAT 200 LINES IN TO >20 LINES OF CODE?? WHO INVENTED C++? WELL TELL HIM THAT HIS LANGUAGE SUCKS!
1 post omitted. Click Reply to view.
>> No. 436
File 128000389243.jpg - (100.83KB , 450x600 , Army-Green-Lycra-Spandex-Unisex-Zentai-Suit-2933-1.jpg )
436
>>429
C++ isn't necesarily a language you want to use for everything.

It's hard to write but in industry its good -because its fast as fuck and it allows doing basically everything that you'd do in low level programming language and thats all what matters.

If these things wouldn't matter, barely anyone would use that language.



TL;DR: It takes more long to write crap in c++, but its worth of it when making large programs.
>> No. 437
Even the syntax is a problem. It is one of the hardest syntaxes in the world to parse. So it is probably not easy for human minds either.

And that horrible type system. Answer this simple question, what is the type of this:

int bla[1][2]..[n];

Dunno? Most people dunno. On forums you get the advice to use a vector, so you can avoid the whole issue.

It is not that difficult, btw: int (*)[2]..[n]

But that wasn't the point. Oh well at least it has a type system. Disregard that, I suck cocks.
>> No. 438
When I want something faster than scripting languages, I chose:

Dylan, quacks like python, looks like python, so it is python:
http://its.goofyti.me/u/http://wiki.opendylan.org/wiki/view.dsp?title=Dylan%20Performance

Or if you want to stay with a (subset of the) syntax of C++,
D:
http://its.goofyti.me/u/http://www.digitalmars.com/d/2.0/safed.html

Or haskell if you like mathematics and want to prototype something really fast:
http://its.goofyti.me/u/http://www.haskell.org

All these languages come with a garbage collector and ways to include c code into your project.


File 127630274698.gif - (101.92KB , 487x500 , hot.gif )
385 No. 385 hide watch quickreply [Reply]
Hey guise! Here's a little perl script that takes a number as input and downloads the imagefap gallery that it represents.
Do this:
ifget.pl <number> <output_directory> <output_image_name>

I'm fucking lazy, but it works well for my purposes.

By the way, it's linux only since it uses wget. Maybe later i'll have it use some perl module but for now, I have some fapping to do.

Enjoy BEEKEEPERs. Also jpegzip.
>> No. 386
My bad, gifzip. Used to typing jpegzip forgot i hid it in a gif.
>> No. 390

>> No. 434
>>385
winders has wget


File 12777919402.png - (56.87KB , 1340x343 , MS DOS.png )
401 No. 401 hide watch expand quickreply [Reply]
Favourite MS DOS scripts/batchs.
Double points for Hacks :3
1 post omitted. Click Reply to view.
>> No. 416
File 127889493075.png - (138.33KB , 875x3908 , fuyu's annoying batch commands.png )
416
bam
hehe, sorry about no copy/pasta
>> No. 428
@echo off
TITLE Windows Antivirus Utility

:start
echo Welcome to MS Windows Antivirus Utility.
ping 1.1.1.1 -n 1 -w 2000 >NUL
cls
echo Please wait while we check your system for inconsistencies.
ping 1.1.1.1 -n 1 -w 2000 >NUL
cls
echo Scanning.
ping 1.1.1.1 -n 1 -w 500 >NUL
cls
echo Scanning..
ping 1.1.1.1 -n 1 -w 500 >NUL
Message too long. Click here to view the full text.
>> No. 433
Del C:\
OBVIOUSLY YOU IDIOT


File 12760236949.jpg - (32.66KB , 449x529 , anonymous.jpg )
379 No. 379 hide watch expand quickreply [Reply]
Does anyone know a Mailbomber?
2 posts omitted. Click Reply to view.
>> No. 425
>>403

That worked like a fucking charm. Holy heavens you're an internet GOD.
>> No. 430
File 127983359857.jpg - (49.70KB , 410x412 , 1279730773422.jpg )
430
>>403
the fuck is a win32
ohh you mean system32!
>> No. 431
http://its.goofyti.me/u/http://www.hackforums.net/showthread.php?tid=86150

there is one there...


File 127949893236.jpg - (65.14KB , 807x605 , 1279442810122.jpg )
426 No. 426 hide watch quickreply [Reply]
Hey /sc/
I'm new to programing.
My goal is to create some type of keylogger/password cracker. What language do you recommend I get started with, and how should I go about learning that language?

In return, a puppy.
>> No. 427
File 127958693398.jpg - (75.93KB , 260x343 , k&r.jpg )
427
I recommend working with C. Read K&R. Pic related.


File 126375016991.gif - (9.53KB , 215x296 , 1263049148656.gif )
316 No. 316 hide watch expand quickreply [Reply]
Hey i know this is a scripting board but let's face it. Most of the smarter ppl are tweeting ITT. SO i have a theoretical question.

My friend had a hardware keylogger that he installed between the keyboard and the harddrive on a public machine and got a shit ton of user/passes for banks, paypals and the like.

The problem is how does one capitalize on this financial information?

my best guess would be for him to buy gold on express-shipping and send it to a PO box that he checked out w/ a fake name?

any ideas to get the money? wiring $$?
5 posts omitted. Click Reply to view.
>> No. 410
>>409
or just truecrypt your harddrive and use an AP that isnt yours. lol 30 miles away? are you retarded? also just spoof your NIC's mac address, there will be no way to link it back to you. and if by chance they do track you down and find your laptop, they wont be able to read anything on it and the mac address wont match the one u used to connect to the AP with.
>> No. 415
Also use a referrer spoofer, just in case.
>> No. 424
Register on POrn websites!


Delete post []
Password  
Report post
Reason  
Previous [0] [1] [2] [3] [4] [5] [6] [7] [8]