dr.t3rr0r
Official Website


today : Friday, April 11, 2025 | at : | safemode : ON
> / home / terror / public_html /
name author perms com modified label

Handbook about Crypters and Binders dr.t3rr0r rwxr-xr-x 0 3:06 AM

Filename Handbook about Crypters and Binders
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 3:06 AM
Label
Action
 Crypter - to encrypt (to conceal information by means of a code or cipher)

 Binder - any construct that binds a variable to a value (or type, etc.)


Handbook about Crypters and Binders

Contents:

Quote
1 Preface
1.1 Motivation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.2 Target audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

2 Packer 
2.1 Packer classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Binder, joiner . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

3 Malware detection by antivirus scanners
3.1 Signature based detection . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Heuristic analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

4 Inner workings of a binder 
4.1 Portable Executable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4.2 Using the overlay of the PE . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4.3 Embedding files into the resource section . . . . . . . . . . . . . . . . . . . 13
4.4 Other PE binding techniques . . . . . . . . . . . . . . . . . . . . . . . . . 14
4.5 Binding techniques for other file formats . . . . . . . . . . . . . . . . . . . 14

5 Inner workings of a crypter 
5.1 Encryption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.2 Oligomorphic, polymorphic and metamorphic . . . . . . . . . . . . . . . . 17
5.3 Unique stub generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
5.4 Obfuscation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
5.5 Scantime and runtime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
5.6 Resulting file size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
5.7 Undetection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24

6 License and contact
6.1 License . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
6.2 Contact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

Bibliography
Download:
http://goo.gl/yV9tKZ








How to Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail dr.t3rr0r rwxr-xr-x 0 3:48 AM

Filename How to Trace Any Email Sender on Gmail, Windows Live Mail or Yahoo! Mail
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 3:48 AM
Label
Action
Hi Friends,
Daily we receive hundreds of junk or spam emails from unknown senders daily.
These emails fill our inbox with so many unwanted emails.
Email addresses of these emails are mostly invalid but we can trace these emails and disclose the IP and location of the sender from some third party online email tracing services.

To trace any email follow the steps:

Best IRC Clients for Linux dr.t3rr0r rwxr-xr-x 0 12:33 AM

Filename Best IRC Clients for Linux
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 12:33 AM
Label
Action
IRC is a vital part of participating in the Linux community, but choosing an IRC client can be a daunting task for new Linux users. If you're ready to start jumping into IRC, but not sure which client to start with, we've got five great clients to choose from.
Now, I know how attached some folks are to their IRC clients. IRC users tend to fall into two camps: casual users and power users. The casual users are people who dip into IRC on occasion to participate in a conversation or IRC meeting, but don't live in IRC. Then you've got the power users: folks who spend enormous chunks of time in IRC as part of their job and/or because they're part of a community that does most of its work in chat.
Linux users can choose from more IRC clients than you can shake a stick at, dozens of clients depending on how expansive your definition is. To winnow it down to a reasonable herd of clients, I decided to rule out a couple of clients that are undeniably awesome but not well-suited to many users. For instance, Emacs has several clients, but if you're not using Emacs then you're not going to want to learn it just to use a nifty IRC client.
Also, I wanted to focus more on clients that would appeal to newer Linux users getting started with IRC. So with that in mind, let's get started with Pidgin.

Theme Matcher – First Free and Automatic HTML to WordPress Converter dr.t3rr0r rwxr-xr-x 0 7:06 PM

Filename Theme Matcher – First Free and Automatic HTML to WordPress Converter
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 7:06 PM
Label
Action
Theme Matcher is a tool that lets you create free WordPress themes. The most innovative part about it is that it lets you create your theme that looks exactly similar to your old website. This is done by converting the HTML to a WordPress theme automatically.

How to bypass android pattern unlock dr.t3rr0r rwxr-xr-x 0 6:44 PM

Filename How to bypass android pattern unlock
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 6:44 PM
Label
Action
Photo: How to bypass android pattern unlock [3 STEPS!]

Requirements :

Linux distro
Android phone
USB cable
ADB


Step 1.
1.Connect your phone to your PC using USB cable.

Step 2. - Installing ADB over terminal
1.Boot into any Linux distro you have.
2.Open up terminal and type :

Quote:sudo apt-get install android-tools-adb


This will install ADB.

Step 3. - Disabling pattern unlock over terminal
1.Open up terminal again and type :

Quote:adb devices
adb shell
cd data/system
su
rm *.key


Now,disconnect your phone and reboot.Unlock pattern should be here.Just try some random gesture and it will unlock.

