Skip to content

Commit 4b1fcb5

Browse files
Merge pull request #7 from FelixCoutinho/main
Fixed a typo on the main function argument descriptor
2 parents 03e7f1e + 2bde91e commit 4b1fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def Exploit(url):
2828

2929

3030
def main():
31-
parser = argparse.ArgumentParser(description='Srping-Core Rce.')
31+
parser = argparse.ArgumentParser(description='Spring-Core Rce.')
3232
parser.add_argument('--file',help='url file',required=False)
3333
parser.add_argument('--url',help='target url',required=False)
3434
args = parser.parse_args()

0 commit comments

Comments
 (0)