Coder Social home page Coder Social logo

uberstealth's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on incident response & digital forensics (DFIR), cyber security consulting/blue teaming services, system/internal penetration testing/red teaming.
  • ๐ŸŒฑ Iโ€™m currently learning Mathematics for Computer Science and Security Engineering.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on study/researching state-of-the-art tools, techniques, tactics in binary analysis and reverse engineering.
  • ๐Ÿค” Iโ€™m looking for help with business development in Vietnam.
  • ๐Ÿ’ฌ Ask me about any Cyber Security questions if you need Cyber Security Consulting (securing accounts/systems, system security assessments, cyber-security maturity assessment, suspicious/malicious file examination,...) or have a malware/hacking outbreak and need an incident compromise assessment (how and when a hacker got into your system, what post-exploitation activities they did in your system,...), malware remediation help, securing your systems and digital assets.
  • ๐Ÿ“ซ How to reach me: +84962797946 (WhatsApp, Viber, Signal), LinkedIn (https://www.linkedin.com/in/trietptm/), Twitter DM (https://twitter.com/MinhTrietPT) or reaching me via our company Facebook page for our reverse engineering online courses: https://www.facebook.com/novasec.vn .

GitHub Stats

chybeta's github stats

uberstealth's People

Contributors

newgre avatar

Watchers

 avatar

uberstealth's Issues

GetStartupInfoA

What feature do you suggest?
Implement countermeasures for the anti-debugging technique based on the  
GetStartupInfoA API.

Original issue reported on code.google.com by [email protected] on 13 Sep 2011 at 10:32

Absolute pathes in projects

Hidedebugger and uberstealth projects have hardcoded absolute pathes inside

Idea is to base on some environmental variable,
eg: $(OLLY), $(IDA)

Also C++ and Linker sections could reuse these...

Original issue reported on code.google.com by [email protected] on 11 Jan 2012 at 9:14

Fix usage of deprecated API

fix deprecated used API in drivers:
(from compiler output)

warning C4996: 'MmCreateMdl': was declared deprecated
warning C4996: 'MmMapLockedPages': was declared deprecated
warning C4996: 'ExAllocatePool': was declared deprecated


Original issue reported on code.google.com by [email protected] on 11 Jan 2012 at 9:33

OllyDbg windows are not hidden

What steps will reproduce the problem?
1. Select "Hide debugger windows" under "Stealth Options 2"
2.
3.

What is the expected output? What do you see instead?
The OllyDbg Windows should be hidden from the debuggee.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Sep 2011 at 7:04

IDT hook in RDTSCEMU is not atomic

What steps will reproduce the problem?
1. Make IDT hook atomic
2.
3.

What is the expected output? What do you see instead?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Nov 2011 at 7:28

SEH support not working in OllyDbg

What steps will reproduce the problem?
1. Selecting any of the SEH support functions has no effect.

What is the expected output? What do you see instead?
The debugger can not be halted on SEH or after EIP has changed. Logging doesn't 
work as well.


Original issue reported on code.google.com by [email protected] on 18 Sep 2011 at 3:41

NtSystemDebugControl

What feature do you suggest?
Implement countermeasures for the anti-debugging techniques based on the 
NtSystemDebugControl API.

Original issue reported on code.google.com by [email protected] on 13 Sep 2011 at 10:30

SEH support not working in IDA

What steps will reproduce the problem?
1. Select any SEH monitoring option.

What is the expected output? What do you see instead?
The debugger can not be halted on SEH or after EIP has changed. Logging also 
doesn't work.


Original issue reported on code.google.com by [email protected] on 18 Sep 2011 at 5:37

Inject stealth dll by queueing an APC

What feature do you suggest?
Dll injection upon process startup could be realized via APC injection.

Please provide any additional information below.
One advantage of APC injection is that it is more robust in the presence of 
non-standard PE headers. Also, it might be a bit more stealthy since there 
would be no image import descriptor entry in the address space pointing at the 
name/path of the injected dll.

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 9:47

Autoadded breakpoint on each executed opcode

What steps will reproduce the problem?
1. Turn on the checkbox "Automatically hald debugger at new EIP after SEH 
exception"
2.
3.

What is the expected output? What do you see instead?
I see that when having single step tracing (TF=1) plugin puts breakpoint on 
every executed line!

What version of the product are you using? On what operating system?
built manually, taken from latest git trunk

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jan 2012 at 6:49

Improving debugger experience

What feature do you suggest?
There should be an option to (at least) write a message to the OllyDbg/IDA log 
window whenever the debuggee tries to
1) terminate any process
2) spawn a new process with debugging flags (DEBUG_ONLY_THIS_PROCESS)
3) use WriteProcessMemory on the own address space (e.g. to evade hardware 
breakpoints)
4) possibly other events(?)

Ideally, the debugge should be halted before performing such actions.


Original issue reported on code.google.com by [email protected] on 13 Sep 2011 at 10:40

Remote WinDbg doesn't work

What steps will reproduce the problem?
1. Select remote windbg debugger
2. Start the debugger

What is the expected output? What do you see instead?
uberstealth should inject the dll into the remote process. Instead it tries to 
inject into a local process with the same process id.


Original issue reported on code.google.com by [email protected] on 24 Feb 2012 at 9:12

Remote debugging not working in IDA

What steps will reproduce the problem?
1. Enable uberstealth in IDA.
2. Start the win32 remote debugger.
3. Start the remote stealth server.

What is the expected output? What do you see instead?
The stealth options should be applied to the remote process. Instead 
uberstealth tries to inject into a process on the local machine.

Original issue reported on code.google.com by [email protected] on 18 Sep 2011 at 3:49

Improved NtClose technique doesn't work on X64 systems

What steps will reproduce the problem?
1. Select "Improved NtClose".
2. Start the debugger and let the debugge close an invalid handle.

What is the expected output? What do you see instead?
The NtClose API raises an exception but the plugin should prevent this.

Please provide any additional information below.
The issue only appears on 64 bit Windows.

Original issue reported on code.google.com by [email protected] on 26 Sep 2011 at 7:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.