简介
关于win10下使用的软件等全功能模版机子使用的软件的大全
开发IDE
- vscode
- visual studio
- sublime text
- JetBrains GoLand
- JetBrains CLion
- JetBrains Pycharm
- JetBrains DataGrip
- JetBrains IDEA
- JetBrains Rider
- JetBrains RubyMine
- JetBrains PhpStorm
开发环境
- phpstudy
- miniconda
备注
miniconda 具有两个环境
这里给出env.yml和requirements.txt
py2
name: py2
channels:
- defaults
dependencies:
- ca-certificates=2020.12.8=haa95532_0
- certifi=2020.6.20=pyhd3eb1b0_3
- pycrypto=2.6.1=py27h0c8e037_9
- python=2.7.18=hfb89ab9_0
- setuptools=44.0.0=py27_0
- sqlite=3.30.1=h0c8e037_0
- vc=9=h7299396_1
- vs2008_runtime=9.00.30729.1=hfaea7d5_1
- wheel=0.36.2=pyhd3eb1b0_0
- wincertstore=0.2=py27hf04cefb_0
- pip:
- attrs==20.3.0
- backports-abc==0.5
- backports-functools-lru-cache==1.6.1
- backports-shutil-get-terminal-size==1.0.0
- backports-shutil-which==3.5.2
- bcrypt==3.1.7
- bleach==3.2.1
- capstone==4.0.2
- cffi==1.14.4
- chardet==4.0.0
- colorama==0.4.4
- configparser==4.0.2
- contextlib2==0.6.0.post1
- cryptography==3.3.1
- decorator==4.4.2
- defusedxml==0.6.0
- entrypoints==0.3
- enum==0.4.7
- enum34==1.1.10
- functools32==3.2.3.post2
- futures==3.3.0
- gmpy2==2.0.8
- idna==2.10
- importlib-metadata==2.1.1
- intervaltree==3.1.0
- ipykernel==4.10.1
- ipython==5.10.0
- ipython-genutils==0.2.0
- ipywidgets==7.6.2
- jinja2==2.11.2
- jsonschema==3.2.0
- jupyter==1.0.0
- jupyter-client==5.3.5
- jupyter-console==5.2.0
- jupyter-core==4.6.3
- libnum==1.6.1
- mako==1.1.3
- markupsafe==1.1.1
- mistune==0.8.4
- nbconvert==5.6.1
- nbformat==4.4.0
- notebook==5.7.10
- packaging==20.8
- pandocfilters==1.4.3
- paramiko==2.7.2
- pathlib2==2.3.5
- pickleshare==0.7.5
- pip==20.3.3
- prometheus-client==0.9.0
- prompt-toolkit==1.0.18
- psutil==5.8.0
- pwntools==4.3.1
- pycparser==2.20
- pyelftools==0.27
- pygments==2.5.2
- pynacl==1.4.0
- pyparsing==2.4.7
- pyrsistent==0.16.1
- pyserial==3.5
- pysocks==1.7.1
- python-dateutil==2.8.1
- pywin32==228
- pywinpty==0.5.7
- pyzmq==19.0.2
- qtconsole==4.7.7
- qtpy==1.9.0
- requests==2.25.1
- ropgadget==6.4
- scandir==1.10.0
- send2trash==1.5.0
- simplegeneric==0.8.1
- singledispatch==3.4.0.3
- six==1.15.0
- sortedcontainers==2.3.0
- terminado==0.8.3
- testpath==0.4.4
- tornado==5.1.1
- traitlets==4.3.3
- unicorn==1.0.2rc3
- urllib3==1.26.2
- wcwidth==0.2.5
- webencodings==0.5.1
- widgetsnbextension==3.5.1
- win-unicode-console==0.5
- zipp==1.2.0
其中gmpy2单独安装https://download.lfd.uci.edu/pythonlibs/z4tqcw5k/cp27/gmpy2-2.0.8-cp27-cp27m-win_amd64.whl
ipaddress 报错说Metadata不存在时把这个文件放进去
Metadata-Version: 2.1
Name: ipaddress
Version: 1.0.23
Summary: Python 2 and 3 compatibility utilities
Author: Benjamin Peterson
Author-email: benjamin@python.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*
最后补一下
python -m pip install enum pwntools jupyter notebook
py3
name: py3
channels:
- defaults
dependencies:
- argon2-cffi=20.1.0=py38he774522_1
- async_generator=1.10=py_0
- attrs=20.3.0=pyhd3eb1b0_0
- backcall=0.2.0=py_0
- bleach=3.2.1=py_0
- ca-certificates=2020.12.8=haa95532_0
- certifi=2020.12.5=py38haa95532_0
- cffi=1.14.4=py38hcd4344a_0
- colorama=0.4.4=pyhd3eb1b0_0
- decorator=4.4.2=py_0
- defusedxml=0.6.0=py_0
- entrypoints=0.3=py38_0
- gmpy2=2.0.8=py38h7edee0f_3
- icu=58.2=ha925a31_3
- importlib-metadata=2.0.0=py_1
- importlib_metadata=2.0.0=1
- ipykernel=5.3.4=py38h5ca1d4c_0
- ipython=7.19.0=py38hd4e2768_0
- ipython_genutils=0.2.0=pyhd3eb1b0_1
- ipywidgets=7.6.0=pyhd3eb1b0_1
- jedi=0.18.0=py38haa95532_0
- jinja2=2.11.2=py_0
- jpeg=9b=hb83a4c4_2
- jsonschema=3.2.0=py_2
- jupyter=1.0.0=py38_7
- jupyter_client=6.1.7=py_0
- jupyter_console=6.2.0=py_0
- jupyter_core=4.7.0=py38haa95532_0
- jupyterlab_pygments=0.1.2=py_0
- libpng=1.6.37=h2a8f88b_0
- libsodium=1.0.18=h62dcd97_0
- m2w64-gcc-libgfortran=5.3.0=6
- m2w64-gcc-libs=5.3.0=7
- m2w64-gcc-libs-core=5.3.0=7
- m2w64-gmp=6.1.0=2
- m2w64-libwinpthread-git=5.0.0.4634.697f757=2
- markupsafe=1.1.1=py38he774522_0
- mistune=0.8.4=py38he774522_1000
- mpc=1.1.0=h7edee0f_1
- mpfr=4.0.2=h62dcd97_1
- mpir=3.0.0=hec2e145_1
- msys2-conda-epoch=20160418=1
- nbclient=0.5.1=py_0
- nbconvert=6.0.7=py38_0
- nbformat=5.0.8=py_0
- nest-asyncio=1.4.3=pyhd3eb1b0_0
- notebook=6.1.6=py38haa95532_0
- openssl=1.1.1i=h2bbff1b_0
- packaging=20.8=pyhd3eb1b0_0
- pandoc=2.11=h9490d1a_0
- pandocfilters=1.4.3=py38haa95532_1
- pickleshare=0.7.5=pyhd3eb1b0_1003
- pip=20.3.3=py38haa95532_0
- prometheus_client=0.9.0=pyhd3eb1b0_0
- prompt-toolkit=3.0.8=py_0
- prompt_toolkit=3.0.8=0
- pycparser=2.20=py_2
- pygments=2.7.3=pyhd3eb1b0_0
- pyparsing=2.4.7=py_0
- pyqt=5.9.2=py38ha925a31_4
- pyrsistent=0.17.3=py38he774522_0
- python=3.8.5=h5fd99cc_1
- python-dateutil=2.8.1=py_0
- pywin32=227=py38he774522_1
- pywinpty=0.5.7=py38_0
- pyzmq=20.0.0=py38hd77b12b_1
- qt=5.9.7=vc14h73c81de_0
- qtconsole=4.7.7=py_0
- qtpy=1.9.0=py_0
- send2trash=1.5.0=pyhd3eb1b0_1
- setuptools=51.0.0=py38haa95532_2
- sip=4.19.13=py38ha925a31_0
- six=1.15.0=py38haa95532_0
- sqlite=3.33.0=h2a8f88b_0
- terminado=0.9.1=py38_0
- testpath=0.4.4=py_0
- tornado=6.1=py38h2bbff1b_0
- traitlets=5.0.5=py_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wcwidth=0.2.5=py_0
- webencodings=0.5.1=py38_1
- wheel=0.36.2=pyhd3eb1b0_0
- widgetsnbextension=3.5.1=py38_0
- wincertstore=0.2=py38_0
- winpty=0.4.3=4
- zeromq=4.3.3=ha925a31_3
- zipp=3.4.0=pyhd3eb1b0_0
- zlib=1.2.11=h62dcd97_4
- pip:
- bcrypt==3.2.0
- capstone==4.0.2
- chardet==4.0.0
- cryptography==3.3.1
- idna==2.10
- intervaltree==3.1.0
- jupyterlab-widgets==1.0.0
- mako==1.1.3
- paramiko==2.7.2
- parso==0.8.1
- psutil==5.8.0
- pwntools==4.3.1
- pyelftools==0.27
- pynacl==1.4.0
- pyserial==3.5
- pysocks==1.7.1
- requests==2.25.1
- ropgadget==6.4
- sortedcontainers==2.3.0
- unicorn==1.0.2rc3
- urllib3==1.26.2
####导入
conda env create -f environment.yml
pip install -r requirements.txt
####导出
conda env export > environment.yml
pip freeze > requirements.txt
安全相关
- ida pro 7.5
- ollydbg
- apktools
- burpsuite pro
- ghidra
- 010 editor
- cheatEngine
- LordPE
- peid
- Exeinfo PE
- dnspy
浏览器
- chrome
- firefox
工具
- everything
- windows terminal
- putty
- mobaxterm
- git