Is this batch file injection?
问题 C:\>batinjection OFF ^& DEL c.c batinjection.bat has contents of ECHO %* I've heard of SQL injection, though i've never actually done it, but is this injection? Are there different types of injection and this is one of them? Or is there another technical term for this? or a more specific term? Note - a prior edit had C:\>batinjection OFF & DEL c.c (i.e. without ^%) and ECHO %1 (i.e. without %*) which wasn't quite right. I have corrected it. It doesn't affect the answers. 回答1: Yes, it's a type