码迷,mamicode.com
首页 >  
搜索关键字:shortcut exploit    ( 779个结果
pycharm 设置鼠标控制字体大小
一、pycharm字体放大的设置 File —> setting —> Keymap —>在搜寻框中输入:increase —> Increase Font Size(双击) —> 在弹出的对话框中选择Add Mouse Shortcut 在弹出的对话框中同时按住ctrl键和鼠标滚轮向上滑。 二、P ...
分类:其他好文   时间:2019-08-03 10:34:00    阅读次数:138
路由分发的本质
from django.conf.urls import url from django.contrib import admin from django.shortcuts import HttpResponse # 路由分发的本质 def test1(request): return HttpR... ...
分类:其他好文   时间:2019-07-31 16:55:49    阅读次数:97
OSCP Learning Notes - Post Exploitation(3)
Post-Exploit Password Attacks 1. Crack using the tool - john (Too slow in real world) Locate the rockyou file. Conbine the files and save as unshadow. ...
分类:其他好文   时间:2019-07-31 01:20:31    阅读次数:139
九、Django的锁、事务、ajax
一、事务和锁 1. 行级锁 select_for_update 注意必须用在事务里面 select_for_update(nowait=False, skip_locked=False) entries = Entry.objects.select_for_update().filter(autho ...
分类:Web程序   时间:2019-07-30 21:55:43    阅读次数:158
pwnable.kr aeg
忘了上次打什么比赛碰到过一次aeg(auto exploit generation)的题目,正好看到pwnable.kr上有一个aeg,顺便拿来分析下 首先写个脚本抓几个程序看看 ...
分类:其他好文   时间:2019-07-27 12:45:43    阅读次数:142
Python安装相关
Python安装相关 第一步:下载Python安装包 在Python的官网 www.python.org 中找到最新版本的Python安装包,点击进行下载,请注意,当你的电脑是32位的机器,请选择32位的安装包,如果是64位的,请选择64位的安装包; 第二步:安装 A.双击下载好的安装包,弹出如下界 ...
分类:编程语言   时间:2019-07-26 21:08:12    阅读次数:127
学习中的问题——什么是JavaBean
转自知乎:Java bean 是个什么概念? - exploit-cat的回答 - 知乎 https://www.zhihu.com/question/19773379/answer/40724984 JavaBean是一个规范,凡是符合以下规则的Java类,就可以称之为是JavaBean。规范是: ...
分类:编程语言   时间:2019-07-17 18:35:07    阅读次数:96
OSCP Learning Notes - Exploit(9)
Tool: Metasploit 1. Start the msfconsole tool. 2.Search ssh related modules. 3.Use the "auxiliary/scanner/ssh/ssh_login" module and set the options, s ...
分类:其他好文   时间:2019-07-17 00:50:14    阅读次数:164
OSCP Learning Notes - Exploit(8)
Tools: 3. hydra Hydra v8.9.1 (c) 2019 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes. Synt ...
分类:其他好文   时间:2019-07-17 00:43:24    阅读次数:118
OSCP Learning Notes - Exploit(7)
Pre-Exploit Password Attacks Tools: 1. ncrack Ncrack 0.6 ( http://ncrack.org )Usage: ncrack [Options] {target and service specification}TARGET SPECIFI ...
分类:其他好文   时间:2019-07-17 00:26:36    阅读次数:97
779条   上一页 1 ... 12 13 14 15 16 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!