Sunday, August 30, 2020

JoomlaScan - Tool To Find The Components Installed In Joomla CMS, Built Out Of The Ashes Of Joomscan


A free and open source software to find the components installed in Joomla CMS, built out of the ashes of Joomscan.

Features
  • Scanning the Joomla CMS sites in search of components/extensions (database of more than 600 components);
  • Locate the browsable folders of component (Index of ...);
  • Locate the components disabled or protected
  • Locate each file useful to identify the version of a components (Readme, Manifest, License, Changelog)
  • Locate the robots.txt file or error_log file
  • Supports HTTP or HTTPS connections
  • Connection timeout

Next Features
  • Locate the version of Joomla CMS
  • Find Module
  • Customized User Agent and Random Agent
  • The user can change the connection timeout
  • A database of vulnerable components

Usage
usage: python joomlascan.py [-h] [-u URL] [-t THREADS] [-v]
optional arguments:
-h, --help              show this help message and exit

-u URL, --url URL The Joomla URL/domain to scan.
-t THREADS, --threads THREADS
The number of threads to use when multi-threading
requests (default: 10).
-v, --version show program's version number and exit

Requirements
  • Python
  • beautifulsoup4 (To install this library from terminal type: $ sudo easy_install beautifulsoup4 or $ sudo pip install beautifulsoup4)

Changelog
  • 2016.12.12 0.5beta > Implementation of the Multi Thread, Updated database from 656 to 686 components, Fix Cosmetics and Minor Fix.
  • 2016.05.20 0.4beta > Find README.md, Find Manifes.xml, Find Index file of Components (Only if descriptive), User Agent and TimeOut on Python Request, Updated database from 587 to 656 components, Fix Cosmetics and Minor Fix.
  • 2016.03.18 0.3beta > Find index file on components directory
  • 2016.03.14 0.2beta > Find administrator components and file Readme, Changelog, License.
  • 2016.02.12 0.1beta > Initial release




Continue reading


  1. Hacking Tools Github
  2. Hack Website Online Tool
  3. Tools Used For Hacking
  4. How To Hack
  5. Physical Pentest Tools
  6. Hacking Tools 2019
  7. Hack Tool Apk
  8. Pentest Tools Online
  9. Wifi Hacker Tools For Windows
  10. Hack Tools Download
  11. Nsa Hack Tools
  12. Hack Website Online Tool
  13. Hacker Tools For Windows
  14. How To Install Pentest Tools In Ubuntu
  15. New Hacker Tools
  16. Hacking App
  17. Hacker Hardware Tools
  18. Android Hack Tools Github
  19. Termux Hacking Tools 2019
  20. Pentest Tools Bluekeep
  21. Tools Used For Hacking
  22. World No 1 Hacker Software
  23. Hacker Tools
  24. Pentest Tools Port Scanner
  25. Beginner Hacker Tools
  26. Hacking Tools Download
  27. Hack And Tools
  28. Pentest Tools Open Source
  29. Hacking Tools For Kali Linux
  30. Pentest Tools Alternative
  31. Hacking App
  32. Hack And Tools
  33. Hack And Tools
  34. World No 1 Hacker Software
  35. Hacking Tools Free Download
  36. Pentest Tools Framework
  37. Hacker Techniques Tools And Incident Handling
  38. Kik Hack Tools
  39. Hack Tools 2019
  40. Hacking Tools Github
  41. Hacker Tools For Mac
  42. Underground Hacker Sites
  43. New Hacker Tools
  44. Hack Tools Download
  45. Pentest Tools Find Subdomains
  46. Hak5 Tools
  47. Hacker Search Tools
  48. Hack And Tools
  49. Nsa Hack Tools Download
  50. Hack App
  51. Pentest Tools Tcp Port Scanner
  52. Hack Tool Apk
  53. Ethical Hacker Tools
  54. Pentest Tools Windows
  55. Hacker Hardware Tools
  56. Hacking Tools Kit
  57. Hacker Tools Linux
  58. Hacker Tools Apk
  59. Pentest Tools For Ubuntu
  60. Pentest Recon Tools
  61. Pentest Tools Port Scanner
  62. Growth Hacker Tools
  63. Hacker Tools Linux
  64. Hacker Tools Software
  65. Pentest Tools Review
  66. Hacking Tools For Windows Free Download
  67. Pentest Tools Free
  68. Ethical Hacker Tools
  69. Hacker Tools Mac
  70. Pentest Tools Port Scanner
  71. Usb Pentest Tools
  72. Hacker Tools Github
  73. Hack Tool Apk
  74. Beginner Hacker Tools
  75. Hack Tools
  76. Hacker Tools Online
  77. Pentest Tools Apk
  78. Underground Hacker Sites
  79. Pentest Tools Github
  80. Pentest Tools Apk
  81. Underground Hacker Sites
  82. Hacking Tools 2020
  83. Pentest Automation Tools
  84. Android Hack Tools Github
  85. Hack Tools Pc
  86. Pentest Tools Review
  87. Underground Hacker Sites
  88. Hacking Tools Free Download
  89. Hack Tools
  90. Hacker Tools 2019
  91. Hacker Tools 2019
  92. Pentest Tools For Android
  93. Hack Tools
  94. Hacking Tools Windows 10
  95. Underground Hacker Sites
  96. Pentest Tools Free
  97. Hacking Tools For Windows 7
  98. Underground Hacker Sites
  99. Hacker Security Tools
  100. Pentest Tools Kali Linux
  101. Hacking Apps
  102. Hacker Tools For Pc
  103. Hack Tools
  104. Pentest Tools For Android
  105. Pentest Tools Android
  106. New Hack Tools
  107. Hack Tools For Mac
  108. Termux Hacking Tools 2019
  109. Hacking Tools Pc
  110. Hacker Tools List

