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

推薦閱讀
- CSO進(jìn)階之路:從安全工程師到首席安全官
- 黑客攻防與電腦安全從新手到高手(微視頻+火力升級(jí)版)
- 等級(jí)保護(hù)測(cè)評(píng)理論及應(yīng)用
- 工業(yè)物聯(lián)網(wǎng)安全
- 黑客攻防與無(wú)線安全從新手到高手(超值版)
- Computer Forensics with FTK
- 黑客攻防與網(wǎng)絡(luò)安全從新手到高手(絕招篇)
- Digital Forensics with Kali Linux
- 實(shí)用黑客攻防技術(shù)
- 構(gòu)建新型網(wǎng)絡(luò)形態(tài)下的網(wǎng)絡(luò)空間安全體系
- Bug Bounty Hunting Essentials
- Mastering Metasploit
- 網(wǎng)絡(luò)空間安全法律問(wèn)題研究
- 極限黑客攻防:CTF賽題揭秘
- 零信任安全從入門(mén)到精通