Tuesday, 30 January 2024

[dcab-l] Reminder - Nothin' Fancy at Jammin' Java Thu 2/8

Hey, folks! Nothin' Fancy is kicking off its 30th Anniversary Tour on Thursday, February 8th at Jammin' Java in Vienna. You should go. Yes, you. There are some tickets still available, go get 'em!

Thursday, Feb 8th, doors at 6pm, show at 7:30pm, all ages. Venue has a full kitchen and a bar, so make an evening of it! Gonna be a big time.


Cheers,
Brian
Read More :- "[dcab-l] Reminder - Nothin' Fancy at Jammin' Java Thu 2/8"

Sunday, 28 January 2024

Koppeling - Adaptive DLL Hijacking / Dynamic Export Forwarding


This project is a demonstration of advanced DLL hijack techniques. It was released in conjunction with the "Adaptive DLL Hijacking" blog post. I recommend you start there to contextualize this code.

This project is comprised of the following elements:

  • Harness.exe: The "victim" application which is vulnerable to hijacking (static/dynamic)
  • Functions.dll: The "real" library which exposes valid functionality to the harness
  • Theif.dll: The "evil" library which is attempting to gain execution
  • NetClone.exe: A C# application which will clone exports from one DLL to another
  • PyClone.py: A python 3 script which mimics NetClone functionality

The VS solution itself supports 4 build configurations which map to 4 different methods of proxying functionality. This should provide a nice scalable way of demonstrating more techniques in the future.

  • Stc-Forward: Forwards export names during the build process using linker comments
  • Dyn-NetClone: Clones the export table from functions.dll onto theif.dll post-build using NetClone
  • Dyn-PyClone: Clones the export table from functions.dll onto theif.dll post-build using PyClone
  • Dyn-Rebuild: Rebuilds the export table and patches linked import tables post-load to dynamically prepare for function proxying

The goal of each technique is to successfully capture code execution while proxying functionality to the legitimate DLL. Each technique is tested to ensure static and dynamic sink situations are handled. This is by far not every primitive or technique variation. The post above goes into more detail.


Example

Prepare a hijack scenario with an obviously incorrect DLL

> copy C:\windows\system32\whoami.exe .\whoami.exe
1 file(s) copied.

> copy C:\windows\system32\kernel32.dll .\wkscli.dll
1 file(s) copied.

Executing in the current configuration should result in an error

> whoami.exe 

"Entry Point Not Found"

Convert kernel32 to proxy functionality for wkscli

> NetClone.exe --target C:\windows\system32\kernel32.dll --reference C:\windows\system32\wkscli.dll --output wkscli.dll
[+] Done.

> whoami.exe
COMPUTER\User



More articles


Read More :- "Koppeling - Adaptive DLL Hijacking / Dynamic Export Forwarding"

Real World Social Engineering - Turning Life Into A Penetration Test Or One Hell Of An Adventure

In this video you will learn all the things they never told on how to become a badass social engineer..  Instead of wasting time learning sneaky tactics to "Engineer" the outcome.. We focus on the part which is always left out when teaching social engineering..  the "Social" part..  

With the social part working correctly, the engineering part becomes seamless and easy to pull off without feeling forced. 




