Odo Head Spa offered by Odo Beauty Care Limited

Odo Beauty Care Limited Welcome to our first Odo Head Spa Salon located at 9F Pennington Com Bldg., 17 Pennington Street, Causeway Bay (Near to Regal Hotel, Hong Kong and above 7-11) 香港铜锣湾边寧顿亍 17号 边寧顿商业大厅厦电梯 9字 鄰近香港富豪酒店,7-11 樓上 TEL: 9010-1586 English and Japanese only (英/日语) Email: info@odo.com.hk BY APPOINTMENT ONLY 完全予約制 敬请电約

網頁

Powered By Blogger

2020年8月29日星期六

Hacking Windows 95, Part 2

In the Hacking Windows 95, part 1 blog post, we covered that through a nasty bug affecting Windows 95/98/ME, the share password can be guessed in no time. In this article, I'm going to try to use this vulnerability to achieve remote code execution (with the help of publicly available tools only).

The first thing we can do when we have read access to the Windows directory through the share, is to locate all the *.pwl files on the c:\windows directory, copy them to your machine where Cain is installed, switch to Cracker tab, pwl files, load the pwl file, add username based on the filename, and try to crack it. If you can't crack it you might still try to add a .pwl file where you already know the password in the remote windows directory. Although this is a fun post-exploitation task, but still, no remote code execution. These passwords are useless without physical access.


One might think that after having a share password and user password, it is easy to achieve remote code execution. The problem is:
  • there is no "at" command (available since Windows 95 plus!)
  • there is no admin share
  • there is no RPC
  • there is no named pipes
  • there is no remote registry
  • there is no remote service management
If you think about security best practices, disabling unnecessary services is always the first task you should do. Because Windows 95 lacks all of these services, it is pretty much secure!

During my quest for a tool to hack Windows 95, I came across some pretty cool stuff:
LanSpy

But the best of the best is Fluxay, which has been written by chinese hackers. It is the metasploit from the year 2000. A screenshot is worth more than a 1000 words. 4 screenshot > 4 thousand words :)





It is pretty hard to find the installer, but it is still out there!

But at the end, no remote code execution for me.

My idea here was that if I can find a file which executes regularly (on a scheduled basis), I can change that executable to my backdoor and I'm done. Although there is no scheduler in the default Windows 95, I gave it a try. 

Let's fire up taskman.exe to get an idea what processes are running:


Looks like we need a more powerful tool here, namely Process Explorer. Let's try to download this from oldapps.com:


LOL, IE3 hangs, can't render the page. Copying files to the Win95 VM is not that simple, because there are no shared folders in Win95 VM. And you can't use pendrives either, Win95 can't handle USB (at least the retail version). After downloading the application with a newer browser from oldapps, let's start Process Explorer on the test Windows 95.


Don't try to download the Winsocks 2 patch from the official MS site, it is not there anymore, but you can download it from other sites

Now let's look at the processes running:


After staring it for minutes, turned out it is constant, no new processes appeared.
Looking at the next screenshot, one can notice this OS was not running a lot of background processes ...


My current Win7 has 1181 threads and 84 processes running, no wonder it is slow as hell :)

We have at least the following options:
  1. You are lucky and not the plain Windows 95 is installed, but Windows 95 Plus! The main difference here is that Windows 95 Plus! has built-in scheduler, especially the "at" command. Just overwrite a file which is scheduled to execution, and wait. Mission accomplished!
  2. Ping of death - you can crash the machine (no BSOD, just crash) with long (over 65535 bytes) ICMP ping commands, and wait for someone to reboot it. Just don't forget to put your backdoor on the share and add it to autoexec.bat before crashing it. 
  3. If your target is a plain Windows 95, I believe you are out of luck. No at command, no named pipes, no admin share, nothing. Meybe you can try to fuzz port 137 138 139, and write an exploit for those. Might be even Ping of Death is exploitable?
Let's do the first option, and hack Windows 95 plus!
Look at the cool features we have by installing Win95 Plus!


Cool new boot splash screen!


But our main interest is the new, scheduled tasks!


Now we can replace diskalm.exe with our backdoor executable, and wait maximum one hour to be scheduled.

Instead of a boring text based tutorial, I created a YouTube video for you. Based on the feedbacks on my previous tutorialz, it turned out I'm way too old, and can't do interesting tutorials. That's why I analyzed the cool skiddie videoz, and found that I have to do the followings so my vidz won't suck anymore:
  • use cool black windows theme
  • put meaningless performance monitor gadgets on the sidebar
  • use a cool background, something related with hacking and skullz
  • do as many opsec fails as possible
  • instead of captions, use notepad with spelling errorz
  • there is only one rule of metal: Play it fuckin' loud!!!!

