上一页 1 2 3 4 5 6 ··· 48 下一页
摘要: # CryptoBank ## 识别目标主机IP地址 ```shell ─(kali㉿kali)-[~/Vulnhub/CryptoBank] └─$ sudo netdiscover -i eth1 -r 192.168.56.0/24 Currently scanning: 192.168.56 阅读全文
posted @ 2023-06-04 12:35 Jason_huawen 阅读(153) 评论(0) 推荐(0) 编辑
摘要: # 图片验证码功能在Django中 很多场景下Web应用需要利用图片验证码以防范暴力攻击,比如在用户登录页面。而Django以及配合django-simple-captcha模块可以非常轻松的实现图片验证码功能。 1. 安装django-simple-captcha模块: ```shell pip 阅读全文
posted @ 2023-05-30 11:36 Jason_huawen 阅读(73) 评论(0) 推荐(0) 编辑
摘要: # Vulnhub Decoy提权补充 在拿到用户296640a3b825115a47b68fc44501c828的密码server后,为了方便观察现象,同时开启两个shell,并且需要指定-t "bash --noprofile"以逃避受限shell,登录成功后,要修改PATH环境变量,使其包含正 阅读全文
posted @ 2023-05-30 11:08 Jason_huawen 阅读(84) 评论(0) 推荐(0) 编辑
摘要: # 图片验证码 Captcha is one of the modern ways used for verification in websites; it is very cool way and every second website is using it. You can use Goo 阅读全文
posted @ 2023-05-30 09:22 Jason_huawen 阅读(63) 评论(0) 推荐(0) 编辑
摘要: ```python ```""" 自定义的分页组件 """ from django.utils.safestring import mark_safe class Pagination(object): def __init__(self, request, queryset, page_size= 阅读全文
posted @ 2023-05-28 09:55 Jason_huawen 阅读(8) 评论(0) 推荐(0) 编辑
摘要: # DevRandom CTF: 1.1 ## 靶机信息 名称:DevRandom CTF: 1.1 地址: ```url https://www.vulnhub.com/entry/devrandom-ctf-11,450/ ``` ## 识别目标主机IP地址 ```shell ─(kali㉿ka 阅读全文
posted @ 2023-05-27 17:50 Jason_huawen 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 需要在settings.py文件中设定: STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] 阅读全文
posted @ 2023-05-24 22:54 Jason_huawen 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 运行apt-get install libmysqlclient-dev 然后再次安装mysqlclient pip3 install mysqlclient 阅读全文
posted @ 2023-05-24 08:30 Jason_huawen 阅读(142) 评论(0) 推荐(0) 编辑
摘要: # DriftingBlues 5 ## 靶机信息 **名称**: DriftingBlues: 5 **地址**: ```url https://download.vulnhub.com/driftingblues/driftingblues5_vh.ova ``` ## 识别IP地址 ```sh 阅读全文
posted @ 2023-05-19 16:21 Jason_huawen 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Election 作者: jason huawen 靶机信息 名称: eLection: 1 URL: https://www.vulnhub.com/entry/election-1,503/ 识别IP地址 ─(kali㉿kali)-[~/Vulnhub/Election] └─$ sudo ne 阅读全文
posted @ 2023-05-13 14:29 Jason_huawen 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 48 下一页