- Python Penetration Testing Cookbook
- Rejah Rehim
- 135字
- 2021-07-02 23:08:39
Setting up the editor or IDE
Lastly, you require a text editor or an IDE to edit the scripts. As Python programs are just text files that we can edit directly, if you do not have a favorite text editor, sublime text3 is a good option:
- To install sublime text3, you can download the latest version from https://www.sublimetext.com/3.
- You can install sublime text3 from the command line with the following commands:
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3 $ sudo apt-get update $ sudo apt-get install sublime-text-installer
- It would be better if you could install the Anaconda package for sublime text3. To install it, use the keyboard shortcut Ctrl +Shift + P and type install. This will show an option Package Control: Install Package.

- Select this and search for the package Anaconda. Select the package to install it.

推薦閱讀
- RESTful Java Web Services Security
- Metasploit Penetration Testing Cookbook(Third Edition)
- Learning Python for Forensics
- 大型互聯網企業安全架構
- 電子支付的規制結構配置研究
- Web安全與攻防入門很輕松(實戰超值版)
- 網絡安全三十六計:人人該懂的防黑客技巧
- 模糊測試:強制發掘安全漏洞的利器
- Building a Home Security System with BeagleBone
- 學電腦安全與病毒防范
- Instant Java Password and Authentication Security
- 網絡關鍵設備安全檢測實施指南
- 網絡攻防實戰研究:MySQL數據庫安全
- 從實踐中學習Nmap滲透測試
- Manga Studio 5 Beginner's Guide