Happy android hacking!Requirements :

Linux distro
Android phone
USB cable
ADB


 


FlightGear ( Flight-Simulator ) dr.t3rr0r rwxr-xr-x 0 9:33 PM

Filename FlightGear ( Flight-Simulator )
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 9:33 PM
Label
Action


FlightGear is a flight-simulator created by an international group of volunteers, and released as free, open-source GPL software. It has been used for academic research, education, and for fun.
FlightGear comes with a set of illustrated documentation, notably "The Manual", which is available as PDF and HTML. This wiki provides aditional documentation on both user and development topics.

fgfs-screen-213








How do I create a loopback cable? dr.t3rr0r rwxr-xr-x 0 7:32 AM

Filename How do I create a loopback cable?
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 7:32 AM
Label
Action
In our day to day jobs we find ourselves lugging around more and more hardware; pda, laptop, cell phone, and sometimes even hubs. Why do we carry a hub around when sometimes all we need is a link on our ethernet cards so that all the applications on the system work. Yes, yes, I know you could setup a loopback software adapter. But if you are looking to have the system configured as close to the real setup as possible and you don't want to carry a hub around, just to get a link light on your NIC. Consider building yourself a loopback cable. 
 
What is a loopback cable?
A loopback cable redirects the output back into itself. This effectively gives the NIC the impression that it is communicating on a network, since its able to transmit and receive communications.

Anonymous to release Blackout OS - Anonymous dr.t3rr0r rwxr-xr-x 0 7:40 PM

Filename Anonymous to release Blackout OS - Anonymous
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 7:40 PM
Label
Action
With more and more revelations of massive spying by the United States and its National Security Agency (NSA) on the citizens and countries of the world, coupled with attempts by the US to control, monitor and in fact take over the Worldwide Web, the Hacktivist Group Anonymous is continuing to fight for the free transfer of ideas and freedom of expression and speech on the internet. With Draconian laws and measures being taken by the United States, Anonymous has been busy developing strategies to counter corporate and government internet tyranny by those who wish to regulate, control, monitor, spy on and profit from you every time you go online. In part two of a longer interview with Anonymous it is revealed that the group will soon be releasing a new operating system that is super secure as well as open source. The existence of built in back doors in the Windows platform for the NSA is another very disturbing revelation that has been largely ignored until now.

Novell/SUSE CLA, CLP & CLE Certifications dr.t3rr0r rwxr-xr-x 0 12:38 AM

Filename Novell/SUSE CLA, CLP & CLE Certifications
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 12:38 AM
Label
Action
One of the original founders of modern IT certification programs as we know them today, Novell persists as a shadow of itself in the NetWare days of glory. Its Linux certifications, however, carry on in the same vein (and with similar cert names), along with a pronounced focus on performance-based (hands-on lab) testing, and a highly regarded training curriculum with credentials to match. The company's acquisition of SUSE in 2003 showed its keen appreciation for the power and value of a highly-regarded Linux distribution, in addition to a worthwhile successor to its NetWare networking operating system platform.
The Novell/SUSE Linux certifications come in four forms, only three of which are covered here below! 

Things To Do after installing OpenSUSE (Part2) dr.t3rr0r rwxr-xr-x 0 6:05 AM

Filename Things To Do after installing OpenSUSE (Part2)
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 6:05 AM
Label
Action
For This Post,I won't credit to any sites. This is my own Research !
As an idea for you, i suggest all of you to skip the repo search update.
Paste the command and click " Ctl + c " and click "i" until the repo update is skipped.
After that the termial  will ask  you to type 'y' or 'n'.
At that time click 'Y'.

Install Multi-Media Plugins and Player For OpenSUSE dr.t3rr0r rwxr-xr-x 0 3:16 AM

Filename Install Multi-Media Plugins and Player For OpenSUSE
Permission rw-r--r--
Author dr.t3rr0r
Date and Time 3:16 AM
Label
Action
GNOME Codecs Clicking the button below will launch One-Click-Install for GNOME Codecs (openSUSE versions 13.1, 12.3, 12.2).
It will install the codecs needed by the default players in a GNOME installation, and in the process it will add the Packman repository, allowing you to easily install other multimedia software such as VLC, MPlayer, ffmpeg, etc. with YaST or zypper.
 

Template © IT is Unknown! Use To Learn ! Learn to Hack ! Hack to Learn ! Hack to Use ! | by dr.t3rr0r |
VB (Vio b374k) Template design by dr.t3rr0r