- 2024-11-20Readys pg walkthrough Intermediate
nmap┌──(root㉿kali)-[~]└─#nmap-p--A192.168.175.166StartingNmap7.94SVN(https://nmap.org)at2024-11-2004:41UTCNmapscanreportfor192.168.175.166Hostisup(0.070slatency).Notshown:65532closedtcpports(reset)PORTSTATESERVIC
- 2024-11-20ISIS 中间系统到中间系统(Intermediate System to Intermediate System) 路由器到路由器
1.ISIS应用场景和技术特点用在运营商扩展性强,IP协议统一天下,ISIS可以支持各种协议,对ipx,ipv4,ipv6等等不同的网络协议,通过TLV方式扩咱扩展,TLV(Type-Length-Value)是一种数据结构,用于在IS-IS的协议数据单元(PDU)中传递额外的信息。TLV由三个部分组成:类型(Type)、长度(Length)和值(Valu
- 2024-11-14Zino pg walkthrough Intermediate
nmap扫描发现smba共享文件┌──(root㉿kali)-[~]└─#nmap-p--A192.168.167.64StartingNmap7.94SVN(https://nmap.org)at2024-11-1400:33UTCStats:0:01:42elapsed;0hostscompleted(1up),1undergoingSYNStealthScanSYNStealthScanTiming:Abo
- 2024-11-12Shiftdel walkthrough Intermediate
点击查看代码nmap-p--A192.168.167.174StartingNmap7.94SVN(https://nmap.org)at2024-11-1200:09UTCNmapscanreportfor192.168.167.174Hostisup(0.071slatency).Notshown:65532closedtcpports(reset)PORTSTATESERVICEVERSION22/tcpop
- 2024-11-12Cockpit pg walkthrough Intermediate
nmap发现两个web站80和9090还有22端口dirsearch发现80端口有login.php登录界面发现没有弱口令测试sql注入测试了一会发现密码password='#就绕过了不过我没搞懂为啥就绕过了要后面拿了root权限才知道登录之后发现密码james Y2FudHRvdWNoaGh0aGlzc0A0NTUxNTI=
- 2024-11-11Educated PG walkthrough Intermediate
nmap扫到8022dirsearch扫描发现┌──(root㉿kali)-[~]└─#dirsearch-uhttp://192.168.167.13//usr/lib/python3/dist-packages/dirsearch/dirsearch.py:23:DeprecationWarning:pkg_resourcesisdeprecatedasanAPI.Seehttps://setuptools.pypa.io/en/latest
- 2024-11-10law Intermediate walkthrough pg
靶场很简单分数只有10分跟平常做的20分的中级靶场比确实简单我拿来放松的算下来30分钟解决战斗nmap扫到80端口web界面是个框架搜exphttps://www.exploit-db.com/exploits/52023他的脚本可能有点问题看不到回显我们审脚本直接看到漏洞点所在命令执行curl-s-d"sid=foo
- 2024-11-09Groove Intermediate pg walkthrough
80端口web站点dirsearch没发现啥有用信息感觉就是让我们突破登录框进后台的https://github.com/ChurchCRM/CRM/issues/137上网查到默认密码登录后台跟具cms查exp发现有个SQL注入payload找半天找到一个可以直接sql注入http://192.168.167.44/EventAttendance.php?Actio
- 2024-11-09PayDay Intermediate
nmap+dirsearch发现web站点扫目录┌──(root㉿kali)-[/home/ftpuserr]└─#nmap-p--A192.168.167.39StartingNmap7.94SVN(https://nmap.org)at2024-11-0906:56UTCNmapscanreportfor192.168.167.39Hostisup(0.072slatency).Notshown:65527clos
- 2024-11-09Vanity Intermediate 统配符提权
nmap扫描┌──(root㉿kali)-[~]└─#nmap-p--A192.168.167.234StartingNmap7.94SVN(https://nmap.org)at2024-11-0903:59UTCStats:0:01:22elapsed;0hostscompleted(1up),1undergoingTracerouteTracerouteTiming:About32.26%done;ETC:04:00(0
- 2024-06-09AI菜鸟向前飞 — LangChain系列之十七 - 剖析AgentExecutor
AgentExecutor顾名思义,Agent执行器,本篇先简单看看LangChain是如何实现的。 先回顾AI菜鸟向前飞—LangChain系列之十四-Agent系列:从现象看机制(上篇)AI菜鸟向前飞—LangChain系列之十五-Agent系列:从现象看机制(中篇)一个Agent的“旅行”AI菜鸟向前飞—Lang
- 2024-06-05AI菜鸟向前飞 — LangChain系列之十六 - Agent系列:从现象看机制(下篇)一款“无需传递中间步骤“的Agent
前言 AI菜鸟向前飞—LangChain系列之十四-Agent系列:从现象看机制(上篇) AI菜鸟向前飞—LangChain系列之十五-Agent系列:从现象看机制(中篇)一个Agent的“旅行” 回顾前两篇文章,大家会发现一个问题 为什么每次Agent在invoke的时候需要多加
- 2024-03-13中间代码生成(Intermediate Code Generation)
目录在编译器设计中,将高级语言代码(如C、C++、Java等)转换为低级语言(如汇编语言或机器语言)是一个复杂的过程,其中包括对不同类型的语句进行翻译。下面我将简要解释你提到的各种语句的翻译过程:声明语句的翻译:声明语句用于定义变量、类型或函数。在翻译时,编译器会为这些实体在符
- 2023-07-30bitwarden 私有化部署android无法登陆问题解决
安卓版bitwarden安装使用中登陆提示“发生错误。Exceptionmessage:java.security.cert.CertPathValidatorException:Trustanchorforcertificationpathnotfound.”这个错误是因为Bitwarden的证书文件中缺少中间证书导致安卓系统的证书校验异常解决方式,生成带证书链的证
- 2023-07-10前言
Python进阶《Python进阶》是《IntermediatePython》的中文译本,谨以此献给进击的Python和Python程序员们!前言Python,作为一个"老练"、"小清新"的开发语言,已受到广大才男俊女的喜爱。我们也从最基础的Python粉,经过时间的摧残慢慢的变成了Python老鬼。IntermediatePython这本书
- 2023-06-04 Intermediate-tf2
目标:运行一个turtlesim演示,并在一个使用turtlesim的多机器人示例中看到tf2的一些功能。安装demo从源码安装#Cloneandbuildthegeometry_tutorialsrepousingthebranchthatmatchesyourinstallationgitclonehttps://github.com/ros/geometry_tutorials.git-bros
- 2023-06-04Intermediate-用rosdep来管理依赖
目标:使用rosdep来管理外部的依赖什么是rosdep?rosdep是ROS的依赖管理实用程序,可以与ROS包和外部库一起使用。rosdep是一个命令行实用程序,用于识别和安装依赖项以构建或安装包。在以下情况下可以调用或被调用:1)构建一个工作区,并需要适当的依赖项来构建内的包。2)安装软件包(例如sud
- 2023-02-07如何修剪git reflog历史
背景:vscode插件git-graph可以方便查看git-commit-graph,效果很好,关键是交互性很好。点选任意commit即可预览提交内容,实在是太方便了,比我之前用命令行上gitlog--graph--o
- 2023-01-02Brind_intermediate
Brind_intermediate12022.5.15轮滑...222022.5.19小时候的回忆...332022.5.22移民...442022.5.26交通问题...552022.5.29新加坡...6620
- 2022-11-09Swap two variables without intermediate variable
#swaptwovariableswithoutintermediatevariable,butintermediatevariableisapplicabletovarioussituations(evenwithcomplexobjects)#thetwomethod
- 2022-10-11[Recoil] Intermediate Selectors
interface:exporttypeElementStyle={position:{top:number;left:number}size:{width:number;height:number}}exporttypeElement={style:
- 2022-09-26MIT6.824 Distributed-System(Lab1)-MapReduce
Labaddress:http://nil.csail.mit.edu/6.824/2020/labs/lab-mr.htmlpaper:MapReduce:SimplifiedDataProcessingonLargeClustersJob:Yourjobistoimplement