Anonymous for life
We are anonymous for life!!!!
We are anonymous for life!!!!
STARTUP GUIDE
By: CodeCompiler
Via - www.facebook.com/anonymousbroadcast
Setup Intro::
Setting up USB Bootdrive
Truecrypt for USB and HD
Setting up Deepfreeze
Additional Tools for Hacktivist
If one thing can be learned about Anonymous, it is simple: we do not hurt anyone. We may post someones info up, but that is NO different than Facebook, and now Google, sharing our information with the government! So how has Anonymous achieved such infamy? Because we figured out all of the security holes that hundreds in the defense department could not find.
Now why is everyone coming out of the wood work?
Simple.
We fight for the right to be treated fairly. We ask not to be pushed away. We ask not to be lied to.
Now, you can choose to sit back, ill-minded, and do nothing, or you can spread the word!
You can do your PART!
You can share this, you can join us, and you can learn why we fight against injustices.
FROM HERE ON OUT THE INTERNET SECURITY will be controlled by the PEOPLE!
We want people to understand:
WE DO NOT STEAL PEOPLES CREDIT CARDS, WE DO NOT USE THEM!!
WE ARE MERELY HERE TO STOP THE PEOPLE LOOKING TO CORRUPT THE SYSTEM! EGYPTIANS NEEDED WEB COMMUNICATION TO AVOID SLAUGHTER ON THE STREETS! WE CAME..
WikiLeaks WAS OPENING UP THE LIES WE ARE STILL SHELTERED FROM KNOWING! WE CAME..
WHEN HB GARY THREATENED TO EXPOSE PEOPLE, WE CAME!
Here we will stand. We wear a mask, NOT to HIDE OUR IDENTITY, BUT TO SHOW WE ARE UNITED! THAT ALL OF US STAND TOGETHER! THAT ALL OF US AGREE ON 1 THING!!
TO STOP CORRUPTION! TO STOP UNJUSTIFIED ATTACKS FROM OUR GOVERNMENTS!
WE WILL HOLD YOU ACCOUNTABLE!
We never sat here trying to hurt anyone.
We have not gone out of our way to affect peoples lives any MORE than those already doing so (Politicians, Corporations).
We will protect each other. We WILL fight for each other. We will stand up and unite the world! Why? Because it is a cause that is NOT for the big voices in the world!
The millionaires and the political seats have nor want any part!
It is for the families that are struggling, and the world that is falling apart, and the al those not getting assistance to SURVIVE.
These are the reasons we are around.
Do NOT mistake us as criminals and do NOT think we will LAY DOWN and disappear.
We all are people, now with a unified voice.
Together, We are Anonymous. We are Legion. We do not forgive. We do NOT forget.
The corrupt fear us. The honest support us. The heroic join us.
EXPECT US.
First: TRUECRYPT YOUR COMPUTER WITH A 32+ character Password.. Use a sentence only you would know.
Second: Make a USB Boot with storage so you can put all your files / MIRC / BOOTERS / VPN info / EVERYTHING! THEN TRUECRYPT THAT USB!.
Thirdly: PUT DEEPFREEZE ON PRIMARY COMPUTER SO WHEN YOU ARE DONE IT ERASES ALL TRACES!!
TUTORIAL HOW TO MAKE BOOTABLE USB
____________________________________________________________________________________
The USB flash drive has replaced the floppy disk drive as the best storage medium for transferring files, but it also has its uses as a replacement for CDs and DVDs. USB drives tend to be higher in capacity than disc media, but since they are more expensive, they cannot (yet) really be used as a replacement. There are reasons why you would, however, choose a USB device over a DVD disc, and bootable software is definitely one of them. Not only is it faster to copy data such as setup files from a USB drive, but during usage the access times are also significantly faster. Therefore, installing something like Windows 7 will work that much faster from a USB drive than from a DVD (and of course, is particularly useful for the PCs without an optical drive; this isn’t something we should just leave for the pirates to enjoy).
This guide will show you two different ways to create a USB flash drive that works just like a Windows 7 DVD. In order to follow this guide, you’ll need a USB flash drive with at least 4GB of free space and a copy of the Windows 7 installation disc.
You are normally given this tool when you purchase from the online Microsoft Store .
The easiest way to turn a USB flash drive into a bootable Windows 7 installer is by using the tool Microsoft offers, cunningly named the Windows 7 USB/DVD Download Tool. To get started, download the installer [exe] from Microsoft.com and follow the basic steps to put it onto your computer; you can put it on the computer you plan to install Windows 7 on or another one, it doesn’t matter.
Once it is installed, it should create an icon on your desktop, so double-click that to open. If you can’t find it, use the search function in the Start Menu with a keyword like “USB.” Launching it should give you the above screen, and step one is to find the Windows 7 .ISO file. The tool only accepts .ISO images, so we recommend that you convert yours if it’s in a different DVD image format.
Step two is straightforward: simply choose USB device.
In step three, all you have to do is make sure that you are choosing the correct USB device. If you have other data on the device, move it to your hard drive, another USB device, or somewhere else before proceeding.
The tool will prompt you if it detects data on the device. Once your data is backed up elsewhere, click Erase USB Device.
You will get another prompt warning you that all the data will be wiped. Click Yes to continue.
The format will be very quick, while the copying of the files will take a little bit more time (about 10 to 15 minutes).
Once the process is complete, you should get the above confirmation message. At this point you can close the tool and use the USB drive to install Windows 7. Remember that you’ll have to choose to boot off the USB drive. Before doing so, you may want to open up the USB drive and double click on setup.exe to see if everything looks okay. If you want to be able to do this manually, see the next section, and if you want to be able to install any edition of Windows 7, skip to the section after that.
Maybe you don’t like that Microsoft violated the GPL with the first version of the above tool (the company has since GPLed the code), or you’re old-school and just love using the command prompt. Regardless of what your reasons are for creating a bootable Windows 7 USB drive manually, we have the scoop on how to do it. First, open the command prompt (if you use UAC make sure to right click it and choose “Run as administrator”), type “diskpart” without the quotes, and hit enter. You can also get here by simply typing “diskpart” without the quotes into the Start Menu and hitting enter.
Now type “list disk” without the quotes and hit enter. Take a look at the Size column and figure out which disk number your USB drive is. Ours is number 1, so we’re going to type “select disk 1” without the quotes and hit enter. Now we’re going to wipe it by typing “clean” without the quotes and hitting enter (make sure to do a backup of the contents if you haven’t already).
At this point we want to prepare the USB drive for the files and make sure it is bootable. Type “create partition primary” without the quotes and hit enter. Then type “select partition 1” without the quotes and hit enter. Next type “active” without the quotes and hit enter. Finally, type “format fs=fat32” without quotes and hit enter (if you choose to use ntfs, you’ll later have to run the “Bootsect.exe /nt60 G:” command to put boot manager compatible files onto your USB flash drive to make it a bootable device). This one will take a while, so go grab a snack, we’ll wait. When that’s done, type “assign” without the quotes and hit enter (this will assign a new drive letter to the USB flash drive).
An AutoPlay window like the one above will appear. Remember the drive letter (in our case it is H:\), close the window, type “exit” without the quotes and hit enter. If you are working with an .ISO image, the best way to do this last part is to mount the file with a program like Virtual Clone Drive. Alternatively, you can extract the files from the .ISO image and simply copy them to the USB drive, but since we’ve been using the command prompt up to this point, we’ll show you how to do the last step with it as well.
If you don’t have the command prompt open, open it with administrative privileges, type “xcopy f:*.* /s/e/f hg:” without the quotes and hit enter. Note that you will likely have to replace “f:” with the drive letter for your Windows 7 DVD and “g:” with the drive letter for your USB flash drive. Don’t worry if install.wim takes a while to copy: it’s easily the biggest file on the disc.
This is a completely optional step and you only want to do this if you want to be able to choose which edition of Windows 7 to
install. In the command prompt, type “del g:\sources\ei.cfg” without the quotes and hit enter (where g:\ is your USB flash drive).
This will make sure that your Windows 7 installer no longer has a specific version of Windows 7 set as the default, and you will be prompted to choose the version you want to install. Remember that while this gives you a more universal Windows 7 installer, you still need to make sure you are choosing the edition that you own, or you will not be able to activate Windows 7 with the key you have obtained.
____________________________________________________________________________________
TRUECRYPT HERE IS THE GUIDE AND HELP!! USE IT!
____________________________________________________________________________________
TUTORIAL HOW TO TRUECRYPT!http://www.truecrypt.org/
HERE IS TUTORIAL LINK! http://www.truecrypt.org/docs/tutorial
Main Features:
____________________________________________________________________________________
DEEPFREEZE
____________________________________________________________________________________
TUTORIAL HOW TO DEEPFREEZE REMOVAL YOUR INSTALLED SOFTWARE
http://www.faronics.com/enterprise/deep-freeze/
TUTORIAL ! http://www.faronics.com/assets/DFS_Manual.pdf
Bulletproof Your PC
Faronics Deep Freeze makes your PC indestructible. It protects your computer by freezing its original configuration, which prevents unwelcome or unwanted changes made while in-session from sticking. With a simple restore-to-reboot, your system integrity is maintained helping your machines to run smoothly and efficiently giving you more up-time and boosting user productivity.
The Eternal Fountain of Youth
By ensuring 100% workstation recovery with every restart, your computer can hang onto its ‘new computer smell’ much longer. In addition to enjoying the efficiency of running a clean, lean machine, Faronics Deep Freeze extends the life of your PCs from an average of 2.5 years to 4-5 years, creating substantial operational savings.
Allow Your IT Staff to Go Home… Sometimes
With a track record of reducing IT support tickets by 63%, Faronics Deep Freeze is the key to alleviating your IT helpdesk headaches. Gone are the days of worrying about file congestion, configuration changes, unauthorized applications, and hard drive degradation. Now your IT staff can get more sleep, worry less, and maybe even leave the office at 5 o’clock.
The Layered Security Approach
With 60,000 new unique pieces of malware emerging daily, relying on one method of security alone is no longer enough. The Faronics Approach to layered security protects against multiple layers of potential threats on one central console, offering a simple, first-rate security system and peace of mind. Faronics Deep Freeze delivers enterprise-wide security against accidental or malicious damage with every reboot. Faronics Anti-Executable protects users while in-session and Faronics Anti-Virus keeps the known threats out without compromising system performance.
Ready for Mac OS X Lion
Keep the most advanced operating system in the world safe with Deep Freeze for Mac. We are just as excited as you to play with some of Lion’s amazing features, and even more excited to announce that our latest version of Deep Freeze Mac fully supports OS X 10.7 Lion! Check out more details on our Deep Freeze for Mac page.
____________________________________________________________________________________
NOW ONCE ALL THIS IS DONE YOU CAN USE THIS GUIDE HERE FOR THE FUN PART OF HACKING!
REASON FOR ALL THIS ABOVE IS SIMPLE:
1. Your main hard drive has nothing on it. Your backup USB Boot DOES!! AND ITS CRYPTED!!
2. Your main computer will be crypted and anything you didn’t authorize to be on it will be REMOVED! Including the traces of anything you don’t want known was installed IE a USB BOOT OS!
3. USB CAN BE BROKEN INTO A MILLION PIECES WITH EASE WERE YOU HAVE A 20$ LOSE THEN RATHER A HARD DRIVE AND OR COMPUTER!
4. MAKE SURE YOU HAVE ALL YOUR TRUECRYPT PASSWORDS 32+ Characters long. I WOULD HIGHLY SUGGEST A 64+ Character one. Use a sentence, a phrase and or anything that will not be easily found or decrypted.
____________________________________________________________________________________
GET A PRIVATE PAID FOR VPN! SPEND THE 5-10$ ITS FOR A GOOD CAUSE! THEN CHECK OUT THE SITES BELOW FOR WHAT YOU THINK WILL WORK BEST FOR YOU! CLICK HERE!! THEN FOLLOW INSTRUCTIONS BELOW THIS!.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
WEB IRC CLICK ME! ~ then in the Channel Section put #Setup
____________________________________________________________________________________
HOIC aka: High Orbit Ion Cannon Link to Download.
What is HOIC?
The high orbit ion cannon has the following features:
High-speed multi-threaded HTTP Flood
Simultaenously flood up to 256 websites at once
Built in scripting system to allow the deployment of ‘boosters’, scripts designed to thwart DDoS counter measures and increase DoS output.
Easy to use interface
Can be ported over to Linux/Mac with a few bug fixes (I do not have either systems so I do
Ability to select the number of threads in an ongoing attack
Ability to throttle attacks individually with three settings: LOW, MEDIUM, and HIGH and its written in a language where you can do a bunch of really nifty things just read the RealBasic manual, ;] also no Dependencies (single executable)
____________________________________________________________________________________
Slowloris HTTP Dos Link to Download.
What is Slowloris
Slowloris holds connections open by sending partial HTTP requests. It continues to send subsequent headers at regular intervals to keep the sockets from closing. In this way webservers can be quickly tied up. In particular, servers that have threading will tend to be vulnerable, by virtue of the fact that they attempt to limit the amount of threading they’ll allow. Slowloris must wait for all the sockets to become available before it’s successful at consuming them, so if it’s a high traffic website, it may take a while for the site to free up it’s sockets. So while you may be unable to see the website from your vantage point, others may still be able to see it until all sockets are freed by them and consumed by Slowloris. This is because other users of the system must finish their requests before the sockets become available for Slowloris to consume. If others re-initiate their connections in that brief time-period they’ll still be able to see the site. So it’s a bit of a race condition, but one that Slowloris will eventually always win - and sooner than later. Slowloris also has a few stealth features built into it. Firstly, it can be changed to send different host headers, if your target is a virtual host and logs are stored seperately per virtual host. But most importantly, while the attack is underway, the log file won’t be written until the request is completed. So you can keep a server down for minutes at a time without a single log file entry showing up to warn someone who might watching in that instant. Of course once your attack stops or once the session gets shut down there will be several hundred 400 errors in the web server logs. That’s unavoidable as Slowloris sits today, although it may be possible to turn them into 200 OK messages instead by completing a valid request, but Slowloris doesn’t yet do that. HTTPReady quickly came up as a possible solution to a Slowloris attack, because it won’t cause the HTTP server to launch until a full request is recieved. This is true only for GET and HEAD requests. As long as you give Slowloris the switch to modify it’s method to POST, HTTPReady turns out to be a worthless defense against this type of attack. This is NOT a TCP DoS, because it is actually making a full TCP connection, not a partial one, however it is making partial HTTP requests. It’s the equivalent of a SYN flood but over HTTP. One example of the difference is that if there are two web-servers running on the same machine one server can be DoSed without affecting the other webserver instance. Slowloris would also theoretically work over other protocols like UDP, if the program was modified slightly and the webserver supported it. Slowloris is also NOT a GET request flooder. Slowloris requires only a few hundred requests at long term and regular intervals, as opposed to tens of thousands on an ongoing basis.
____________________________________________________________________________________
|_| irc.anonops.pro:6667
SSL: irc.anonops.pro:6697
irc.anonops.bz:6667
SSL: irc.anonops.bz:6697
Welcome anons to #Setup
Here we will cover the basics you need to know in order to stay safe and get your software configured.
Stop asking us how to hack, how to take down a web site, how to get revenge on someone you know online,
this is _NOT_ what we are about and you will not get support. So stay on topic or kick/ban
VPN:
A vpn hides your real ip and replaces it with the tunnel you are connecting through, this means that you are extremely hard to trace back - not impossible however.
DO NOT use free VPN’s, proxies or TOR. Free VPN’s keep logs of users activity and would happily hand it over to any law enforcement agency. Some suggestions VPN providers that are trusted and don’t keep logs.
Network testing tools, alternatives to LOIC: (Do NOT use LOIC)
Hping:
hping is a command-line oriented TCP/IP packet assembler/analyzer.
The interface is inspired to the ping(8) unix command, but hping isn’t only able to send ICMP echo requests. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other features.
Easy to use system, when it has downloaded for your appropriate OS please install and choose to use
Homepage: http://www.hping.org/download.php - Windows/Linux
Pastebin: http://pastebin.com/zzewmMcn
http://www.youtube.com/watch?v=fagjmQi-sBY
http://www.youtube.com/watch?v=fRxnzAWX5ag
HPING COMMAND: hping3 -i u1 -S -p 80 (site)
Slowloris
The low bandwidth, yet greedy and poisonous HTTP client!
This is a Perl program requiring the Perl interpreter with the modules IO::Socket::INET, IO::Socket::SSL, and GetOpt::Long. Slowloris works MUCH better and faster if you have threading, so I highly encourage you to also install threads and threads::shared if you don’t have those modules already.
You can install modules using CPAN:
perl -MCPAN -e ‘install IO::Socket::INET’
perl -MCPAN -e ‘install IO::Socket::SSL’
Homepage: http://ha.ckers.org/slowloris/ - Linux
http://www.youtube.com/watch?v=kPo8wVxsXAA
Hoic:
- High-speed multi-threaded HTTP Flood
- Simultaenously flood up to 256 websites at once
- Built in scripting system to allow the deployment of ‘boosters’, scripts designed to thwart DDoS counter measures and increase DoS output.
- Easy to use interface
- Can be ported over to Linux/Mac with a few bug fixes (I do not have either systems so I do
- Ability to select the number of threads in an ongoing attack
- Ability to throttle attacks individually with three settings: LOW, MEDIUM, and HIGH
and its written in a language where you can do a bunch of really nifty things
just read the RealBasic manual, ;] also no Dependencies (single executable)
Homepage: http://hoic.99k.org/
Download: http://www.mediafire.com/?jkc7924jsa0161z
http://www.youtube.com/watch?v=qmhDQtsbPAk
HOIC BOOSTER Guide: http://pastebin.com/csqLqY9N
Pyloris:
PyLoris is a scriptable tool for testing a server’s vulnerability to connection exhaustion denial of service (DoS) attacks. PyLoris can utilize SOCKS proxies and SSL connections, and can target protocols such as HTTP, FTP, SMTP, IMAP, and Telnet.
Homepage: http://motomastyle.com/pyloris/
Sourceforge: http://sourceforge.net/projects/pyloris/
Pastebin http://pastebin.com/MTyHYXJe
Do NOT use Tor for Dos all it does is hit Tor.
Test DOS tools on 127.0.0.1
Do NOT click on random links posted in channels.
Some of these are IP grabbers, honeypots or may contain executable code. Do so at your own risk.
Do NOT give out personal information: name, email, passwords, etc. (Use your head)
Main Channel: #anonops
IRC/Anonymity help only: #opnewblood
Target Info: #DDOS
Software support/configuring: #Setup
———————————————————-
Other Languages: belgique: #opbelgium | čeština: #czech, cesi a slovaky #czsk |
dansk: #denmark | nederlands: #dutch | eesti keel: #estonia | francais: #francophone |
deutsch: #germany | italiano: #italy | norsk: #norway | język polski: #poland |
español: #hispania | brasil: #anonymousbr #ataque | mexico: #opmexico |
For a full list of channels: /list on IRC
For more information and tutorials visit: http://www.anonops.com/tutorials/
Quick channel access if you do not have your own IRC client installed.
Webchat: http://webchat.anonops.pro/
http://search.mibbit.com/networks/AnonOps
I am not responsible for any of the actions committed by anyone who reads this, nor do I condone using these tools to intentionally cause harm or damage any websites or servers.
If you choose to do this it is on your own head, not mine - thank you.
I have made this paste to make people aware of the tools out there for testing their own sites and servers, not anything else.
Thank you all for reading and using my guide. This is only here to help those who want to do the right things. This is in no way a tutorial for you to be corrupt. But to be a voice. To be heard to make yourself seen. Join as one and be voice for a cause. Remember folks we are here to help each other.
CodeCompiler
#Setup
#Anonops
#Hack
#CodeChat
#DDos
Special thanks also goes out to those that stand up for the weak. All our troops around the world fight to better our countries to help one another to become a society were we can be brothers and sisters, family, friends…
“The purpose of war is peace”
Saint Augustine - 354-430ad