Saturday, August 29, 2020

Cracking Windows 8/8.1 Passwords With Mimikatz



You Might have read my previous posts about how to remove windows passwords using chntpw and might be thinking why am I writing another tutorial to do the same thing! Well today we are not going to remove the windows user password rather we are going to be more stealth in that we are not going to remove it rather we are going to know what is the users password and access his/her account with his/her own password. Sounds nice...


Requirements:


  1. A live bootable linux OS (I'm using Kali Linux)(Download Kali Linux)
  2. Mimikatz (Download | Blog)
  3. Physical Access to victim's machine
  4. A Working Brain in that Big Head (Download Here)



Steps:

1. First of all download mimikatz and put it in a pendrive.

2. Boat the victim's PC with your live bootable Pendrive (Kali Linux on pendrive in my case). And open a terminal window

3. Mount the Volume/Drive on which windows 8/8.1 is installed by typing these commands
in the terminal window:

mkdir /media/win
ntfs-3g /dev/sda1 /media/win

[NOTE] ntfs-3g is used to mount an NTFS drive in Read/Write mode otherwise you might not be able to write on the drive. Also /dev/sda1 is the name of the drive on which Windows OS is installed, to list your drives you can use lsblk -l or fdisk -l. The third flag is the location where the drive will be mounted.

4. Now navigate to the System32 folder using the following command

cd /media/win/Windows/System32

5. After navigating to the System32 rename the sethc.exe file to sethc.exe.bak by typing the following command:

mv sethc.exe sethc.exe.bak

sethc.exe is a windows program which runs automatically after shift-key is pressed more than 5 times continuously.

6. Now copy the cmd.exe program to sethc.exe replacing the original sethc.exe program using this command:

cp cmd.exe sethc.exe

[Note] We made a backup of sethc.exe program so that we can restore the original sethc.exe functionality

7. With this, we are done with the hard part of the hack now lets reboot the system and boot our Victim's Windows 8/8.1 OS.

8. After reaching the Windows Login Screen plugin the usb device with mimikatz on it and hit shift-key continuously five or more times. It will bring up a command prompt like this





9. Now navigate to your usb drive in my case its drive G:




10. Now navigate to the proper version of mimikatz binary folder (Win32 for32bit windows and x64 for 64 bit windows)


11. Run mimikatz and type the following commands one after the other in sequence:

privilege::debug
token::elevate
vault::list

the first command enables debug mode
the second one elevates the privilages
the last one lists the passwords which include picture password and pin (if set by the user)









That's it you got the password and everything else needed to log into the system. No more breaking and mess making its simple its easy and best of all its not Noisy lol...

Hope you enjoyed the tutorial have fun :)

