Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   eBOOKS (POST ALL HERE) (https://forum.exetools.com/showthread.php?t=3440)

*RemedY* 01-24-2013 18:28

Hi fellows,

here is a site full of any kind of IT books.
It offers even fast, unlimited direct downloads from the site, thus no shared host hassle.

Code:

http://it-ebooks.info/
Enjoy.

Regards
*RemedY*

Dreamer 01-26-2013 02:36

mega tutorials
 
this one found by my friend khonel_00




bilbo 01-28-2013 01:22

Gentoomen Library
 
3616 files and 35 GB covering everything from Algorithms to XML.

You can get them one by one too, but only via Torrent.
HERE is the list, and HERE is the unique torrent link

Best regards, bilbo

mr.slooz 02-05-2013 23:56

Ross Anderson - Security Engineering, second edition for free

hxxp://www.cl.cam.ac.uk/~rja14/book.html

nikkapedd 02-19-2013 02:52

Professional Visual Studio 2012
Publisher: Wrox | 2012 | EPUB + PDF | ISBN: 1118337700 | 1104 pages | 16.9 + 45.4 Mb
Code:

pdf
http://uploaded.net/file/xxu86em4/19022013_03_PDF_Sheva370.rar

epub
http://uploaded.net/file/7vhpivb7/19022013_03_EPUB_Sheva370.rar


rangga 02-21-2013 20:12

I hope somebody could share this one -- "Real Digital Forensics: Computer Security and Incident Response". ---Thx.

*RemedY* 03-04-2013 09:25

List of all books
 
1 Attachment(s)
Hi there,

some weeks ago I've posted a link to it-ebooks.info. A site with direct ebooks downloads. One shortcoming of this site is the lack of a browsable index. This makes it hard to look for a certain topic and in general it's just inconvenient.
To overcome this issue I've created a tiny Python script that creates the index - consisting of title, second title (if there is any), description, and clickable download link. I hope you'll find it useful.
I have also put the script itself in the .rar file so you can adjust it if you want the index to be different.

Best regards
*RemedY*

nguoidocsach 03-08-2013 12:23

1 Attachment(s)
Stuxnet: The True Story Of Hunt And Evolution
Publication Date: February 18, 2013
http://d188rgcu4zozwl.cloudfront.net/content/B00BJ6KPLS/images/cover.jpg

This book is about a notorious computer virus Stuxnet. You might be wondering: there are so many computer viruses, why Stuxnet? What is so special about the Stuxnet computer worm? Stuxnet never managed to become the biggest, the scariest, or the most sophisticated malware. At the same time, because of some unexpected twists of fate, Stuxnet had become much more than just a computer worm. Stuxnet brought from shadows into spotlight some very serious issues with the Internet security ranging from stolen digital certificates and defenselessness of industrial computers to an existence of ��gray�� market of pre-written software vulnerabilities for sale. Overall, the story of Stuxnet is a story of its evolution from an ordinary malware to a cyber-weapon that was followed by its major transformation into a successful long-term propaganda-weapon.

The appearance of Stuxnet that was loaded with two digital certificates and four previously unknown breaches in Window��s defense raised some painful questions. Who was behind Stuxnet? For how long was this cyber-war going on? Are secure Internet transactions really secure? Can we trust digital certificates? Who is in the business of creating and selling malware to penetrate Internet browsers�� security? The story of the computer worm Stuxnet is full of surprises and unexpected twists that might change your opinion about the present and future of the Internet and the World Wide Web.

Dreamer 03-22-2013 04:30

Sams - Covert Java Techniques for Decompiling, Patching,and Reverse Engineering
 
2 Attachment(s)
Description:
The book gives some practical methods of how to overcome the many problems:
Decompile, and confusion;
Decipher the private variables and methods;
Alternative and patch application class;
Eavesdropping technology simplifies troubleshooting and performance tuning;
The interception control flow and control class loading;

Description:
The book gives some practical methods of how to overcome the many problems:
Decompile, and confusion;
Decipher the private variables and methods;
Alternative and patch application class;
Eavesdropping technology simplifies troubleshooting and performance tuning;
The interception control flow and control class loading;
Understand and adjust bytecode;
Change the third-party application logic;
Decipher the behavior of the JVM;
To protect the commercial software from decipher;
Some of the tips mentioned in this book can help you save time and improve efficiency. Each chapter focusing on the kind of technology to solve a class of problems overview of where the problem lies, given the solution of the problem, and then give other idea to test the program.

[Contents]
Chapter 1 Getting Started Guide
1.1 Summary - time and purpose of using the various methods
1.2 use of document management to improve the efficiency of program development
1.2.1 FAR 和 Total Commander
1.2.2 Java IDE
1.3 the function and structure of the sample application
1.4 quick test
1.5 Summary
Chapter 2 decompiled class
2.1 determine when to decompile
2.2 understand the best anti-compiler
2.3 decompiled class
2.4 decompile feasible elements
2.5 decompiled code potential problems
2.6 quick test
2.7 Summary
Chapter 3 of confusion classes
3.1 protection code behind the idea
3.2 Confusion - kind of intellectual property protection
3.3 the transformation of the program executed by the confusion
3.3.1 remove debugging information
3.3.2 The name of the processing
3.3.3 coding Java string
3.3.4 change control flow
3.3.5 insert the correct code
3.3.6 remove unused code (compression)
3.3.7 optimized bytecode
3.4 understand the confusion
The 3.5 potential problems and common solutions
3.5.1 Dynamic Class Loading
3.5.2 reflection
3.5.3 serialization
3.5.4 violate naming conventions
3.5.5 maintenance problems
3.6 运用 Zelix KlassMaster 混淆 一个 Chat 应用 程序
3.7 to crack the code of confusion
3.8 quick test
3.9 Summary
Chapter 4 decipher non-public methods and variables
4.1 package
4.2 access package and a member of the protected class
4.3 access private class members
4.4 quick test
4.5 Summary
Chapter 5 replacement and repair applications
5.1 After various attempts have failed should do
5.2 to find the class must be patched
5.2.1 common method
5.2.2 Search text string
5.2.3 obfuscated code processing
5.3 an example of a need to repair
5.3.1 using the class name
5.3.2 Search text string
5.3.3 use the call stack search program logic
5.4 patched classes to provide new logic
5.5 refactoring applications to load and use the repair class
5.6 patch package package
5.7 quick test
5.8 Summary
Chapter 6 uses tracking technology
Chapter 7 Java security
Chapter 8 spy runtime environment
Chapter 9 decipher coded informal debugger
Chapter 10, the use of performance analysis tools to analyze applications running
Chapter 11, the use of positioning and correction of the load test scalability problem
Chapter 12 Application of Reverse Engineering
Chapter 13 eavesdropping technology
Chapter 14 of the control class loading
Chapter 15 alternative and patch core Java classes
Chapter 16 interception control flow
Chapter 17 to understand and adjust bytecode
Chapter 18, the use of native code patching method for total control
Chapter 19 protection commercial program from crack to
Appendix A commercial software license
Appendix B Resources
Appendix C Test Questions

Ps: downloaded from Unppack.cn


Attachment 6711

Attachment 6712

Dreamer 04-02-2013 01:35

lot of books




smo 04-05-2013 02:43

Does anyone have an ebook about Kerberos?

nikre 04-05-2013 05:02

what book for Kerberos?
this just api monitor bro

Dreamer 04-05-2013 15:07

here is what google say



typedef 04-16-2013 21:31

Anyone know where I can get this book?

http://www.amazon.com/gp/product/0321578899?ie=UTF8&tag=advancenetdeb-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=0321578899

I can't find it on the forum. I've search, but there's nothing. It looks awesome.

arnix 04-17-2013 01:18

Quote:

Originally Posted by typedef (Post 84163)
Anyone know where I can get this book?

http://www.amazon.com/gp/product/0321578899

I can't find it on the forum. I've search, but there's nothing. It looks awesome.

hxxp://rghost.net/45337823

password: the result of 12345678 xor 87654321

acoustics 04-17-2013 01:35

I hope somebody could share ebook about: Memory forensics and Anti memory forensics technique. Thank you very much

nikkapedd 04-19-2013 22:42

Wiley Beginning SharePoint.2013 Development 2013
Code:

http://www72.zippyshare.com/v/96605361/file.html
Wiley Beginning SharePoint 2013
Code:

http://www68.zippyshare.com/v/82556306/file.html
Wiley Professional SharePoint 2013 Development 2013
Code:

http://www58.zippyshare.com/v/45645995/file.html
Code:

for all pass if necessary: rl-team.net

kienmanowar 04-22-2013 00:07

Hakin9 2012 Collection :)
http://www.4shared.com/rar/feWLKn9O/...2012_issue.htm

