- 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.

推薦閱讀
- CTF實(shí)戰(zhàn):技術(shù)、解題與進(jìn)階
- 工業(yè)互聯(lián)網(wǎng)安全防護(hù)與展望
- 網(wǎng)絡(luò)安全應(yīng)急管理與技術(shù)實(shí)踐
- INSTANT Metasploit Starter
- 同態(tài)密碼學(xué)原理及算法
- Applied Network Security
- 可信計(jì)算3.0工程初步(第二版)
- 網(wǎng)絡(luò)安全與攻防入門(mén)很輕松(實(shí)戰(zhàn)超值版)
- Learning Pentesting for Android Devices
- 構(gòu)建新型網(wǎng)絡(luò)形態(tài)下的網(wǎng)絡(luò)空間安全體系
- 復(fù)雜信息系統(tǒng)網(wǎng)絡(luò)安全體系建設(shè)指南
- Mastering Malware Analysis
- 黑客攻防與電腦安全從新手到高手(超值版)
- 安全網(wǎng)絡(luò)構(gòu)建
- 紅藍(lán)攻防:技術(shù)與策略(原書(shū)第3版)