Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66.2K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
AutoPentest-DRL is an automated penetration testing framework (https://www.kitploit.com/search/label/Penetration%20Testing%20Framework) based on Deep Reinforcement Learning (DRL) techniques. The framework determines the most appropriate attack path for a given network, and can be used to execute a simulated attack on that network via penetration testing tools, such as Metasploit. AutoPentest-DRL is being developed by the Cyber Range Organization and Design (CROND (https://www.jaist.ac.jp/misc/crond/index-en.html)) NEC-endowed chair at the Japan Advanced Institute of Science and Technology (JAIST (https://www.jaist.ac.jp/english/)) in Ishikawa, Japan. An overview of AutoPentest-DRL is shown below. The framework can use network scanning tools, such as Nmap, to find vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) in the target network; otherwise, user input is employed instead. The MulVAL attack-graph generator is used to determine potential attack trees, which are then fed in a simplified form into the DQN Decision Engine. The attack path that is produced as output can be fed into penetration testing tools, such as Metasploit, to conduct an attack on a real target network, or used with a logical network instead, for example for educational purposes. In addition, a topology generation algorithm is used to produce multiple network topologies that are used to train the DQN.
Next we provide brief information on how to setup and use AutoPentest-DRL. For details, please refer to the User Guide (https://github.com/crond-jaist/AutoPentest-DRL/blob/master/user_guide.md) that we also make available.
Prerequisites
Several external tools are needed in order to use AutoPentest-DRL, as follows: MulVAL: Attack-graph generator used by AutoPentest-DRL to produce possible attack paths for a given network. See the MulVAL page (https://github.com/risksense/mulval) for installation instructions. MulVAL should be installed in the directory repos/mulval in the AutoPentest-DRL folder. You also need to configure the /etc/profile file as discussed here (https://www.programmersought.com/article/37794643490/). Nmap: Network scanner used by AutoPentest-DRL to determine vulnerabilities in a given real network. The command needed to install nmap on Ubuntu is given below: sudo apt-get install nmap
Metasploit: Penetration testing tools used by AutoPentest-DRL to actually conduct the attack proposed by the DQN engine on the real target network. To install Metasploit, you can use the installers made available on the Metasploit website (https://www.metasploit.com/). In addition, we use pymetasploit3 as RPC API to communicate with Metasploit, and this tool needs to be installed in the directory Penetration_tools/pymetasploit3 by following its author's instructions (https://github.com/DanMcInerney/pymetasploit3).
Setup
AutoPentest-DRL has been developed mainly on the Ubuntu 18.04 LTS operating system; other OSes may work, but have not been tested. In order to set up AutoPentest-DRL, use the releases (https://github.com/crond-jaist/AutoPentest-DRL/releases) page to download the latest version, and extract the source code archive into a directory of your choice (for instance, your home directory) on the host on which you intend to use it. AutoPentest-DRL is implemented in Python, and it requires several packages to run. The file requirements.txt included with the distribution can be used to install the necessary packages via the following command that should be run from the AutoPentest-DRL/ directory: $ sudo -H pip install -r requirements.txt
The last step is to install the database, which contains information about real hosts and vulnerabilities. For this purpose, download the asset file named database.tgz from the release page, and extract it into the Database/ directory.
Quick Start

___________________________
@hacking_Attack
@Hacking_Video
The simplest way to use AutoPentest-DRL is to start it in the logical attack mode that will determine the optimal attack path for a given logical network. For more information about this and the other operation modes, real attack mode and training mode, see our User Guide (https://github.com/crond-jaist/AutoPentest-DRL/blob/master/user_guide.md). In order to use the logical attack mode on a sample network topology, run the following command from a terminal window: $ python3 ./AutoPentest-DRL.py logical_attack
The logical network topology used in this attack mode is described in the file MulVal_P/logical_attack.P, which includes details about the servers, their connections, and their vulnerabilities. This file can modified following the syntax described in the MulVAL documentation (https://github.com/risksense/mulval). In the logical attack mode no actual attack is conducted, and only the optimal attack path is provided as output. By referring to the visualization of the attack graph that is generated by MulVAL in the file mulval_results/AttackGraph.pdf you can study in detail the attack steps. The figures below provide examples of such output.
References
For a research background regarding AutoPentest-DRL, please refer to the following paper: Z. Hu, R. Beuran, Y. Tan, "Automated Penetration Testing Using Deep Reinforcement Learning", IEEE European Symposium on Security and Privacy Workshops (EuroS&PW 2020), Workshop on Cyber Range Applications and Technologies (CACOE'20), Genova, Italy, September 7, 2020, pp. 2-10. For a list of contributors to this project, see the file CONTRIBUTORS included in the distribution.

Download AutoPentest-DRL (https://github.com/crond-jaist/AutoPentest-DRL)

___________________________
@hacking_Attack
@Hacking_Video
Remote Code Execution ( Unix and Windows )

Hi everyone,Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
WordPress Brute Force : Super Fast Login WordPress Brute Force

WordPress Brute Force is a super fast login for WordPress. .—. .———–/ \ __ / ——/ / ( )/ —–////// ‘ \/ --- //// / // : ★★ : --- // / / / ‘–// //..\ WpCrack Brute Froce Tool====UU====UU==========================‘//||`”“usage: python WpCrack.py [options]optional arguments:-h, –help show this help message and exit-V, –version show program’s version […]

The post WordPress Brute Force : Super Fast Login WordPress Brute Force appeared first on Kali Linux Tutorials.

___________________________
@hacking_Attack
@Hacking_Video
Hacking_Electronics_Learning_Electronics_With_Arduino_And_Raspberry.pdf
14.2 MB
Hacking+Electronics+Learning+Electronics+With+Arduino+And+Raspberry+Pi

Contents

Getting Started .............................................
Components.................................................
Basic Hacks .................................................
LEDs ......................................................
Batteries and Power...........................................
Hacking with Arduino .........................................
Hacking with Raspberry Pi .....................................
Hacking with Modules.........................................
Hacking with Sensors .........................................
Audio Hacks.................................................
Mending and Breaking Electronics ...............................
Tools.......................................................
Parts

___________________________
@hacking_Attack
@Hacking_Video
_DevCourseWeb_com_ThreatHuntingHackingandIntrusionDetection.pdf
15.5 MB
Threat Hunting Hacking and Intrusion Detection.pdf

Threat Intelligence and Hacking training.The Cyber Intelligence Report series covers hacking, forensics, threat intelligence, and everything in between. This issue will focus on a little SCADA/ICS, Dark Web, and how to identify a vulnerability and write an exploit for it.Here is a list of some of the chapters: Triton... The Russia-Linked Cyber ICS WMD, Advanced Persistent Threats, The Cyber Kill Chain, Securing Data at Rest and Data in Transit Anonymity on the Internet, Zeek (Bro) IDS - Installation & Configuration, and VulnServer: TRUN Buffer Overflow walk through

___________________________
@hacking_Attack
@Hacking_Video
Finding my First Critical Web Cache Poisoning

Hey Fam! Hope you and your family are doing well amid this pandemic. This story is about the approach I took to find My 1st critical web…
Read more...
Charged Particles Griefing Bug Fix Postmortem

SummaryContinue reading on Immunefi »
Read more...