Regards,

typedef 04-28-2013 03:51

Violent Python
 
http://www.amazon.co.uk/Violent-Python-TJ-OConnor/dp/1597499579/ref=sr_1_1?ie=UTF8&qid=1367092319&sr=8-1&keywords=violent+python

"Violent Python" shows you how to move from a theoretical understanding of offensive computing concepts to a practical implementation. Instead of relying on another attacker's tools, this book will teach you to forge your own weapons using the Python programming language. This book demonstrates how to write Python scripts to automate large-scale network attacks, extract metadata, and investigate forensic artifacts. It also shows how to write code to intercept and analyze network traffic using Python, craft and spoof wireless frames to attack wireless and Bluetooth devices, and how to data-mine popular social media websites and evade modern anti-virus.

http://www.sendspace.com/file/3i4hip

wilson bibe 04-28-2013 04:53

For users of windows XP
 
A lot of tricks for this system OS, in this book help
Link:http://rghost.net/download/45605240/e5a45cebe951f67711f357e31832553d9e6afe29/WXP.rar
Pass:exetools

Dreamer 04-28-2013 06:45

Tweaking Experience Registry Guide 4.0
 

Rusty 05-11-2013 18:28

Client-Side Attacks and Defense
 
Individuals wishing to attack a company's network have found a new path of least resistance-the end user. A client- side attack is one that uses the inexperience of the end user to create a foothold in the user's machine and therefore the network. Client-side attacks are everywhere and hidden in plain sight. Common hiding places are malicious Web sites and spam. A simple click of a link will allow the attacker to enter. This book presents a framework for defending your network against these attacks in an environment where it might seem impossible.

