Posts

How to Hack Website Using Kali Linux WpScan BruteForce Attack

Image
This tutorial in the WordPress hacking section will teach you how to scan WordPress websites for vulnerabilities, calculate WordPress user accounts and malicious passwords. Counting WordPress users is the first step to a powerful attack to gain access to a WordPress account. WPScan has the option to scan a targeted website to get a list of account names. In this tutorial we will also look at how to hide usernames from WPScan so that you can avoid counting user accounts and limiting the effectiveness of malicious power efforts. We will conclude this tutorial by showing you how to aggressively attack root passwords using WPScan on Kali Linux. WPScan is a critical scanner for the dark WordPress box. This tool is a must have for any WordPress developer to scan for weaknesses and resolve issues before they are exploited by hackers. In collaboration with Nikto, a great webserver testing tool, this tool should be part of any login test aimed at a WordPress website or blog. Also Read : How To...

Car Hacking - Using & Run Tool for Linux - Guide for Penetration Tester - ICS Simulator Part 2

Image
A s you remember from my Automobile Hacking, Part 2 tutorial, can-utils contains the following utilities; 1. Basic tools to display, record, generate and replay CAN traffic candump : display, filter and log CAN data to files canplayer : replay CAN logfiles cansend : send a single frame cangen : generate (random) CAN traffic cansniffer : display CAN data content differences (just 11bit CAN IDs)   2. CAN access via IP sockets canlogserver : log CAN frames from a remote/local host bcmserver : interactive BCM configuration (remote/local) socketcand : use RAW/BCM/ISO-TP sockets via TCP/IP sockets   3. CAN in-kernel gateway configuration cangw : CAN gateway userpace tool for netlink configuration 4. CAN bus measurement and testing canbusload : calculate and display the CAN busload can-calc-bit-timing : userspace version of in-kernel bitrate calculation canfdtest : Full-duplex test program (DUT and host part) Step 1: St...