Anon Programmers

TwitterFacebook
Get flash to fully experience Pearltrees
The idea behind this is that you will connect to a public wireless network from you iDevice, spoof the gateway’s DNS entry for anything, say Facebook for example. With this you will be able to host your own version of Facebook, which will prompt the user for their username and password and then log it into a file, and redirect them to an error page. Now for the setup, login to your device from a computer via SSH. You will need to install a few things via apt-get. First install a web server capable of serving out PHP pages, I used lighttpd and php. To install: http://pastebin.com/t56qZ3SF

Phishing with an iDevice - Pastebin.com

http://hackinland.blogspot.com/

Anonymous

Step 3) - Once Sn0wBreeze is extracted to your desktop navigate to the Sn0wbreeze folder. When you see the Sn0wbreeze.exe right click on it and then go into the properties option. Once aproperties window comes up, click the compatibility tap and select the option run this program in compatibility mode for windows xp service pack 2. Once this option is selected click the apply button and then click ok. This will ensure that the program will not run into any errors when running on windows vista or windows 7.

TDSS. TDL-4 - Securelist

We recently published an analysis of the TDSS rootkit, and just as we expected, TDSS continues to evolve. A new variant of the rootkit, TDL-4, which can infect both 32-bit and 64-bit operating systems, appeared sometime between July and August, 2010. http://www.securelist.com/en/analysis/204792157/TDSS_TDL_4
http://canyoucrackit.co.uk/ As one of the UK's intelligence and security agencies, GCHQ works to protect national security interests. Our experts use their skills and ingenuity to combat cyber crime and terrorism, while helping to reduce harm to the UK from attacks in cyberspace. As threats to information and computer technology continue to evolve, we're recruiting more people who can think both like a hacker and a defender to help us stay ahead of our adversaries. We designed this challenge to reach people who might not have seen our traditional recruitment campaigns and spread the word initially via blogs, tweets and other anonymous messages. Participants were presented with a single image - the code to crack. Successfully solving the challenge took people to a page revealing both the source of the code and the career opportunities we have in cyber security.

Can you crack it - behind the code

http://tuts4you.com/download.php

Downloads - Tuts 4 You

[download] Reversing for Newbies - Complete

Download Hiren’s BootCD 15.1 | HBCD Fan & Discussion Platform

Added options to integrate updates (on USB/writable drives) for Malwarebytes, SuperAntispyware, Avira Antivirus, Spybot Search & Destroy, ClamWin Antivirus and DrWeb Antivirus. http://www.hirensbootcd.org/download/
Ultimate Privacy AeroFS will only share your files with those who you invite.

AeroFS - File Sync Without Servers

http://www.aerofs.com/

Cyberpunk: XCode Exploit

http://www.n0where.net/2011/04/xcode-exploit.html Credits: Code name : .::XCode Exploit – Vulnurable & webshell Scanner::. Description : – SQLI/LFI/XSS/Webshell Hunter with Google Engine - Compiler : Microsoft Visual Basic 6.0 Author : poni System : Windows 95, 98, XP, Vista, 7 Size : 718 kb
Your 1000TB virtual network drive! Access your files from anywhere in the world as a local hard drive or using our browser interface, upload large files, send files and folders to friends, stream videos with subtitle support, extract rars on the server, leech files from other server directly to your virtual drive, use FTP client to access all of your files and much much much more...

PetaNDrive

http://www.petandrive.com/index.php

156 Useful Run Commands

... Because there was so much interest in this topic, I revisited it a few times (raising the total number of Run Commands from 99 to 113). I felt it was time again, to update. I was suprised that I was able to add an addtional 43 more Run Commands, bringing the total to 156! http://mypchell.com/guides/69-156-useful-run-commands

Pro | Features

FireDaemon Pro allows you to schedule, configure, install and run your application program executable or script as a Windows Service . FireDaemon will run any 32-bit or 64-bit applications (EXE or DLL), shortcuts and scripting / interpreted languages including Java, .NET, Perl, Batch (BAT/CMD), Poweshell, Python, Ruby, TCL/TK, PHP as a Windows service for 100% uptime and availability. Why Install Your Application Program as a Windows Service? Running your application program executable under FireDaemon is easy and requires no modification to your existing program . Key benefits include: Assists in meeting various government regulations, Acts and standards pertaining to computing systems robustness, security, management, access and control (eg.
Added: Oct 10, 2011 By: Aha2Y Ever wanted to stream files to IRC? For a example logfiles and such. Well now you can with script, It will stream every line/text/update/log to a IRC channel. Usefull for Eggdrops or..

Bash Shell Code Snippets

Stuff that still needs to be coded: * Moderation/Admin * Voting * Spam filter * Stickied message per tag ( goes to the top of the page on particular tags) in console: cd /var/www/ apt-update apt-get install tor apache2 php5 mysql_server mysql_client php5-gd php5-mysql unzip wget https://github.com/corneyflorex/TaskBoard/zipball/master --no-check-certificate unzip master mv corneyflorex-TaskBoard-XXXXXXX/* . rm corneyflorex-TaskBoard-XXXXXXX/ edit php.ini (execute 'php --ini' if you cant find it) make sure it contains the equivelant of (may not be always the same file path, if not just 'find | grep pdo_mysql.so' or the like to find them) extension=/usr/lib/php5/20090626/mysql.so extension=/usr/lib/php5/20090626/pdo_mysql.so extension=/usr/lib/php5/20090626/gd.so

corneyflorex/TaskBoard - GitHub