Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
  Ghidra
  ApiMonitor
That's because all of the static analysis (https://www.kitploit.com/search/label/Static%20Analysis) tool depend on what is the api name written at IAT which can be manipulated as shown.
For ApiMonitor, because of using IAT hooking, the same problem exists.
On the other side, for tools like x64dbg the shown api names will only depend on what is actually called (not what written at the IAT).
Additional
Dumping the obfuscated PE out from memory won't deobfuscate (https://www.kitploit.com/search/label/Deobfuscate) it, because the manipulated IAT will be the same.
The main purpose for this tool is to mess up with the analysis process (make it slower).
One can obfuscate any imported symbol (by name or by ordinal) with another symbol (name or ordinal).
The shellcode is executed as the first tls callback to process the obfuscated symbols needed by the other tls callbacks before the entry point is executed.
The shellcode is shipped as c code, generated when the tool is compiled to facilitate editing it.
The obfuscated symbols names are being resolved by hash not by name directly.
The tool disables the relocations and strips any of the debug symbols.
The tool creates a new rwx section named .cobf for holding the shellcode and the other needed datas.
It can be used multiple times on the same obfuscated PE.
Tested only on Windows 10 (https://www.kitploit.com/search/label/Windows%2010) x64.
Get source with git clone https://github.com/d35ha/CallObfuscator.
Download binaries from the Release Section (https://github.com/d35ha/CallObfuscator/releases).

TODO
Shellcode obfuscation (https://www.kitploit.com/search/label/Obfuscation) (probably with obfusion (https://github.com/kgretzky/obfusion)). Support the delay-loaded symbols. Minimize the created section size. Compile time hashing. Better testing.

Download CallObfuscator (https://github.com/d35ha/CallObfuscator)
hacking: security in practice
Are there any apps/programs to heatmap/triangulate wifi?

I suppose the title says it all. I've wondered if theres an app that lets you heatmap or locate wifi clients and base stations by moving your laptop or phone around.

submitted by /u/ultimaIV
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack The Boxβ€Šβ€”β€ŠSunday: Walkthrough (without Metasploit)

https://cdn-images-1.medium.com/max/600/1*WtYaTxfrUMLzrOfP0b-9ag.png
Hack The Boxβ€Šβ€”β€ŠSunday: Walkthrough (without Metasploit) | Road to OSCP | Solaris Easy Level | Finger enumeration | SSH key exchange method

Continue reading on Medium Β»
Responder tool needs your support!
https://www.reddit.com/r/Pentesting/comments/mf1zit/responder_tool_needs_your_support/

<!-- SC_OFF -->Hey folks! If you have ever used Responder on a project, it would be good to support it and Laurent (the creator of the tool). https://patreon.com/PythonResponder It’s no longer maintained by our former employer, and he’s on his own now... <!-- SC_ON --> submitted by /u/videoman2 (https://www.reddit.com/user/videoman2)
[link] (https://www.reddit.com/r/Pentesting/comments/mf1zit/responder_tool_needs_your_support/) [comments] (https://www.reddit.com/r/Pentesting/comments/mf1zit/responder_tool_needs_your_support/)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Network Inventory and Resource Management with Lansweeper

https://cdn-images-1.medium.com/max/1249/1*0amnM6nPM7etWli_EUE9tw.png
Lansweeper is an adaptable and flexible network inventory and resource management programming that conveys rich highlights and capacities…

Continue reading on Medium Β»
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
How to Assess Security Vulnerability of the Organization

https://cdn-images-1.medium.com/max/2600/1*mdKokrQWXpbXOQi6rxyJlQ.jpeg
A vulnerability assessment is a way toward characterizing, distinguishing, ordering, and organizing vulnerabilities in computer frameworks…

Continue reading on Medium Β»
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Vulnerability Assessment with Nessus

https://cdn-images-1.medium.com/max/1500/1*hghPK04jrtqfTE3CcWmwOQ.jpeg
Nessus is one of the conventional vulnerability scanners utilized during vulnerability assessments and penetration testing commitment…

Continue reading on Medium Β»