Skip to content

rogercarmona/Pentesting-Driven-Tool-SCADA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDT (Pentesting Driven Tool) for ICS and SCADA

🚀 Getting Started

The Pentesting Driven Tool for Industrial Control Systems and SCADA

It has 4 main phases:

  • Footprinting
  • Fingerprinting
  • Exploitation
  • Reporting

📥 Installing 📥

A step by step guide to get a development env running. It's highly recommended to run the application on Kali Linux (or another similar Linux).

Clone the repository

git clone https://github.com/dave36/pdt.git

Install the requirements

pip install -r requirements.txt

📦 Deployment

Easy as executing the pdt.py class after following the installation steps

python pdt.py

⚙️ Running the tests

To run all the tests just execute the next command from the root directory of the program

python -m unittest discover -s tests

📖 Wiki

More information here! Wiki

About

Pentesting Driven Tool for ICS and SCADA Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Lua 0.5%