Enter your email address:

Delivered by FeedBurner

Thursday, January 18, 2024

WiFi Hacking On Tablets

Disclaimer: Don't hack anything where you don't have the authorization to do so. Stay legal.

Ever since I bought my first Android device, I wanted to use the device for WEP cracking. Not because I need it, but I want it :) After some googling, I read that you can't use your WiFi chipset for packet injection, and I forgot the whole topic.

After a while, I read about hacking on tablets (this was around a year ago), and my first opinion was: 
"This is stupid, lame, and the usage of that can be very limited".

After playing one day with it, my opinion just changed: 
"This is stupid, lame, the usage is limited, but when it works, it is really funny :-)"

At the beginning I looked at the Pwn Pad as a device that can replace a pentest workstation, working at the attacker side. Boy was I wrong. Pwn Pad should be used as a pentest device deployed at the victim's side!

You have the following options:
  1. You have 1095 USD + VAT + shipping to buy this Pwn Pad
  2. You have around 200 USD to buy an old Nexus 7 tablet, a USB OTG cable, a USB WiFi dongle (e.g. TP-Link Wireless TL-WN722N USB adapter works).



In my example, I bought a used, old 2012 Nexus WiFi. Originally I bought this to play with different custom Android ROMs, and play with rooted applications. After a while, I found this Pwn Pad hype again and gave it a shot.

The Pwn Pad community edition has an easy-to-use installer, with a proper installation description. Don't forget to backup everything from your tablet before installing Pwn Pad on it!

I don't want to repeat the install guide, it is as easy as ABC. I booted a Ubuntu Live CD, installed adb and fastboot, and it was ready-to-roll. I have not measured the time, but the whole process was around 20 minutes.


The internal WiFi chipset can be used to sniff traffic or even ARP poisoning for active MiTM. But in my case, I was not able to use the internal chipset for packet injection, which means you can't use it for WEP cracking, WPA disauth, etc. This is where the external USB WiFi comes handy. And this is why we need the Pwn Pad Android ROM, and can't use an average ROM.

There are two things where Pwn Pad really rocks. The first one is the integrated drivers for the external WiFi with monitor mode and packet injection capabilities. The second cool thing is the chroot wrapper around the Linux hacking tools. Every hacking tool has a start icon, so it feels like it is a native Android application, although it is running in a chroot Kali environment.

Wifite

The first recommended app is Wifite. Think of it as a wrapper around the aircrack - airmon - airodump suite. My biggest problem with WEP cracking was that I had to remember a bunch of commands, or have the WEP cracking manual with me every time I have to crack it. It was overcomplicated. But thanks to Wifite, that is past.

In order to crack a WEP key, you have to:
  1. Start the Wifite app
  2. Choose your adapter (the USB WiFi)

  3. Choose the target network (wep_lan in the next example)
  4. Wait for a minute 
  5. PROFIT!

SSH reverse shell

This is one of the key functionalities of the Pwn Pad. You deploy the tablet at the Victim side, and let the tablet connect to your server via (tunneled) SSH.

The basic concept of the reverse shells are that an SSH tunnel is established between the Pwn Pad tablet (client) and your external SSH server (either directly or encapsulated in other tunneling protocol), and remote port forward is set up, which means on your SSH server you connect to a localport which is forwarded to the Pwn Pad and handled by the Pwn Pad SSH server.

I believe the best option would be to use the reverse shell over 3G, and let the tablet connect to the victim network through Ethernet or WiFi. But your preference might vary. The steps for reverse shells are again well documented in the documentation, except that by default you also have to start the SSH server on the Pwn Pad. It is not hard, there is an app for that ;-) On your external SSH server you might need to install stunnel and ptunnel if you are not using Kali. The following output shows what you can see on your external SSH server after successful reverse shell.

root@myserver:/home/ubuntu# ssh -p 3333 pwnie@localhost The authenticity of host '[localhost]:3333 ([127.0.0.1]:3333)' can't be established. ECDSA key fingerprint is 14:d4:67:04:90:30:18:a4:7a:f6:82:04:e0:3c:c6:dc. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '[localhost]:3333' (ECDSA) to the list of known hosts. pwnie@localhost's password:   _____      ___  _ ___ ___   _____  _____ ___ ___ ___ ___  | _ \ \    / / \| |_ _| __| | __\ \/ / _ \ _ \ __/ __/ __|  |  _/\ \/\/ /| .` || || _|  | _| >  <|  _/   / _|\__ \__ \  |_|   \_/\_/ |_|\_|___|___| |___/_/\_\_| |_|_\___|___/___/   Release Version: 1.5.5  Release Date: 2014-01-30  Copyright 2014 Pwnie Express. All rights reserved.   By using this product you agree to the terms of the Rapid Focus  Security EULA: http://pwnieexpress.com/pdfs/RFSEULA.pdf   This product contains both open source and proprietary software.  Proprietary software is distributed under the terms of the EULA.  Open source software is distributed under the GNU GPL:  http://www.gnu.org/licenses/gpl.html  pwnie@localhost:~$ 