The most current attacks are discussed along with their delivery methods, such as browser exploitation, use of rich Internet applications, and file format vulnerabilities. The severity of these attacks is examined along with defences against them, including antivirus and anti-spyware, intrusion detection systems, and end-user education.
  • Design and implement your own attack, and test methodologies derived from the approach and framework presented by the authors
  • Learn how to strengthen your network's host- and network-based defense against attackers' number one remote exploit-the client-side attack
  • Defend your network against attacks that target your company's most vulnerable asset-the end user


Quote:

http://ul.to/wili58t5

Rusty 05-11-2013 18:30

The Hacker's Guide to OS X: Exploiting OS X from the Root Up
 
Written by two experienced penetration testers the material presented discusses the basics of the OS X environment and its vulnerabilities. Including but limited to; application porting, virtualization utilization and offensive tactics at the kernel, OS and wireless level. This book provides a comprehensive in-depth guide to exploiting and compromising the OS X platform while offering the necessary defense and countermeasure techniques that can be used to stop hackers

As a resource to the reader, the companion website will provide links from the authors, commentary and updates.
  • *Provides relevant information including some of the latest OS X threats
  • *Easily accessible to those without any prior OS X experience
  • *Useful tips and strategies for exploiting and compromising OS X systems
  • *Includes discussion of defensive and countermeasure applications and how to use them
  • *Covers mobile IOS vulnerabilities

Code:

http://ul.to/ppcs3n1i

Rigel 05-13-2013 12:34

thanks, some goodbooks to read.

nikkapedd 05-25-2013 03:10

Understanding And Using C Pointers
| 2013 | OReilly
Code:

http://www10.zippyshare.com/v/26911736/file.html
Windows Server 2012 Automation with PowerShell Cookbook
| 2013 | Packt
Code:

http://www39.zippyshare.com/v/58911474/file.html
Code:

