DPScan Drupal Security Scanner Tutorial

简介: There are different CMS (content management system) are available like wordpress, Joomla, light CMS and Drupal.
There are different CMS (content management system) are available like wordpress, Joomla, light CMS and Drupal. Security of each CMS is very important and as a penetration tester point we need to make a website secure by doing a penetration testing on it. There are different tools are available to enumerate into wordpress and joomla and to find the known vulnerabilities in wordpress and joomla but there is no tool for other common content management system like drupal.


Ali Elouafiq has released a wonderful tool to enumerate into drupal based CMS, this is the simple python script and anyone can easily use it. This tutorial will show you how DPScan enumerate the modules used by the drupal CMS.


First of all go and download DPScan, I am using backtrack 5 R1 machine for this tutorial that has python by default but if you are using some other operating system like Windows and other Linux distribution then install python first.


Open your terminal and then locate the directory where you have download the python script of DPScan, remember you can copy the script and then paste in your word editor then save it to whatever.py


The best practice is to download and then unzip the script, I have downloaded and unzip the script in my desktop and then locate the desktop is the terminal then the command is like this:




root@bt:~/Desktop# python DPScan.py
DRUPAL Modules Enumerator v0.1beta-- written by Ali Elouafiq 2012
<ScriptName> [filename.txt]
<ScriptName> [URL]
<ScriptName> [URL] user password // FOR HTTP AUTHORIZATION


A simple enumeration




root@bt:~/Desktop# python DPScan.py www.mtv.co.uk
node
user_optin
fckeditor
system
gsa
mtv_videobrowse
nice_menus
user
cck
top_tabs
panels
jquery_update
root@bt:~/Desktop#
目录
相关文章
|
8月前
|
安全 网络协议 Unix
Web Security 之 OS command injection
Web Security 之 OS command injection
99 0
|
存储 SQL 运维
让owncloud hosting static web site
本文关键字:在owncloud存储中做站,owncloud static website hosting, hosting website in owncloud,owncloud www service,mailinabox static website hosting强化,netdisk netstorage based blog system,netdisk based static website hosting and syncing
281 0
让owncloud hosting static web site
|
Web App开发 安全 测试技术
Acunetix Web Vulnerability Scanner手册
目录: 0×00、什么是Acunetix Web Vulnarability Scanner ( What is AWVS?) 0×01、AWVS安装过程、主要文件介绍、界面简介、主要操作区域简介(Install AWVS and GUI Descri...
3018 0
|
SQL 安全 关系型数据库
|
SQL Python
Defense against Common Web Attacks
The Internet is a powerful tool that connects us with users from across the globe. However, the might of the Internet has also made it vulnerable to abuse.
2046 0
|
安全
opendns security blog
https://labs.opendns.com/blog/page/2/
721 0
Caching Tutorial for Web Authors and Webmasters
https://www.mnot.net/cache_docs/
739 0
|
安全
OpenSource security vulnerability aggregator (web scraper) and search engine
可以根据这个框架编写一些exploit收集的网站 https://github.com/evanlouie/security ...
620 0
|
分布式计算 Java Spark
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effor
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effort Quick start import static spark.
1194 0