More articles

  1. Underground Hacker Sites
  2. Hacking Tools And Software
  3. Hacking Tools And Software
  4. Hack Tools
  5. Hacker Search Tools
  6. Hacking Tools Hardware
  7. Pentest Tools Review
  8. Pentest Tools
  9. Hacker Tools For Windows
  10. Hacker Tools Windows
  11. Hacking Tools Name
  12. Hacker Tools Hardware
  13. Pentest Recon Tools
  14. Hacking Tools Online
  15. Pentest Tools
  16. Pentest Tools Windows
  17. Pentest Tools Online
  18. Hack Tools For Windows
  19. Hacker Hardware Tools
  20. Hacker Tools For Mac
  21. Hacking Tools Download
  22. New Hacker Tools
  23. Hack Tools For Ubuntu
  24. Nsa Hack Tools
  25. Hacking Tools For Windows Free Download
  26. Hacker Search Tools
  27. Hacker Tools Linux
  28. Free Pentest Tools For Windows
  29. What Is Hacking Tools
  30. Hack Tools For Pc
  31. Nsa Hack Tools
  32. Hacker Tools Online
  33. Hak5 Tools
  34. Pentest Tools Tcp Port Scanner
  35. Android Hack Tools Github
  36. Computer Hacker
  37. Pentest Automation Tools
  38. Hacking Tools Windows 10
  39. Hacking Tools For Beginners
  40. Hack Apps
  41. New Hacker Tools
  42. Hacker
  43. Black Hat Hacker Tools
  44. Pentest Tools List
  45. Usb Pentest Tools
  46. Hack Tool Apk No Root
  47. Pentest Tools For Mac
  48. Pentest Tools For Mac
  49. Growth Hacker Tools
  50. Top Pentest Tools
  51. Hack Tools For Games
  52. Hacking Tools For Windows
  53. Hack Tools For Games
  54. Hack Tools 2019
  55. Hacker Tools Software
  56. Tools Used For Hacking
  57. Hacking Tools Free Download
  58. Hacker Tools List
  59. Hacker Hardware Tools
  60. Pentest Tools Windows
  61. Hacking Tools For Kali Linux
  62. Hack Tools Mac
  63. Hacking Tools
  64. Growth Hacker Tools
  65. Hacker Tools Mac
  66. Hacking Tools Software
  67. Hacker Tools 2019
  68. Ethical Hacker Tools
  69. Hacking Tools 2020
  70. Tools Used For Hacking
  71. Pentest Tools Linux
  72. Easy Hack Tools
  73. Pentest Tools Website Vulnerability
  74. Hacking Tools Download
  75. Pentest Tools Alternative
  76. Hack Tools Download
  77. Hack And Tools
  78. Hacker Search Tools
  79. Hacker Tools Apk
  80. Hack Tools Pc
  81. Pentest Tools Windows
Read More :- "Real World Social Engineering - Turning Life Into A Penetration Test Or One Hell Of An Adventure"

Saturday, 27 January 2024

How To Secure Your Home Against "Internet Of Things" And FUD

TL;DR, most of the security news about IoT is full of FUD. Always put the risks in context - who can exploit this and what can the attacker do with it. Most story only covers the latter.

Introduction

There is rarely a day without news that another "Internet of Things" got hacked. "Smart" safes, "smart" rifles, "smart" cars, "smart" fridges, "smart" TVs, "smart" alarm systems, "smart" meters, "smart" bulbs, NAS devices, routers. These devices are getting hacked every day. Because most of these devices were never designed with security as a goal, and some of them have been never tested by security professionals, it is no surprise that these things are full of vulnerabilities.





Independent security researchers find these vulnerabilities, write a cool blog post or give a presentation about the vulnerability and the exploit, and the media forgets the constraints just for the sake of more clicks. "We are all doomed" we can read in the news, but sometimes the risks are buried deeply in technical jargon. Please note I blame the news sites here, not the researchers.

http://www.slideshare.net/danielmiessler/iot-attack-surfaces-defcon-2015

There are huge differences between the following risks:

  • Attackers can directly communicate with the router (or camera) from the Internet without authentication and exploit the vulnerability. This is the worst-case scenario. For example, an automated ransomware attack against your NAS is pretty bad.
  • Attackers have to position themselves in the same WAN network (e.g. Sprint mobile network in the case of Jeep hacking) to exploit the vulnerability. This is still pretty bad.
  • The vulnerable code can not be triggered directly from the Internet, but tricks like CSRF can be used to exploit it (details later in this post). 
  • The vulnerable code can not be triggered directly from the Internet, and it uses a protocol/port which prevents Cross Protocol Scripting. Attackers have to access the local network before exploiting this vulnerability.
As it is the case with the worst scenario, one can find a lot of devices connected to the internet. You can always find funny stuff at http://explorer.shodanhq.com/#/explore , or use the nmap screenshot script to find your own stuff :)


Network exposure

Most devices are behind an IPv4 NAT device (e.g. home router), thus can not be reached from the Internet side by default. Except when the device configures the firewall via UPNP. Or the device has a persistence cloud connection, and the cloud can send commands to the device. Or the device uses IPv6 tunneling (e.g. Teredo), thus it is reachable from the Internet. But not every vulnerability on your home network is accessible directly from the Internet. As more and more devices and networks will support IPv6, this scenario might change, but I hope most home routers will come with a default deny configuration in their IPv6 firewall module. On the other hand, scanning for IPv6 devices blindly is not feasible due to the large number of IPv6 addresses, but some tricks might work

If attackers can not access the device directly, there is a way to hack it through the user's browser. Just convince the victim user to visit a website, and via CSRF (Cross Site Request Forgery) and brute-forcing the device IP, it is possible to hack some devices (mostly through HTTP - if the exploit can fit into simple GET or POST commands.

