Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.6K photos
15 videos
157 files
131K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Spring4Shell-POC : Dockerized Spring4Shell (CVE-2022-22965) PoC Application And Exploit

Spring4Shell-POC is a dockerized application that is vulnerable to the Spring4Shell vulnerability (CVE-2022-22965). Full Java source for the war is provided and modifiable, the war will get re-built whenever the docker image is built. The built WAR will then be loaded by Tomcat. There is nothing special about this application, it’s a simple hello world that’s based off Spring tutorials.

Requirements

* Docker
* Python3 + requests library

Instructions

* Clone the repository
* Build and run the container: docker build . -t spring4shell && docker run -p 8080:8080 spring4shell
* App should now be available at http://localhost:8080/helloworld/greeting
* Run the exploit.py script: python exploit.py --url "http://localhost:8080/helloworld/greeting"
* Visit the created webshell! Modify the cmdGET parameter for your commands. (http://localhost:8080/shell.jsp by default)
Download

___________________________
@hacking_Attack
@Hacking_Video
Dark Reading: Attacks/Breaches
Risk Disconnect in the Cloud

New Cloud Security Alliance (CSA) and Google Cloud study shows many enterprises struggle to measure and manage risk in their cloud workloads.
Dark Reading: Attacks/Breaches
80% of Firms Suffered Identity-Related Breaches in Last 12 Months

With almost every business experiencing growth in human and machine identities, firms have made securing those identities a priority.
Dark Reading: Attacks/Breaches
GitHub's MFA Plans Should Spur Rest of Industry to Raise the Bar

We as industry leaders should be building on what individual platforms like GitHub are doing in two critical ways: demanding third parties improve security and creating more interoperable architectures.
$1500 Of Broken Access Controls

Hello,Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
GooFuzz - Tool To Perform Fuzzing With An OSINT Approach, Managing To Enumerate Directories, Files, Subdomains Or Parameters Without Leaving Evidence On The Target's Server With Google Dorking

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwg5konSKx0XuurJw3mJ2MKfQwpDO_Z0OCT-GyxpNr3aWLvlReSRRLBVboudg68O2lJkMyYgL3npqNBW4oHFiF_E5ENf_Q_f_S8BRk6zjK0kwJM8XNUKwxFA7USdeeuAfdIPEPoTw4TSSe1dcyhMkr1KH8qBVbueFvJ81P59nBEYDcguUdk_rGXXpB/w640-h388/GooFuzz_1_goofuzz.png CreditsAuthor: M3n0sD0n4ldTwitter: @David_Uton Description:GooFuzz is a script written in Bash Scripting that uses advanced Google search techniques to obtain sensitive information in files or directories without making requests to the web server. Download and install:$ git clone https://github.com/m3n0sd0n4ld/GooFuzz.git
$ cd GooFuzz
$ chmod +x GooFuzz
$ ./GooFuzz -h
Use:Menuhttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5vWTHhmPJmE1bcAqyGj14qTd5w1YBaHY-8FOARpnYvTMUDTGYvHFiPa2OIvEyQXetf2fFtBQYDjNSFZUg_UtQdWLHQsrL7V7rrRea4IAPhpMOlHriGlAAdpw6PCTVZRJsaBzfFxTKBn_lp_n-8cMyHqdwSqZHf9JpbgqOAzHc279cL2_bq1Teq7TM/w640-h470/GooFuzz_7_1.png Lists files by extensions separated by commas.https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3MHEz-ZSn-dxNltge_CCIcBBC_ru51de2h5_nFf_ZLqMjRgFLKy2Rzc5LPvpNYrApVNakY81qtpn3ZTs60EIu0JJYNBHhzUXFSQzTLrw8DgvUHXBChdqN4M4BnWW47l_K136Z12tZTtOddZxUl9WFJNa7hyoNJudVghpFIT7003N2Mou3ANTdg8k9/w492-h640/GooFuzz_8_2.png Lists files by extensions contained in a txt file.https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7z5F1rrBaAZW34y457bz8qi4jvOg7BG3yV-wCLoO-kJ2FAZaiDLq2ig8fVCnlXBpYXiqfx0aJ-cLB3aQ6FXVryV2D9VmN1DL_d3EuIHAcPqCIhbS2060EzbSfYHPpKvL6Ni2QaonpXV3lKQ-9zpNGmGX5ol1fmWw6VjCor5RXbNnYQAD6sXMO1ysY/w552-h640/GooFuzz_9_3.png Lists files by extension, either subdomain or domain and showing the first Google result.https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWLhjR5N26y0cV6uYir-FN7hKeBEq-zCyz1rUXzXSU1lSZi-lQh4kI-USC5xhSTvttPqkgD_HSNXJ6_rwtDhILkrz8tRt2t5qIjQxtSDKp0bWYYYZ0C2pn6Xb3XWrKflZ7AdYgNShdgM1JxfPYzWiY4LAZfpP-vdPBePvBmRIXAA1ZOFdgAJDGcMSF/w520-h640/GooFuzz_10_4.png List files, directories and even parameters by means of a wordlist (it is recommended to use only very small files).https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinOh20CvsKXeLdeVIO-CRcfL6wcK1K2L_H2zLIHNFLIV-vIqWWgM5Kt2bgKAShgRAYS5RrofHKht3GdAbHBoAGYtgQUe35yX9AQ9-P53cnp1RSY3HoKR4zogeWGA3jogl1Pedf4GsbMeEKc6Wzqj6H0fBMA2gVpaDmf8uVYB6xzE8hA6gZ9p-RV8kY/w616-h640/GooFuzz_11_5.png Lists directories and files by specifying paths, words or file names.https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjp_DDLEWevf8lCeqbqUt8NONqrPzohDwOa4HASiA1YYp3BUpKjmAe-JaBp1LHS9lv24YRb6vgBcRQFx7051sw33FlgjzF2lydaSMdrlii99qp4IHKvnnqMDA0U4L71XXd9GZko2PBOztBVsnb3n4KwPL-J1XP7RZk7HuXjBmXZgi6e_c8K3Qu8gXB0/w640-h538/GooFuzz_12_7.png Disclaimer* I am not responsible for the misuse of the tool.
* Google Search has mechanisms to prevent abusive use or detection of suspicious activity. If at any time the tool does not show results, Google has temporarily blocked you (e.g. Captcha).
* All the information obtained is public and through Google results.
* Logically, the searches are in Google, so it leaves no evidence in the logs of the target's server.
* And very important, if you see a file, directory, subdomain, etc... Indexed in Google, does not mean that it still exists on the server (or it does ;)). Useful?If you like the tool, find it useful in your work, Bug Bounty or as a hobby, you could help me like this:

