前段时间试了半自动sql注入检测的小程序:https://www.cnblogs.com/theseventhson/p/13755588.html 原理很简单:先在百度用关键词爬取目标url后保存在txt文件;再开启sqlmap的api调用服务,用python脚本把爬取的url推动到sqlmap的 ...
                            
                            
                                分类:
数据库   时间:
2020-10-07 20:34:27   
                                阅读次数:
25
                             
                    
                        
                            
                            
                                
                    import random from random import choice as choice import mysql.connector import string def Create_Name(): first_name = ['赵',"钱","孙","李","王","林"] secon ...
                            
                            
                                分类:
数据库   时间:
2020-09-18 01:14:07   
                                阅读次数:
38
                             
                    
                        
                            
                            
                                1.新建一个item1.首先,新建一个item,2.我们先创建一个自由风格的项目来练练手吧3.配置github地址,编译命令行操作,最后进行保存4.查看日志根据上面的步骤,我们就完成一个简单的项目构建了.以上是一个很简单的例子,但是我们在平时工作中,或者在devops平台上,我们基本都不是这样用的,如果每次都这么配置的话,应该是会搞死我们的,每天devops项目需要接入到很多项目中,为了让我们从更
                            
                            
                                分类:
其他好文   时间:
2020-08-20 18:35:32   
                                阅读次数:
60
                             
                    
                        
                            
                            
                                    import random def raise_valueError(fw): print(fw) raise_e = random.choice((True, False)) if raise_e: # 假设这个异常不一定触发 raise ValueError def try_finally(): ...
                            
                            
                                分类:
编程语言   时间:
2020-07-28 22:27:28   
                                阅读次数:
90
                             
                    
                        
                            
                            
                                简介对于想学Python图形化编程的小伙伴来说,easygui是一个很好图形化入门编程模块!函数介绍ccbox()——双项选择cc表示continue还是cancel他返回的是1和0,但是不代表True和False,但是在if里面还是可以用1和0,另外,选项后面还可以加,自己随意。msgbox()——消息弹窗msgbox(msg=‘‘,title=‘‘,ok_but
                            
                            
                                分类:
编程语言   时间:
2020-07-26 11:19:30   
                                阅读次数:
108
                             
                    
                        
                            
                            
                                    # -*- coding: utf-8 -*- """ Created on Thu Jul 23 11:52:36 2020 @author: Administrator """ from PIL import Image,ImageDraw,ImageFont import random imp ...
                            
                            
                                分类:
其他好文   时间:
2020-07-23 22:19:29   
                                阅读次数:
165
                             
                    
                        
                            
                            
                                https://www.certicom.com/content/certicom/en/41-an-example-of-an-elliptic-curve-group-over-f2m.html As a very small example, consider the field F24, d ...
                            
                            
                                分类:
其他好文   时间:
2020-07-15 15:08:35   
                                阅读次数:
128
                             
                    
                        
                            
                            
                                Understanding One-Shot NAS 2018-ICML-Understanding and Simplifying One-Shot Architecture Search Google Brain Gabriel Bender、Quoc Le Citation:183 Intro ...
                            
                            
                                分类:
其他好文   时间:
2020-07-11 19:23:14   
                                阅读次数:
51
                             
                    
                        
                            
                            
                                Windows-bat-loop for restart exe July 10, 2020 2:09 AM 周期重启某个指定的程序 @echo off :start choice /t 10 /d y /n >nul cd C:\Users\Administrator\Desktop\XXXX.e ...
                            
                            
                         
                    
                        
                            
                            
                                Lost and AekdyCoin are friends. They always play "number game"(A boring game based on number theory) together. We all know that AekdyCoin is the man c ...
                            
                            
                                分类:
编程语言   时间:
2020-07-07 12:52:15   
                                阅读次数:
93