We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03e7f1e + 2bde91e commit 4b1fcb5Copy full SHA for 4b1fcb5
poc.py
@@ -28,7 +28,7 @@ def Exploit(url):
28
29
30
def main():
31
- parser = argparse.ArgumentParser(description='Srping-Core Rce.')
+ parser = argparse.ArgumentParser(description='Spring-Core Rce.')
32
parser.add_argument('--file',help='url file',required=False)
33
parser.add_argument('--url',help='target url',required=False)
34
args = parser.parse_args()
0 commit comments