If attackers can not attack the device vulnerability through the Internet directly, or via CSRF, but have connected to the same network - the network exposure shrinks significantly. And when attackers are on the same network as you, I bet you have bigger problems than the security of the IoT devices ...

Recommendations for home users

Don't buy **** you don't need

Disconnect from the power cord the IoT devices you don't need to operate 7*24. 

Disable cloud connectivity if it is not necessary. For example, I have a NAS device that can be reached through the "cloud", but I have disabled it by not configuring any default gateway for the device. I prefer connecting to my network via VPN and reach all my stuff through that.

Prevent CSRF attacks. I use two tricks. Don't use the 192.168.0.x - 192.168.10.x network at-home - use an uncommon IP range instead (e.g. 192.168.156.x is better). The second trick is I configured my Adblock plugin in my primary browser to block access to my internal network. And I use another browser whenever I want to access my internal devices. Update: On Firefox you can use NoScript ABE to block access to internal resources.


Check your router configuration:

  • disable UPnP
  • check the firewall settings and disable unnecessary port forwards
  • check for IPv6 settings, and configure the firewall as default deny for incoming IPv6 TCP/UDP.

Change default passwords, especially for services connected to the Internet. Follow password best practices.

Run Nmap to locate new IoT in your home network :) 

Run a WiFi scan to locate new WiFi access points. Let me share a personal experience with you. I moved to a new house and brought my own WiFi router with me. I plugged it in, and forget about WiFi. Months later it turned out I had two other WiFi devices in my house - the cable modem had its own integrated WiFi with default passwords printed on the bottom, and the Set-top-box was the same - default WiFi passwords printed on the bottom. And don't forget to scan for ZigBee, Bluetooth, IrDA, FM, ...

Update your devices - in case you have a lot of free time in your hand.

Don't allow your guests to connect to your home network. Set up a separated AP for them. Imagine your nephew stealing your private photos or videos from your NAS or DNLA server.

With great power, comes great responsibility. The less device you own in your house, the less time you need to maintain those.

Read the manuals of your devices. Be aware of the different interfaces. Configure it in a secure way.

Disable Teredo protocol in case you don't need IPv6.

Stop being amazed by junk hacking.

Update: Disable WebRTC: https://www.browserleaks.com/webrtc , in Chrome you can use this extension: https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia

Update: Prevent against DNS rebind attacks via configuring a DNS server which can block internal IP addresses. OpenDNS can block internal IP, but this is not a default option, you have to configure it.

Recommendations for vendors

For vendors, I recommend at least the followings:

  • Implement security during Software Development LifeCycle
  • Continuous security testing and bug bounties
  • Seamless auto-update
  • Opt-in cloud connectivity

Recommendations for journalists

Stop FUD. Pretty please.

The questions to ask before losing your head

  • who can exploit the vulnerability?
  • what prerequisites do we have about the attack to successfully exploit the vulnerability? Is the attacker already in your home network? If yes, you have probably bigger problems.
  • what can the attacker do when the exploit is successful?

And last but not least, don't forget that in the case of IoT devices, sometimes users are the product, not the customer. IoT is about collecting data for marketing purposes.


