Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-08-2013, 12:23
nguoidocsach
 
Posts: n/a
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.
Reply With Quote
  #2  
Old 03-22-2013, 04:30
Dreamer's Avatar
Dreamer Dreamer is offline
Family
 
Join Date: May 2012
Posts: 607
Rept. Given: 613
Rept. Rcvd 660 Times in 257 Posts
Thanks Given: 117
Thanks Rcvd at 172 Times in 130 Posts
Dreamer Reputation: 39
Sams - Covert Java Techniques for Decompiling, Patching,and Reverse Engineering

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


Sams - Covert Java Techniques for Decompiling, Patching,and Reverse Engineering.part1.rar

Sams - Covert Java Techniques for Decompiling, Patching,and Reverse Engineering.part2.rar
Reply With Quote
The Following 5 Users Gave Reputation+1 to Dreamer For This Useful Post:
bilbo (04-18-2013), nikkapedd (03-24-2013), smo (04-05-2013), wilson bibe (04-17-2013)
  #3  
Old 04-02-2013, 01:35
Dreamer's Avatar
Dreamer Dreamer is offline
Family
 
Join Date: May 2012
Posts: 607
Rept. Given: 613
Rept. Rcvd 660 Times in 257 Posts
Thanks Given: 117
Thanks Rcvd at 172 Times in 130 Posts
Dreamer Reputation: 39
lot of books



Reply With Quote
The Following User Gave Reputation+1 to Dreamer For This Useful Post:
wilson bibe (04-17-2013)
  #4  
Old 04-05-2013, 02:43
smo smo is offline
Friend
 
Join Date: Mar 2002
Posts: 25
Rept. Given: 9
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
smo Reputation: 1
Does anyone have an ebook about Kerberos?
Reply With Quote
  #5  
Old 04-05-2013, 05:02
nikre's Avatar
nikre nikre is offline
VIP
 
Join Date: Sep 2011
Posts: 180
Rept. Given: 177
Rept. Rcvd 100 Times in 35 Posts
Thanks Given: 1
Thanks Rcvd at 10 Times in 10 Posts
nikre Reputation: 100-199 nikre Reputation: 100-199
what book for Kerberos?
this just api monitor bro
Reply With Quote
  #6  
Old 04-05-2013, 15:07
Dreamer's Avatar
Dreamer Dreamer is offline
Family
 
Join Date: May 2012
Posts: 607
Rept. Given: 613
Rept. Rcvd 660 Times in 257 Posts
Thanks Given: 117
Thanks Rcvd at 172 Times in 130 Posts
Dreamer Reputation: 39
here is what google say


Reply With Quote
  #7  
Old 04-16-2013, 21:31
typedef
 
Posts: n/a
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.
Reply With Quote
  #8  
Old 04-17-2013, 01:18
arnix arnix is offline
Friend
 
Join Date: Feb 2005
Posts: 68
Rept. Given: 11
Rept. Rcvd 18 Times in 7 Posts
Thanks Given: 2
Thanks Rcvd at 6 Times in 4 Posts
arnix Reputation: 18
Quote:
Originally Posted by typedef View Post
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
Reply With Quote
The Following User Gave Reputation+1 to arnix For This Useful Post:
wilson bibe (04-17-2013)
  #9  
Old 04-17-2013, 01:35
acoustics
 
Posts: n/a
I hope somebody could share ebook about: Memory forensics and Anti memory forensics technique. Thank you very much
Reply With Quote
  #10  
Old 04-19-2013, 22:42
nikkapedd nikkapedd is offline
VIP
 
Join Date: Mar 2011
Location: ::Bratva::
Posts: 284
Rept. Given: 275
Rept. Rcvd 153 Times in 67 Posts
Thanks Given: 210
Thanks Rcvd at 284 Times in 116 Posts
nikkapedd Reputation: 100-199 nikkapedd Reputation: 100-199
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
Reply With Quote
The Following User Gave Reputation+1 to nikkapedd For This Useful Post:
unn4m3D_BR (05-09-2013)
  #11  
Old 04-22-2013, 00:07
kienmanowar's Avatar
kienmanowar kienmanowar is offline
Friend
 
Join Date: Jan 2006
Location: VN
Posts: 102
Rept. Given: 37
Rept. Rcvd 18 Times in 11 Posts
Thanks Given: 180
Thanks Rcvd at 84 Times in 38 Posts
kienmanowar Reputation: 18
Hakin9 2012 Collection
http://www.4shared.com/rar/feWLKn9O/...2012_issue.htm

Regards,
Reply With Quote
The Following 2 Users Gave Reputation+1 to kienmanowar For This Useful Post:
TechLord (04-23-2013), Vivaldi (05-16-2013)
  #12  
Old 04-28-2013, 03:51
typedef
 
Posts: n/a
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
Reply With Quote
  #13  
Old 04-28-2013, 04:53
wilson bibe wilson bibe is offline
VIP
 
Join Date: Nov 2012
Posts: 506
Rept. Given: 493
Rept. Rcvd 439 Times in 180 Posts
Thanks Given: 1,166
Thanks Rcvd at 179 Times in 114 Posts
wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499
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
Reply With Quote
The Following 2 Users Gave Reputation+1 to wilson bibe For This Useful Post:
Dreamer (04-28-2013), nikkapedd (05-01-2013)
  #14  
Old 09-20-2013, 17:22
leonhard leonhard is offline
Friend
 
Join Date: Aug 2003
Posts: 34
Rept. Given: 3
Rept. Rcvd 4 Times in 4 Posts
Thanks Given: 0
Thanks Rcvd at 2 Times in 2 Posts
leonhard Reputation: 4
Quote:
Originally Posted by wilson bibe View Post
A lot of tricks for this system OS, in this book help
Link:http://rghost.net/download/45605240/e5a45cebe951f67711f357e31832553d9e6afe29/WXP.rar
Pass:exetools
file is deleted now.
Reply With Quote
  #15  
Old 09-20-2013, 17:33
wilson bibe wilson bibe is offline
VIP
 
Join Date: Nov 2012
Posts: 506
Rept. Given: 493
Rept. Rcvd 439 Times in 180 Posts
Thanks Given: 1,166
Thanks Rcvd at 179 Times in 114 Posts
wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499
Quote:
Originally Posted by leonhard View Post
file is deleted now.
Here(RAR5):
Attached Files
File Type: rar Windows XP Hacks .part1.rar (1.50 MB, 59 views)
File Type: rar Windows XP Hacks .part2.rar (1.50 MB, 41 views)
File Type: rar Windows XP Hacks .part3.rar (1.50 MB, 44 views)
File Type: rar Windows XP Hacks .part4.rar (692.8 KB, 33 views)
Reply With Quote
The Following 3 Users Gave Reputation+1 to wilson bibe For This Useful Post:
gsaralji (09-21-2013), ivanov (09-24-2013), leonhard (09-20-2013)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ebooks conan981 General Discussion 0 07-07-2006 22:36
some ebooks fulone General Discussion 1 05-20-2004 21:22


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


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )