- CMSmap – Content Management System Security Scanner.
- Droopescan – Plugin Based CMS Security Scanner.
- WPScan – WordPress Security/Vulnerability Scanner.
- Plecost – WordPress Fingerprinting Tool.
- WhatWeb – Identify CMS, Blogging Platform, Stats Packages & More.
- BlindElephant – Web Application Fingerprinter.
- wig – WebApp Information Gatherer – Identify CMS.
- Web-Sorrow – Version Detection, CMS Identification, Enumeration & Server Scanning Tool.
- Wappalyzer – Web Technology Identifier (Identify CMS, JavaScript etc.) - firefox addon.
- GoLISMERO – Web Application Mapping Tool.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| amitava@bonjovi:~$ sudo virsh | |
| Welcome to virsh, the virtualization interactive terminal. | |
| Type: 'help' for help with commands | |
| 'quit' to quit | |
| virsh # start latticegrid-demo | |
| Domain latticegrid-demo started | |
| virsh # list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Start a docker container with environment variables for external port and IP | |
| if [ -z $1 ] | |
| then | |
| echo pass in starting port | |
| exit 1 | |
| fi | |
| START_PORT=$1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #Requirements: etckeeper, diffcolor | |
| #This script concatenates multiple files of haproxy configuration into | |
| #one file, and than checks if monolithic config contains errors. If everything is | |
| #OK with new config script will write new config to $CURRENTCFG and reload haproxy | |
| #Also, script will commit changes to etckeeper, if you don't use etckeeper you | |
| #should start using it. | |
| #Script assumes following directory structure: | |
| #/etc/haproxy/conf.d/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace cPanel; | |
| /************************************************************************************** | |
| * Copyright (c) 2013, cPanel, Inc. * | |
| * All rights reserved. * | |
| * * | |
| * Redistribution and use in source and binary forms, with or without modification, * | |
| * are permitted provided that the following conditions are met: * | |
| * * |
- CMSmap – Content Management System Security Scanner.
- Droopescan – Plugin Based CMS Security Scanner.
- WPScan – WordPress Security/Vulnerability Scanner.
- Plecost – WordPress Fingerprinting Tool.
- WhatWeb – Identify CMS, Blogging Platform, Stats Packages & More.
- BlindElephant – Web Application Fingerprinter.
- wig – WebApp Information Gatherer – Identify CMS.
- Web-Sorrow – Version Detection, CMS Identification, Enumeration & Server Scanning Tool.
- Wappalyzer – Web Technology Identifier (Identify CMS, JavaScript etc.) - firefox addon.
- GoLISMERO – Web Application Mapping Tool.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| printf "Switching php to version 5.6 with symlinks.\n" | |
| printf "Press any key to continue...\n" | |
| read CONTINUE | |
| printf "Creating backups..." | |
| # Backup original binaries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| printf "Switching php to version 5.6 with symlinks.\n" | |
| printf "Press any key to continue...\n" | |
| read CONTINUE | |
| printf "Creating backups..." | |
| # Backup original binaries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| printf "Switching php to version 5.6 with symlinks.\n" | |
| printf "Press any key to continue...\n" | |
| read CONTINUE | |
| printf "Creating backups..." | |
| # Backup original binaries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| printf "Switching php to version 5.6 with symlinks.\n" | |
| printf "Press any key to continue...\n" | |
| read CONTINUE | |
| printf "Creating backups..." | |
| # Backup original binaries |