hot info

Sunday, May 28, 2023

DSploit

DSploit

After playing with the applications installed on the Pwn Pad, I found that the most important application (at least for me) was missing from the pre-installed apps. Namely, DSploit. Although DSploit has tons of features, I really liked the multiprotocol password sniffing (same as dsniff) and the session hijacking functionality.

The DSploit APK in the Play Store was not working for me, but the latest nightly on http://dsploit.net worked like a charm.

Most features require that you and your target uses the same WiFi network, and that's it. It can be Open, WEP, WPA/WPA2 Personal. On all of these networks, DSploit will sniff the passwords - because of the active attacks. E.g. a lot of email clients still use IMAP with clear text passwords, or some webmails, etc. 

First, DSploit lists the AP and the known devices on the network. In this case, I chose one victim client.


In the following submenu, there are tons of options, but the best features are in the MITM section. 


Stealthiness warning: in some cases, I received the following popup on the victim Windows:


This is what we have under the MITM submenu:


Password sniffing

For example, let's start with the Password Sniffer. It is the same as EvilAP and DSniff in my previous post. With the same results for the popular Hungarian webmail with the default secure login checkbox turned off. Don't forget, this is not an Open WiFi network, but one with WPA2 protection!


Session hijack

Now let's assume that the victim is very security-aware and he checks the secure login checkbox. Another cause can be that the victim already logged in, long before we started to attack. The session hijacking function is similar to the Firesheep tool, but it works with every website where the session cookies are sent in clear text, and there is no need for any additional support.

In a session hijacking attack (also called "sidejacking"), after the victim browser sends the authentication cookies in clear text, DSploit copies these cookies into its own browser, and opens the website with the same cookies, which results in successful login most of the time. Let's see session hijacking in action!

Here, we can see that the session cookies have been sniffed from the air:


Let's select that session, and be amazed that we logged into the user's webmail session.




Redirect traffic

This feature can be used both for fun or profit. For fun, you can redirect all the victim traffic to http://www.kittenwar.com/. For-profit, you can redirect your victim to phishing pages.


Replace images, videos

I think this is just for fun here. Endless Rick Rolling possibilities.


Script injection

This is mostly for profit. client-side injection, drive-by-exploits, endless possibilities.

Custom filter

If you are familiar with ettercap, this has similar functionalities (but dumber), with string or regex replacements. E.g. you can replace the news, stock prices, which pizza the victim ordered, etc. If you know more fun stuff here, please leave a comment (only HTTP scenario - e.g. attacking Facebook won't work).

Additional fun (not in DSploit) - SSLStrip 

From the MITM section of DSploit, I really miss the SSLStrip functionality. Luckily, it is built into the Pwn Pad. With the help of SSLStrip, we can remove the references to HTTPS links in the clear text HTTP traffic, and replace those with HTTP. So even if the user checks the secure login checkbox at freemail.hu, the password will be sent in clear text - thus it can be sniffed with DSniff.

HTML source on the client-side without SSLstrip:


HTML source on the client-side with SSL strip:


With EvilAP, SSLStrip, and DSniff, the password can be stolen. No hacking skillz needed.

Lessons learned here

If you are a website operator where you allow your users to login, always:
  1. Use HTTPS with a trusted certificate, and redirect all unencrypted traffic to HTTPS ASAP
  2. Mark the session cookies with the secure flag
  3. Use HSTS to prevent SSLStrip attacks
If you are a user:
  1. Don't trust sites with your confidential data if the above points are not fixed. Choose a more secure alternative
  2. Use HTTPS everywhere plugin
  3. For improved security, use VPN
Because hacking has never been so easy before.
And last but not least, if you like the DSploit project, don't forget to donate them!
Related word
  1. Pentest Tools Website Vulnerability
  2. Hacker Tools For Mac
  3. Hack Rom Tools
  4. Pentest Tools For Mac
  5. Pentest Tools Nmap
  6. Hacker Tools 2020
  7. Hacking Tools Windows
  8. Hacking Tools For Windows
  9. Hacker Tools Software
  10. Hacking Tools Mac
  11. Pentest Tools Review
  12. Hacking Tools 2020
  13. Pentest Tools Free
  14. Hacking Tools Online
  15. Hacking Apps
  16. Pentest Tools Url Fuzzer
  17. Nsa Hack Tools Download
  18. Hacking Apps
  19. Hacker Tool Kit
  20. Github Hacking Tools
  21. Pentest Tools Android
  22. Hacking Tools 2019
  23. Hack Apps
  24. Hacker Tools For Ios
  25. Tools 4 Hack
  26. Nsa Hack Tools
  27. Hack Tools Github
  28. Computer Hacker
  29. Hacking Tools Online
  30. Pentest Tools Bluekeep
  31. Hack Tools Download
  32. Hack Tool Apk No Root
  33. Hacking Tools Windows
  34. Hack Tools For Ubuntu
  35. Hacking Tools For Mac
  36. Pentest Tools Find Subdomains
  37. Hacking Tools For Windows 7
  38. Pentest Automation Tools
  39. Game Hacking
  40. Pentest Tools Windows
  41. Hacking Tools Online
  42. Hacking Tools For Games
  43. Pentest Tools Github
  44. Top Pentest Tools
  45. Pentest Tools
  46. Hacking Tools For Windows
  47. Hacker Hardware Tools
  48. Pentest Box Tools Download
  49. Hacker Tools For Windows
  50. Black Hat Hacker Tools
  51. World No 1 Hacker Software
  52. Pentest Tools Apk
  53. Easy Hack Tools
  54. Pentest Tools Review
  55. Hacker Tool Kit
  56. Hack Apps
  57. Pentest Tools For Android
  58. Termux Hacking Tools 2019
  59. Hacking Tools For Kali Linux
  60. Blackhat Hacker Tools
  61. Pentest Tools For Mac
  62. Hackrf Tools
  63. Tools For Hacker
  64. Github Hacking Tools
  65. Pentest Tools Windows
  66. Physical Pentest Tools
  67. Hacking Tools Windows
  68. Bluetooth Hacking Tools Kali
  69. Pentest Box Tools Download
  70. Pentest Tools Bluekeep
  71. Pentest Tools For Ubuntu
  72. Android Hack Tools Github
  73. Hacker Tools List
  74. Pentest Tools Android
  75. Hack Tools 2019
  76. Hacks And Tools
  77. Pentest Tools List
  78. Game Hacking
  79. Hacking Tools Software
  80. Hack Tools Github
  81. Hacking Tools Windows 10
  82. Best Hacking Tools 2019
  83. Hacker Tools Online
  84. Pentest Tools Tcp Port Scanner
  85. New Hacker Tools
  86. Hacking Tools For Windows
  87. Hack Tools Mac
  88. Hacking Tools Name
  89. How To Hack
  90. Hack Tools Mac
  91. Pentest Tools Find Subdomains
  92. Hacking Tools
  93. Nsa Hack Tools Download

No comments:

Post a Comment