Now you have a shell on a machine that is connected to the victim network. Sweet :) Now Metasploit really makes sense on the tablet, and all other command-line tools.

EvilAP and DSniff

Start EvilAP (it is again a wrapper around airobase), choose interface (for me the Internal Nexus Wifi worked), enter an SSID (e.g freewifi), enter channel, choose whether force all clients to connect to you or just those who really want to connect to you, and start.


The next step is to start DSniff, choose interface at0, and wait :) In this example, I used a popular Hungarian webmail, which has a checkbox option for "secure" login (with default off). There are sooo many problems with this approach, e.g. you can't check the certificate before connecting, and the login page is delivered over HTTP, so one can disable the secure login checkbox seamlessly in the background, etc. In this case, I left the "secure" option on default off.



In the next tutorial, I'm going to show my next favorite app, DSploit ;)

Lessons learned

Hacking has been never so easy before
In a home environment, only use WPA2 PSK
Choose a long, nondictionary passphrase as the password for WPA2
Don't share your WiFi passwords with people you don't trust, or change it when they don't need it anymore
Don't let your client device auto-connect to WiFi stations, even if the SSID looks familiar

I believe during an engagement a Pwn Plug has better "physical cloaking" possibilities, but playing with the Pwn Pad Community Edition really gave me fun moments.

And last but not least I would like to thank to the Pwn Pad developers for releasing the Community Edition!

Read more

The OWASP Foundation Has Selected The Technical Writer For Google Season Of Docs

The OWASP Foundation has selected the technical writer for Google Season of Docs by Fabio Cerullo


The OWASP Foundation has been accepted as the organization for the Google Seasons of Docs, a project whose goals are to give technical writers an opportunity to gain experience in contributing to open source projects and to give open-source projects an opportunity to engage the technical writing community.

During the program, technical writers spend a few months working closely with an open-source community. They bring their technical writing expertise to the project's documentation, and at the same time learn about open source and new technologies.

The open-source projects work with the technical writers to improve the project's documentation and processes. Together they may choose to build a new documentation set, or redesign the existing docs, or improve and document the open-source community's contribution procedures and onboarding experience. Together, we raise public awareness of open source docs, of technical writing, and of how we can work together to the benefit of the global open source community.

After a careful review and selection process, the OWASP Foundation has picked the primary technical writer who will work along the OWASP ZAP Team for the next 3 months to create the API documentation of this flagship project.

Congratulations to Nirojan Selvanathan!

Please refer to the linked document where you could look at the deliverables and work execution plan.



More info

Multi-Protocol Proxy Over TCP & UDP

Many years ago I programed a console based multi protocol proxy (the sha0proxy) lately I created in dotnet a graphical verison of the tool, but due to the form referesh speed finally I implemented it in C++ with Qt.

This tool useful for reversing, exploiting & pentesting was finally called rproxy, and its a multi-protocol proxy over TCP or UDP.





Being in the middle of the communication you can view and modify the bytes before being sent to the client or server.

In the tools tab right now its possible to open the blob on radare2 for further reversing of the data structures or code.


A basic mutation based fuzzer is implemented for bug-hunting, just set the % ratio of mutation and the bytes will be modified during specific communications phase.

One of the powerful things of this tool is the scripting, it is possible to automate a modification in specific moment of the traffic flow.



For example a script with a single line: "IN 3 20 3F" will write a 0x3f on the offset 20 only on the third packet received from the server. I have used this feature for triggering vulnerabilities.

Regarding the saving and loading data from disk, it's possible to save and load data in raw and hex formats. Also can be configured for save all the communications or only specific emission.


Find the source code and binaries at github: https://github.com/sha0coder/reproxy