* Tell your friends and co-workers about it.
* Contribute new ideas or help me to improve it by correcting bugs from here.
* How? Do you want to buy me a coffee? Thank you very much! Download GooFuzz

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Zoo Management System 1.0 Cross Site Scripting

https://1.bp.blogspot.com/-ju6c7E-5MWk/WWlvdc1QT-I/AAAAAAAAIPk/ByEXv5vo16UsrlpTJMmF2Op4hfJEgrRpQCLcBGAs/s1600/h79.png
Zoo Management System version 1.0 suffers from a cross site scripting vulnerability.

SHA-256 | c2c4aa85cb3df00f1fddb60ea24a09058f2a8faf14d274c3e8673a5ae5d6286f

Download
# Exploit Title: Zoo Management System 1.0 - Reflected Cross-Site-Scripting (XSS)
# Date: 06/22/2022
# Exploit Author: Angelo Pio Amirante
# Vendor Homepage: https://www.sourcecodester.com/
# Software Link: https://www.sourcecodester.com/php/15344/zoo-management-system-phpoop-free-source-code.html
# Version: 1.0
# Tested on: Server: XAMPP on Windows 10
# CVE: CVE-2022-31897

# Description:
Zoo Management System 1.0 is vulnerable to reflected cross-site scripting on the sign-up page. The "msg" parameter in 'http://localhost/public_html/register_visitor?msg=' is vulnerable.

# Impact:
An attacker could steal cookies with a crafted URL sent to the victims.

# Exploit:

Visit the following page:

1) http://localhost/public_html/register_visitor?msg=

2) Alert pop up is fired!
# Image poc:

https://ibb.co/8XKDgJX -> Registration page
https://ibb.co/mTTmTmy -> XSS

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
WordPress Download Manager 3.2.43 Cross Site Scripting

https://2.bp.blogspot.com/-uXp9StI5Rh0/WWlvYIMdqaI/AAAAAAAAIOg/mHe50EJovPcz8di_9Up4vC4YPRAZ9BUbwCLcBGAs/s1600/h55.png
WordPress Download Manager plugin versions 3.2.43 and below suffer from a cross site scripting vulnerability.

SHA-256 | c5e010f3009e39b7db11c52ad43c84317ef6588fbfb45a6713c6d0812c0cf403

Download
Exploit Title: Download Manager Cross-Site Scripting
Date: 2022-06-16
Exploit Author : Andrea Bocchetti
Vendor Homepage : https://wordpress.org/plugins/download-manager/
Version : <=
Tested on: windows
CVE : CVE-2022-2101

######## Description ########
# 1-) Login in the plugin page
# 2-) add the xss payload in the field "Insert URL"
# 3-) Click on the link , the JS code will be interpreted.

Source:packetstormsecurity.com

___________________________
@hacking_Attack
@Hacking_Video