More information


How To Run Online Kali Linux Free And Any Devices

More articles


15 Important Run Commands Every Windows User Should Know

There are several ways to efficiently access the files, folders, and programs in Windows operating system. We can create shortcuts, pin programs to the taskbar, Start menu shortcuts etc. but we can't do it for all programs in many cases. However, the Windows Run Command box is one of the most efficient ways of accessing system programs, folders, and settings.

In this article, I am going to share 15 most important Run commands for Windows users. These commands can make it easier to manage a lot of tasks.
How to open Windows Run command box?
You need to press Win+R (Hold Windows button then Press R)

Important Run Commands Every Windows User Should Know

1. %temp%
This is the fastest way to clear the temporary files from your computer. It can save a lot of space which was being wasted by temporary files.
2. cmd 
This command will open the windows DOS command prompt. Windows command prompt is very useful for performing many tasks which are not possible using graphical user interface.
3. MSConfig
Windows Run Command - MSconfig-compressed
Windows System Configuration
This command will open Windows System Configuration where you can edit different things like the boot options, startup options, services, etc.
4. sysdm.cpl
Windows Run Command - sysdm cpl-compressed
System Properties window
This command will open the System Properties window, Where you can change the system protection and performance related many settings
5. Powershell
Powershell is very similar the command prompt. Just type this command in the Run dialog box, and you will have your PowerShell opened without administrator privileges.
6. perfmon.msc
Windows Run Command - perfmon msc-compressed
Windows System Performance monitor
This command can be used to monitor the performance of your computer. There are plenty of options for monitoring the system performance
7. regedit
Regedit Run command is used to open the Windows Registry. It is a hierarchical database that hosts all the configurations and settings of Windows operating system, it's users and the installed software.
8. \ (Backslash)
This is one of the lesser known Run commands. Just enter the backslash into the Run dialog box and it will open up the C drive. It is one of the quickest ways to access the C drive.
9. . (Dot)
This is yet another lesser known Run command. When executed, it opens the current user's home folder which hosts all the other local folders like the Downloads, Documents, Desktop, Pictures, etc.
10. .. (Double Dots)
When you execute these two dots in the Run dialog box, it will open up the Users folder which is located directly on the C drive
11. Control
This command will open the control panel. Control panel is used for managing all the system settings and programs
12. hdwwiz.cpl
Windows Run Command - hdwwiz-
Windows Device Manager
This command is used to open the Device Manager in Windows. You can manage all the device connected internally or externally to your PC.
13. Notepad
The quickest way to open notepad in Windows. Just type this command in Run Box and hit enter.
14. osk
This command will open On-Screen Keyboard on your display monitor. You can easily touch and type or use your mouse for typing.
15. taskmgr 
This command will open task manager where you can manage all the processes and programs running on Windows Operating system.

