摘要:
# CryptoBank ## 识别目标主机IP地址 ```shell ─(kali㉿kali)-[~/Vulnhub/CryptoBank] └─$ sudo netdiscover -i eth1 -r 192.168.56.0/24
Currently scanning: 192.168.56 阅读全文
摘要:
# 图片验证码功能在Django中 很多场景下Web应用需要利用图片验证码以防范暴力攻击,比如在用户登录页面。而Django以及配合django-simple-captcha模块可以非常轻松的实现图片验证码功能。 1. 安装django-simple-captcha模块: ```shell pip 阅读全文
摘要:
# Vulnhub Decoy提权补充 在拿到用户296640a3b825115a47b68fc44501c828的密码server后,为了方便观察现象,同时开启两个shell,并且需要指定-t "bash --noprofile"以逃避受限shell,登录成功后,要修改PATH环境变量,使其包含正 阅读全文
摘要:
# 图片验证码 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 阅读全文
摘要:
```python ```""" 自定义的分页组件 """ from django.utils.safestring import mark_safe class Pagination(object): def __init__(self, request, queryset, page_size= 阅读全文
摘要:
# DevRandom CTF: 1.1 ## 靶机信息 名称:DevRandom CTF: 1.1 地址: ```url https://www.vulnhub.com/entry/devrandom-ctf-11,450/ ``` ## 识别目标主机IP地址 ```shell ─(kali㉿ka 阅读全文
摘要:
需要在settings.py文件中设定: STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] 阅读全文
摘要:
运行apt-get install libmysqlclient-dev 然后再次安装mysqlclient pip3 install mysqlclient 阅读全文
摘要:
# DriftingBlues 5 ## 靶机信息 **名称**: DriftingBlues: 5 **地址**: ```url https://download.vulnhub.com/driftingblues/driftingblues5_vh.ova ``` ## 识别IP地址 ```sh 阅读全文
摘要:
Election 作者: jason huawen 靶机信息 名称: eLection: 1 URL: https://www.vulnhub.com/entry/election-1,503/ 识别IP地址 ─(kali㉿kali)-[~/Vulnhub/Election] └─$ sudo ne 阅读全文