Continue reading
  1. Hacking Tools Usb
  2. Hackers Toolbox
  3. New Hacker Tools
  4. Hackers Toolbox
  5. Hacker
  6. Hack Tools Pc
  7. Hacking Tools Github
  8. Hack Apps
  9. Hack Tools Download
  10. Hacker Techniques Tools And Incident Handling
  11. Pentest Recon Tools
  12. Pentest Tools Framework
  13. Hacker Tools Windows
  14. Hacker Tools Mac
  15. Pentest Tools For Android
  16. Pentest Tools Nmap
  17. Tools For Hacker
  18. Hack Tools For Ubuntu
  19. Hacks And Tools
  20. Hacking Tools For Beginners
  21. Hack Tools Pc
  22. How To Hack
  23. Blackhat Hacker Tools
  24. Hacking Tools 2019
  25. Hacking Tools Github
  26. Free Pentest Tools For Windows
  27. Physical Pentest Tools
  28. Hacking Tools Usb
  29. Hacking Tools For Windows Free Download
  30. Hacker Tool Kit
  31. Hacker Search Tools
  32. Hacker Security Tools
  33. Computer Hacker
  34. Blackhat Hacker Tools
  35. Hacker Tools Free Download
  36. Hacker Tools For Ios
  37. Pentest Reporting Tools
  38. Hacking Tools Kit
  39. Computer Hacker
  40. Hacking Tools Usb
  41. Hacker Tools Hardware
  42. Hack Tools Github
  43. Pentest Tools Windows
  44. Game Hacking
  45. Pentest Tools Review
  46. Hacking Tools 2020
  47. Hacker Tools Free Download
  48. Hacker Tools Github
  49. Hack Tool Apk
  50. Pentest Tools
  51. Hacking Tools For Windows 7
  52. Hacking App
  53. Tools 4 Hack
  54. Hacking Tools For Mac
  55. Free Pentest Tools For Windows
  56. Top Pentest Tools
  57. Nsa Hacker Tools
  58. Pentest Tools Subdomain
  59. Hack Tools 2019
  60. Hacker Hardware Tools
  61. Hacker Techniques Tools And Incident Handling
  62. Pentest Recon Tools
  63. Hack Tools Mac
  64. Free Pentest Tools For Windows
  65. Hacking Tools Pc
  66. Hacker Tools 2020
  67. Hacking Tools 2019
  68. Hack Tools Github
  69. Pentest Tools Find Subdomains
  70. What Is Hacking Tools
  71. Hacking Apps
  72. Top Pentest Tools
  73. Hack Tools
  74. Pentest Tools Kali Linux
  75. Pentest Tools Framework
  76. Hacking Tools Online
  77. Pentest Tools For Ubuntu
  78. Hacker Tools Github
  79. Wifi Hacker Tools For Windows
  80. Hacking Tools Software
  81. Pentest Tools Online
  82. Github Hacking Tools
  83. Pentest Recon Tools
  84. Hacking Tools Online
  85. Pentest Tools For Android
  86. Hacker Security Tools
  87. Hack Rom Tools
  88. Hacks And Tools
  89. Pentest Tools Windows
  90. Hacker Tools
  91. Hacker Tools Free
  92. Hack Tool Apk No Root
  93. Pentest Tools Alternative
  94. Hacker Tools Windows
  95. Tools For Hacker
  96. Pentest Tools Website Vulnerability
  97. Pentest Tools Apk
  98. Hacking Tools And Software
  99. Hacker Tools Github
  100. Hacking Tools Name
  101. Pentest Tools For Android
  102. Hack Tools Online
  103. Pentest Tools For Android
  104. Best Hacking Tools 2019
  105. Hack Tools For Games
  106. Hak5 Tools
  107. Hacker Tools For Ios
  108. Hacking Apps
  109. Physical Pentest Tools
  110. Pentest Reporting Tools
  111. New Hack Tools
  112. Hacker Tools For Windows
  113. Hacking Tools For Kali Linux
  114. Pentest Tools List
  115. Pentest Automation Tools
  116. Hacking Tools Kit
  117. Tools Used For Hacking
  118. Hack Website Online Tool
  119. Pentest Tools Apk
  120. Pentest Tools List
  121. Install Pentest Tools Ubuntu
  122. Pentest Tools List
  123. Hacking Apps
  124. Hack Tools For Ubuntu
  125. Hacking Apps
  126. Hacker Tools For Ios

Wednesday, January 17, 2024

Critical Bug Found In WordPress Plugin For Elementor With Over A Million Installations

 


A WordPress plugin with over one million installs has been found to contain a critical vulnerability that could result in the execution of arbitrary code on compromised websites.

The plugin in question is Essential Addons for Elementor, which provides WordPress site owners with a library of over 80 elements and extensions to help design and customize pages and posts.

"This vulnerability allows any user, regardless of their authentication or authorization status, to perform a local file inclusion attack," Patchstack said in a report. "This attack can be used to include local files on the filesystem of the website, such as /etc/passwd. This can also be used to perform RCE by including a file with malicious PHP code that normally cannot be executed."

That said, the vulnerability only exists if widgets like dynamic gallery and product gallery are used, which utilize the vulnerable function, resulting in local file inclusion – an attack technique in which a web application is tricked into exposing or running arbitrary files on the webserver.

The flaw impacts all versions of the addon from 5.0.4 and below, and credited with discovering the vulnerability is researcher Wai Yan Myo Thet. Following responsible disclosure, the security hole was finally plugged in version 5.0.5 released on January 28 "after several insufficient patches."

The development comes weeks after it emerged that unidentified actors tampered with dozens of WordPress themes and plugins hosted on a developer's website to inject a backdoor with the goal of infecting further sites.

Continue reading