Continue reading


Kali Linux VM Installation And Setup

Preface

From time to time I realize that certain tasks that are trivial for me are not necessarily easy for others, especially if they are just getting started with IT security stuff.

As I am going to be a Facilitator at SANS Munich 2015 on SEC 401, plus we have a few people at work who are just dipping their toe into the wonderful world of Kali Linux, it seemed like a good opportunity to make a short getting started / installation guide on the Kali VMWare VMs that you can download and quickly get started.

On top of that, when I check the statistics of the blog, I always see that the most popular posts are the detailed howtos and tutorials and I assume that it is because there is a need for this kind of posts too, so here it goes! :)


Step -1: Check in your BIOS/UEFI if virtualization is enabled

We are going to use virtualization, so it would be nice to enable it, right?

In BIOS/UEFI menus this is somewhere around "Security" and/or "Virtualization" and it is something like "Intel (R) Virtualization Technology" and "Intel (R) VT-d Feature" that needs to be set to "Enabled".


Step 0: Install VMWare Player or VMWare Workstation

The Kali Linux VMs are VMWare-based, so you need to install VMWare Player (free), VMWare Workstation (paid) or VMWare Fusion (paid, for OS-X).

The more desirable choice is to use VMWare Workstation or VMWare Fusion, as they have a Snapshot feature, while with VMWare Player, you are forced to take a full copy in order to have a sort of rollback feature.


Step 1: Download Kali VM

We need to download the Kali VMs from the "Custom Kali Images" download site, where you can find a 64 bit (amd64) and a 32 bit PAE (i686) too.

There are also Torrent files for the images and based on experience, using Torrent is much more faster and reliable than the HTTP download, so if you can, use that!

Once you have downloaded the VMs, do not forget to check their SHA1 hash!!! On Linux, you can simply use the sha1sum command at a terminal. For Windows, you can use something like the MD5 & SHA Checksum Utility.


Step 2: Change Kali VM default root password

The Kali VM comes with a preset root password, which is "toor" (without the quotes), therefore, it has to be changed.

Here is how you do it:
root@kali:~# passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully


Step 3: Change Kali VM default SSH keys

The Kali VM also comes with SSH preinstalled, so we need to change the SSH keys to avoid SSH MiTM attacks.
Here is how you do it:
root@kali:~# cd /etc/ssh/
root@kali:/etc/ssh# mkdir default_kali_keys
root@kali:/etc/ssh# mv ssh_host_* default_kali_keys/
root@kali:/etc/ssh# dpkg-reconfigure openssh-server
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
insserv: warning: current start runlevel(s) (empty) of script `ssh' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (2 3 4 5) of script `ssh' overrides LSB defaults (empty).

Now we can check if the keys are really changed:

root@kali:/etc/ssh# md5sum /etc/ssh/*key*
md5sum: /etc/ssh/default_kali_keys: Is a directory
6abe210732068fa7ca95854c3078dba5 /etc/ssh/ssh_host_dsa_key
1b5f3c1a1b5c48cc3cce31b116e8b6f8 /etc/ssh/ssh_host_dsa_key.pub
8f0f60855e5ab8cac8103d64faab090f /etc/ssh/ssh_host_ecdsa_key
aace49ae9236815c9a1672f8ecb2b1e2 /etc/ssh/ssh_host_ecdsa_key.pub
cf861a9f743fb4584ab246024465ddf1 /etc/ssh/ssh_host_rsa_key
d5d65d8ad023a6cb1418ae05007bc6d3 /etc/ssh/ssh_host_rsa_key.pub
root@kali:/etc/ssh# md5sum /etc/ssh/default_kali_keys/*key*
c8d5b82320a4ddde59d0e2b6d9aad42a /etc/ssh/default_kali_keys/ssh_host_dsa_key
6b12ddecd463677cde8097e23d0f219a /etc/ssh/default_kali_keys/ssh_host_dsa_key.pub
fecf056571a3dfbf3635fc2c50bf23c5 /etc/ssh/default_kali_keys/ssh_host_ecdsa_key
e44b7c50635de42e89b3297414f5047d /etc/ssh/default_kali_keys/ssh_host_ecdsa_key.pub
e9e0267484e020878e00a9360b77d845 /etc/ssh/default_kali_keys/ssh_host_rsa_key
ceee93d7bbc9f9b9706e18f23d4e81f1 /etc/ssh/default_kali_keys/ssh_host_rsa_key.pub

