当前位置:网站首页>Basic DDoS commands
Basic DDoS commands
2022-06-24 01:10:00 【Love each other when flowers fall】
DDOS Basic commands
One 、ping Go and go ( Send several packets to others in succession )ctrl+c suspend ( Maximum 65500):
ping The goal is ip Address
ping -t The goal is ip Address ( always ping)
ping -n Numbers The goal is ip Address :ping A few times
ping -l Numbers The goal is IP Address ( Modify packet size )
nul Means not to show ping Result , But you can't hide error messages .2>null Indicates hidden error messages .
Detect whether the other party is online ; if ping no , It may not be online or the firewall is on
Two 、 Resolve the domain name manually nslookup website
3、 ... and 、 see ip Address
ipconfig # lookup ip And mask
ipconfig /all # Find out more Two 、 Basic commands
Redirection symbol :
1.> Output correctly 2.>> Bit append
command :
cls: Clear the screen dir: Browse the file directory dir /a Browse all files ( Include hidden ) echo: Output a sentence on the screen , Only one sentence ) echo character string > file name : Put it in the file cd Folder name : Change the current directory type file name . Extension (|more This is page by page view space page by page ): View file contents Tab : completion \ Separate copy con( The screen ) qingshu.txt : Can write many lines (CTRL+z End ) rd : rd Folder name example :rd test. It supports folder names with paths , example :rd d:\test. occasionally ,rd Can not complete the task well : Delete test Folder , But the directory is not empty , At this time, we need to add /s Parameters , It will be deleted normally , The correct way to write it is :rd /s d:\test But just use rd /s test ,CMD Always stop and ask : Are you sure (Y/N) To avoid typing , increase /q ( It comes from quiet, The official explanation is : Quiet mode ) belt /S No confirmation required to delete tree . It's written as :rd /q /s d:\test
del file name . Extension : Delete file
( wildcard ) For any , for example : <em>.txt,dad.,</em>.*
d: To which disk ,: This is not a comment
-s: Level by level deletion
-q: Don't prompt
md Folder name : Create a folder
attrib : Modify the properties of a file or folder
attrib +h feifei :h Is hidden ,+ Is to add
attrib -h feifei :- Is to delete the attribute
attrib +h +s +a +r feifei :s Is to promote a folder to a system level protected folder ,
a Is the archive file attribute .
r The read-only file belongs to
fsutil file createnew c:\system.ini 40960000 : Generate the file + route + size
assoc .txt=exefile : Modify relevance (txt use exe Opening of )
shutdown -s -f -t 1000: s Is to shut down ,t Is time ( The unit is seconds ),( Restart yes -r),f It's compulsory
shutdown -a : Cancel all timing
shutdown -s -t 100 -c “ Let's face it ” :-c Is to display a message
shutdown -l : Same as cancellation logoff
copy route + file name . Extension ..\b\: Under the superior directory b file
copy \shimisi\b\hahah.txt .\:“.” Represents the current directory
copy muma.exe \\10.1.1.2\ : Replication across networks
move route + file name . Extension Mobile path
ren hah.txt heihei.txt : Change the file name 3、 ... and 、 The batch
Create a txt, Change the extension to .bat
pause: Pause , If there is a command later, it will also be suspended , Enter to continue @echo off : Mask the execution process , Write it on the top , Only the results will be shown later color 0a:0 It's the background color ( black ),a It's the font color ( green ) color ?: Display color numbers title my qq password : Display a title for the batch echo. : A blank line : Block goto Block name : Transfer to the corresponding block name start route / Page name : Open a program or web page , There's nothing in the back , Just turn it on cmd %userprofile% : User variables exit : sign out set a=100 : Set a variable set /p a= : Waiting for user input a Value ntsd -c q -pn winlogon.exe: Force to kill Windows Login process ( Only aim at Windows2003 and xp. The result will be a blue screen ) taskkill /im( Specify to kill a process )explorer.exe : Kill the desktop process
边栏推荐
- Gin framework: automatically add requestid
- 数据管理:业务数据清洗,落地实现方案
- 跨域和JSONP
- Shardingsphere-proxy-5.0.0 implementation of capacity range partition (V)
- 股票网上开户安全吗?需要满足什么条件?
- Shengdun technology joined dragon lizard community to build a new open source ecosystem
- 杂乱的知识点
- Echo framework: automatically add requestid
- 解决base64压缩文件,经过post请求解压出来是空格的问题
- C语言:百马百担问题求驮法
猜你喜欢

Arm learning (7) symbol table and debugging

Real time computing framework: Spark cluster setup and introduction case

Isn't this another go bug?

【机器学习】线性回归预测

一次 MySQL 误操作导致的事故,「高可用」都顶不住了!

【Redis进阶之ZipList】如果再有人问你什么是压缩列表?请把这篇文章直接甩给他。

苹果Iphone14搭载北斗导航系统,北斗VS GPS有哪些优势?

跨域和JSONP

ShardingSphere-proxy-5.0.0容量范围分片的实现(五)

实时计算框架:Spark集群搭建与入门案例
随机推荐
【ICPR 2021】遥感图中的密集小目标检测:Tiny Object Detection in Aerial Images
[technical grass planting] use webhook to automatically deploy my blogs on multiple sites in Tencent cloud
SQL database: summary of knowledge points, no suspension at the end of the period
version `ZLIB_1.2.9‘ not found (required by /lib64/libpng16.so.16)
[technical grass planting] deploy a super large capacity and unlimited speed network disk in Tencent cloud
Is it safe to open an account for shares of tongdaxin?
Real time computing framework: Spark cluster setup and introduction case
【小程序】实现双列商品效果
[OSG] OSG development (04) - create multiple scene views
Thread safety and lock optimization
分别用SVM、贝叶斯分类、二叉树、CNN实现手写数字识别
Experience summary of 9 Android interviews, bytes received, Ali, advanced Android interview answer
[CVPR 2020 oral] a physics based noise formation model for extreme low light raw denoising
通达信股票开户是安全的吗?
一次 MySQL 误操作导致的事故,「高可用」都顶不住了!
Longest substring without duplicate characters
SQL数据库:知识点汇总,期末不挂科
Common core resource objects of kubernetes
[redis advanced ziplist] if someone asks you what is a compressed list? Please dump this article directly to him.
使用worker报错:Uncaught DOMException: Failed to construct ‘Worker’: Script at***