Continue reading


  1. Termux Hacking Tools 2019
  2. Hacker
  3. Hacker Tools Free
  4. Hack Tools Pc
  5. Hacking Tools Download
  6. Hacker Tools Mac
  7. Pentest Tools Github
  8. Pentest Tools Windows
  9. Hack Tools Download
  10. Hacking Tools Free Download
  11. Pentest Automation Tools
  12. Hack App
  13. Hacker Tools List
  14. Pentest Tools
  15. Bluetooth Hacking Tools Kali
  16. Hacking Tools Pc
  17. What Is Hacking Tools
  18. Pentest Tools Bluekeep
  19. Hacking Tools Mac
  20. Free Pentest Tools For Windows
  21. Hacking Tools Github
  22. Hacker Tools For Ios
  23. Hacking Tools Download
  24. Pentest Tools Open Source
  25. Hack Tools For Windows
  26. Hacking Tools 2020
  27. Hacking Tools 2020
  28. Hacker Tools Apk Download
  29. What Are Hacking Tools
  30. Hacker Tools List
  31. Pentest Reporting Tools
  32. Bluetooth Hacking Tools Kali
  33. Game Hacking
  34. How To Hack
  35. Hacking Tools Free Download
  36. Hack Tools For Mac
  37. Pentest Tools Alternative
  38. Kik Hack Tools
  39. Hacker Tools For Pc
  40. Hacking Tools And Software
  41. Hacking App
  42. Hacking Tools Download
  43. Pentest Tools Download
  44. Hacking Tools Online
  45. Pentest Tools Framework
  46. Hacker Techniques Tools And Incident Handling
  47. Hacking Tools Hardware
  48. Pentest Automation Tools
  49. Pentest Tools For Mac
  50. Github Hacking Tools
  51. Hack Tools 2019
  52. Hacking Tools Software
  53. Hack Rom Tools
  54. Hacking Tools Free Download
  55. Android Hack Tools Github
  56. Hack Rom Tools
  57. Hacking Tools For Mac
  58. Hacker Techniques Tools And Incident Handling
  59. Hacking Tools Free Download
  60. Hacker Tools For Mac
  61. Hacker Tools Apk Download
  62. Hacking Tools And Software
  63. Install Pentest Tools Ubuntu
  64. Pentest Tools Subdomain
  65. Best Hacking Tools 2019
  66. Hack Tools Github
  67. Pentest Tools Apk
  68. Hacks And Tools
  69. Hack Tools
  70. Hacking Tools For Windows
  71. Computer Hacker
  72. Pentest Tools Bluekeep
  73. Hackers Toolbox
  74. Hacking Tools
  75. Install Pentest Tools Ubuntu
  76. Pentest Tools List
  77. Hacker Techniques Tools And Incident Handling
  78. Hacking App
  79. Hacking Tools For Beginners
  80. Hacker Tools For Mac
  81. Pentest Tools Windows
  82. Hacking Tools Kit
  83. What Are Hacking Tools
  84. Hacker Tools 2019
  85. Game Hacking
  86. Best Pentesting Tools 2018
  87. Computer Hacker
  88. Hack Tools Mac
  89. Hacking Tools Usb
  90. Tools For Hacker
  91. Blackhat Hacker Tools
  92. Hacker
  93. Best Hacking Tools 2020
  94. Top Pentest Tools
  95. Hacking Tools Windows 10
  96. Install Pentest Tools Ubuntu
  97. Hacking Tools Github
  98. Hacker Security Tools
  99. Hacker Tools List
  100. Hack Tools For Pc
  101. Hacking Tools Mac
  102. Tools For Hacker
  103. Hacking Tools Kit
  104. Hacker Tools Mac
  105. What Are Hacking Tools
  106. Hacker Tools Online
  107. Hacker Tools Apk
  108. Bluetooth Hacking Tools Kali
  109. Hacker Tools Github
  110. Hacker Tools List
  111. Pentest Tools Website
  112. Nsa Hacker Tools
  113. Pentest Tools Port Scanner
  114. What Is Hacking Tools
  115. Beginner Hacker Tools
  116. Top Pentest Tools
  117. Hacking Tools Pc
  118. Computer Hacker
  119. Pentest Tools Github
  120. Hacking Tools Windows 10
  121. Hacking Tools For Mac
  122. Nsa Hack Tools
  123. Pentest Tools Framework
  124. Pentest Tools Online
  125. Hacking Tools Windows 10
  126. Pentest Tools Free
  127. Hacking Tools Name
  128. Hack Tools
  129. Easy Hack Tools
  130. Hacking Tools Hardware
  131. Pentest Tools Free
  132. World No 1 Hacker Software
  133. Pentest Tools Url Fuzzer
  134. Wifi Hacker Tools For Windows
  135. Hacker Tools Linux
  136. Hacker Tools Free
  137. Hacker Search Tools
  138. Tools 4 Hack
  139. Pentest Automation Tools
  140. Pentest Tools Bluekeep
  141. Pentest Tools Kali Linux
  142. Hacker Hardware Tools
  143. Hacker Tools 2019
  144. Pentest Tools Github
  145. Best Hacking Tools 2020
  146. Game Hacking
  147. Tools Used For Hacking
  148. Install Pentest Tools Ubuntu
  149. Wifi Hacker Tools For Windows
  150. What Is Hacking Tools
  151. Hacker Tools Windows
  152. Hacks And Tools
  153. Hacker Tools List
  154. Hacker Tools Software
  155. Physical Pentest Tools
  156. Pentest Tools For Ubuntu
  157. Hack Tools For Games
  158. Hacking Tools Software
Read More :- "How To Secure Your Home Against "Internet Of Things" And FUD"