More articles


  1. Hacker Tools For Pc
  2. Pentest Tools Online
  3. Hacking Tools
  4. Pentest Tools Framework
  5. New Hacker Tools
  6. Hacker Hardware Tools
  7. Pentest Tools Framework
  8. Android Hack Tools Github
  9. Pentest Tools Download
  10. Tools Used For Hacking
  11. Blackhat Hacker Tools
  12. Pentest Tools Website Vulnerability
  13. Free Pentest Tools For Windows
  14. Hack Tools Github
  15. Hacking Tools Pc
  16. Pentest Tools Android
  17. Best Hacking Tools 2019
  18. How To Make Hacking Tools
  19. Pentest Tools Tcp Port Scanner
  20. Pentest Tools Android
  21. Physical Pentest Tools
  22. What Are Hacking Tools
  23. Hacker Security Tools
  24. Hacker
  25. Beginner Hacker Tools
  26. Pentest Tools Online
  27. Hacking Tools For Windows 7
  28. Beginner Hacker Tools
  29. Top Pentest Tools
  30. Pentest Tools Bluekeep
  31. Black Hat Hacker Tools
  32. Tools For Hacker
  33. Hack Tools Mac
  34. Hacking Tools For Mac
  35. Hacker Tools List
  36. Hacking Tools For Kali Linux
  37. Hack Tools Mac
  38. Hack Tools 2019
  39. Hacking Tools Download
  40. Hack Tools For Mac
  41. Hack Tools
  42. Pentest Tools Apk
  43. Hacking Tools 2019
  44. Hacker Techniques Tools And Incident Handling
  45. Hacker Tools 2019
  46. Hacking Tools
  47. Hacking Tools Download
  48. Usb Pentest Tools
  49. Hacker Techniques Tools And Incident Handling
  50. Hacker Tools For Ios
  51. Pentest Box Tools Download
  52. Free Pentest Tools For Windows
  53. Top Pentest Tools
  54. Nsa Hacker Tools
  55. Hacker Tools For Pc
  56. Hack Website Online Tool
  57. Growth Hacker Tools
  58. Hacking Tools For Pc
  59. Hacking Tools For Games
  60. Hack And Tools
  61. Best Pentesting Tools 2018
  62. Hack Tool Apk
  63. Pentest Tools Kali Linux
  64. Pentest Tools List
  65. Hacker Tools Apk
  66. Hacking Tools Pc
  67. Pentest Tools Subdomain
  68. Pentest Tools Bluekeep
  69. Android Hack Tools Github
  70. Github Hacking Tools
  71. How To Hack
  72. Hacking Tools Github
  73. Bluetooth Hacking Tools Kali
  74. Hacker Tools List
  75. Pentest Tools Bluekeep
  76. Github Hacking Tools
  77. Hack Tools
  78. Best Pentesting Tools 2018
  79. Hacking Tools For Pc
  80. Usb Pentest Tools
  81. Kik Hack Tools
  82. Android Hack Tools Github
  83. Hacking Tools Windows 10
  84. Hacker Tools For Windows
  85. Pentest Tools Nmap
  86. Hack Website Online Tool
  87. Bluetooth Hacking Tools Kali
  88. New Hacker Tools
  89. Hack App
  90. Pentest Tools Download
  91. Pentest Tools Bluekeep
  92. Usb Pentest Tools
  93. Best Hacking Tools 2020
  94. Hacking Apps
  95. Hacker Tools List
  96. Hacker Tools Free
  97. Hack Tools For Pc
  98. Hacker Tools For Pc
  99. Pentest Reporting Tools
  100. Hackrf Tools
  101. Top Pentest Tools
  102. Hacking Tools Download
  103. Best Hacking Tools 2020
  104. Hackrf Tools
  105. Pentest Tools Download
  106. Hacking App
  107. Tools For Hacker
  108. Hacking Tools For Mac
  109. Hack App
  110. Pentest Tools Url Fuzzer
  111. Top Pentest Tools
  112. New Hack Tools
  113. Underground Hacker Sites
  114. Install Pentest Tools Ubuntu
  115. Pentest Tools List
  116. Hack Rom Tools
  117. Pentest Tools Review
  118. Pentest Tools Alternative
  119. Hacker Tools Software
  120. Hak5 Tools
  121. Hacker Security Tools
  122. Pentest Tools Download
  123. Hacker Search Tools
  124. Hacker Hardware Tools
  125. Hack Apps
  126. Hacker Hardware Tools
  127. Hacker Search Tools
  128. Pentest Tools Apk
  129. Pentest Tools List
  130. Hacker Tools Windows
  131. Hacker Tools For Windows
  132. Hacker Tools Free Download
  133. Hack Rom Tools
  134. Bluetooth Hacking Tools Kali
  135. Easy Hack Tools
  136. Pentest Reporting Tools
  137. Hack Tools For Mac
  138. Pentest Automation Tools
  139. What Is Hacking Tools
  140. Hacker Tools For Ios
  141. Pentest Reporting Tools
  142. Pentest Reporting Tools
  143. Pentest Tools Download
  144. Hacking Tools For Windows 7
  145. Usb Pentest Tools
  146. Hacking Tools 2019
  147. Hacking Tools For Windows
  148. How To Make Hacking Tools
  149. Hack Apps
  150. Hack Tools For Ubuntu
  151. Pentest Tools Download
  152. Hacker Tools For Windows
  153. Hacker Tools For Ios
  154. Pentest Tools Online
  155. Pentest Tools Nmap
  156. Hacking Tools Github
  157. Hacker Tools Free
  158. Hacking Tools For Mac
  159. Hacking App
  160. Pentest Recon Tools
  161. Hacker Tools Mac
  162. Hack Tools Mac
  163. Hack Tool Apk No Root
  164. What Is Hacking Tools
  165. Hacking Tools Usb
  166. Hacking Apps
  167. Nsa Hacker Tools
  168. Hacking Tools And Software
  169. Tools 4 Hack
  170. Hacker Tools List
  171. Hacking Apps
  172. Best Hacking Tools 2019
  173. Hacker
  174. Easy Hack Tools