Step 4: Update Kali VM

Next you need to update your Kali VM so that everything is patched.

Here is how you do it:

root@kali:~# apt-get update
Get 1 http://http.kali.org kali Release.gpg [836 B]
Get:2 http://security.kali.org kali/updates Release.gpg [836 B]
********************************* SNIP *********************************
Fetched 16.7 MB in 14s (1,190 kB/s)
Reading package lists... Done
root@kali:~# apt-get upgrade
eading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
********************************* SNIP *********************************
The following packages will be upgraded:
********************************* SNIP *********************************
241 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.
Need to get 740 MB of archives.
After this operation, 130 MB disk space will be freed.
Do you want to continue [Y/n]? Y
Get:1 http://security.kali.org/kali-security/ kali/updates/main libc6-i386 amd64 2.13-38+deb7u7 [4,044 kB]
Get:2 http://http.kali.org/kali/ kali/main base-files amd64 1:1.1.0 [77.5 kB]
********************************* SNIP *********************************
root@kali:~#


Step 5: Create a Snapshot/Copy the VM

Once you are done with all the above, you can make a Snapshot in case of VMWare Workstation or copy the files of the VM in case of VMWare Player, so that you can roll back to this clean stat in case you misconfigure something.

Hope this was helpful. Happy hacking!


Related posts


OSWA™


"The OSWA™-Assistant is a self-contained, no Operating System required, freely downloadable, standalone toolkit which is solely focused on wireless auditing. As a result, in addition to the usual WiFi (802.11) auditing tools, it also covers Bluetooth and RFID auditing. Using the toolkit is as easy as popping it into your computer's CDROM and making your computer boot from it!" read more...

Website: http://oswa-assistant.securitystartshere.org

Related word
  1. Hacker
  2. Hacker Tools For Windows
  3. Hack Tools For Windows
  4. Hack Website Online Tool
  5. Pentest Tools Nmap
  6. Hacker Tools Mac
  7. Usb Pentest Tools
  8. Pentest Tools Review
  9. Hack Tools Mac
  10. Hacker Tools 2020
  11. Hacking Tools For Beginners
  12. Hack Tools 2019
  13. Hacker Tools For Ios
  14. Hacking Tools Free Download
  15. Hack Tools Download
  16. Github Hacking Tools
  17. Blackhat Hacker Tools
  18. Hacking Tools
  19. Tools Used For Hacking
  20. Hacking Tools For Mac
  21. Best Hacking Tools 2020
  22. Hacker Tools Mac
  23. Pentest Tools Free
  24. Pentest Tools Linux
  25. Hack Tools Github
  26. Pentest Tools Kali Linux
  27. Termux Hacking Tools 2019
  28. Pentest Tools Online
  29. Hacker Tools Software
  30. Hacking Tools For Beginners
  31. Nsa Hacker Tools
  32. Hacking Tools Online
  33. Hacking Tools Pc
  34. Hack Tools For Pc
  35. Hacking Tools For Pc
  36. Hacker Tools Online
  37. Game Hacking
  38. Hack Tool Apk
  39. Hacker Search Tools
  40. Pentest Tools Subdomain
  41. Hackers Toolbox
  42. Hacking Tools Usb
  43. Hacker Tools Apk
  44. Hack Tools For Mac
  45. Hacking Tools For Windows
  46. Hack Tool Apk No Root
  47. Hacking Tools And Software
  48. Hackers Toolbox
  49. Underground Hacker Sites
  50. Hack Tool Apk No Root
  51. Hacker Tool Kit