
python
水寒
这个作者很懒,什么都没留下…
展开
-
ptyon2.7安装ssdeep失败,原因不明
[root@localhost opt]# pip install ssdeep-3.4.tar.gz DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. Mor.原创 2021-02-04 16:18:10 · 1373 阅读 · 2 评论 -
python ipv6 正则校验
def ipv6_check(addr): ''' Returns True if the IPv6 address (and optional subnet) are valid, otherwise returns False. ''' ip6_regex = ( r'(^(?:[A-F0-9]{1,4}:)...2018-09-19 09:43:49 · 3323 阅读 · 2 评论