pass if necessary: rl-team.net

nikkapedd 06-02-2013 23:01

A rich list of new useful ebooks here..
Code:

http://rl-team.net/1146671214-0day-pack-01062013.html
enjoy....

Dreamer 06-03-2013 02:31

interesting stuff on programing



Dreamer 06-04-2013 03:14

Wrox - Visual Studio 2010 and .NET 4 Six-in-One
 
password : exetools

Dreamer 06-18-2013 18:03

The Art of Unpacking - Part1
 
2 Attachment(s)
Attachment 7014

Attachment 7015

NeOXOeN 06-30-2013 10:34

does anyone have Dr. Dobb's Developer Library DVD Release 6 ??

bye THX

SinaDiR 06-30-2013 13:50

Hi all,
does anyone have 'Modern Cryptanalysis: Techniques for Advanced Code Breaking' ?! I searching all around, I couldn't find that, just hardcover exist....

Dreamer 07-03-2013 01:50

JUMPING INTO C++
 
Code:

http://uppit.com/hocm2tte4uxo/jntc.rar
password : exetools

Dreamer 07-05-2013 18:58

great site to download pdf books
 
toons of books

Code:

http://it-ebooks.info/
forget to say free to download direct download no mirrors or anything

ibro 07-23-2013 23:53

Bjarne Stroustrup (Author) , "The C++ Programming Language, 4th Edition"
A..n W..y 4/ed (5-2013) | EPUB | 1368 pages | ISBN-10: 0321563840 | 160 Mb

Download Uploaded
http://ul.to/n8yb36sy
http://ul.to/vqgw5jwa

Download Rapidgator
http://rapidgator.net/file/294da6bf57c8fc7ce1cf9b471b3ad456/0321563840CPP4ED.part1.rar.html
http://rapidgator.net/file/c914043d7c51186d47c3d42ab22be4c3/0321563840CPP4ED.part2.rar.html

Download Secureupload
http://www.secureupload.eu/o6vl2t2w72h8/0321563840CPP4ED.part1.rar
http://www.secureupload.eu/9tvck70xs7hn/0321563840CPP4ED.part2.rar

deepzero 07-24-2013 23:02

Looking forward to this one:

Practical Reverse Engineering: Using x86, x64, ARM, Windows Kernel, and Reversing Tools

http://www.amazon.com/Practical-Reverse-Engineering-Windows-Reversing/dp/1118787315/


Publication date: Feb 2014

Might actually buy this one physically.

leonhard 08-06-2013 22:40

Hacking.The.Art.of.Exploitation.2nd.Edition.Jan.2008
 
Hi All,

I post a ebook "No.Starch.Hacking.The.Art.of.Exploitation.2nd.Edition.Jan.2008" here, hope it can help some one.

It's in ftp incoming folder.

Dreamer 08-06-2013 23:34

3 Attachment(s)
here is if someone cannot download via ftp

Attachment 7111

Attachment 7112

Attachment 7113

leonhard 08-14-2013 13:06

the c++ programming language 4ed pdf version
 
4 Attachment(s)
please rename the postfix of the attachments to zip.001, zip.002, ...

rangga 08-29-2013 12:35

request: Pls somebody could share this one -- "Real Digital Forensics: Computer Security and Incident Response". ---Thx. Need it badly...

HooK 09-17-2013 11:31

@smo:
http://www.amazon.com/dp/0596004036
hxxps://www.dropbox.com/s/25lp3cc4btyvqi1/Kerberos%20The%20Definitive%20Guide.chm

@typedef:
http://www.amazon.com/gp/product/0321578899
hxxps://www.dropbox.com/s/tce4ojeastvg8i4/Advanced%20.NET%20Debugging.pdf

@SinaDiR
http://www.amazon.com/dp/047013593X
[I am working on getting this for you - will provide link soon!]

@acoustics
Be more specific as to what book you would like. Paste a link to Amazon or any other site with the book so I can see the title/author/etc...

Guys, feel free to request other books that you can't find or wish to have, I will try my best to upload links for you!

-HooK


All times are GMT +8. The time now is 05:17.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX