- 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
- Node Security
- SASE原理、架構(gòu)與實(shí)踐
- Mobile Forensics Cookbook
- 網(wǎng)絡(luò)安全技術(shù)與實(shí)訓(xùn)(第4版)(微課版)
- 模糊測試:強(qiáng)制發(fā)掘安全漏洞的利器
- End to End GUI Development with Qt5
- 數(shù)據(jù)安全架構(gòu)設(shè)計與實(shí)戰(zhàn)
- Securing Network Infrastructure
- Manga Studio 5 Beginner's Guide
- Metasploit 5.0 for Beginners
- 云安全深度剖析:技術(shù)原理及應(yīng)用實(shí)踐
- 網(wǎng)絡(luò)安全設(shè)計
- 計算機(jī)網(wǎng)絡(luò)安全與應(yīng)用技術(shù)(第2版)
- 數(shù)據(jù)安全實(shí)踐:能力體系、產(chǎn)品實(shí)現(xiàn)與解決方案