Posts

Showing posts with the label Cyber Security

Hiddenwall - Linux Marrow Module Generator For Custom Rules Alongside Netfilter (Block Ports, Hidden Mode, Rootkit Functions, Etc)

Image
HiddenWall is a Linux substance module generator for custom rules alongside netfilter. (block ports, Hidden mode, rootkit functions etc). The motivation: on bad situation, assailant tin position your iptables/ufw to fall... but if you lot receive got HiddenWall, the assailant volition non uncovering the hidden substance module that block external access, because receive got a claw to netfilter on substance land(think similar a mo layer for firewall). My starting fourth dimension purpose at this projection is protect my personal server, straight off is protect the machines of my friends. When i verbalise "friends", i tell peoples that don't know how to write depression degree code. Using the HiddenWall you lot tin generate your custom substance module for your firewall configuration. The depression degree programmer tin write novel templates for modules etc... First step, empathise earlier run Verify if the substance version is 3.x, 4.x or 5.x: uname...

Wpbullet - A Static Code Analysis For Wordpress (And Php)

Image
H5N1 static code analysis for WordPress Plugins/Themes (and PHP) Installation Simply clone the repository, install requirements as well as run the script $ git clone https://github.com/webarx-security/wpbullet wpbullet $ cd wpbullet $ pip install -r requirements.txt $ python wpbullet.py Usage Available options: --path (required) System path or download URL Examples: --path="/path/to/plugin" --path="https://wordpress.org/plugins/example-plugin" --path="https://downloads.wordpress.org/plugin/example-plugin.1.5.zip" --enabled (optional) Check exclusively for given modules, ex. --enabled="SQLInjection,CrossSiteScripting" --disabled (optional) Don't banking concern check for given modules, ex. --disabled="SQLInjection,CrossSiteScripting" --cleanup (optional) Automatically take content of .temp folder later scanning remotely downloaded plugin $ python wpbullet.py --path="/var/www/wp-content/plugins/plugin-name...