Skip to content

Commit

Permalink
Merge pull request #26 from x3rz/spaghetti-target-ci-fix
Browse files Browse the repository at this point in the history
spaghetti-target-ci-fix
  • Loading branch information
SofianeHamlaoui committed Jun 30, 2021
2 parents e5e74ea + 2a62183 commit 85de08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lockdoors/webhack.py
Expand Up @@ -30,7 +30,7 @@ def Spaghetti():
shrts.prilogspc()
print("\033[92m " + Spaghetti.title + "\033[90m")
shrts.spc()
target = input("Select a Target: ")
target = sanitize.bash_escape_restrictor(input("Select a Target: "))
shrts.spc()
print("""Scan Options :
0: Full Scan
Expand Down

2 comments on commit 85de08c

@B3EF
Copy link
Contributor

@B3EF B3EF commented on 85de08c Jul 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, this patch will break the feature as it doesn't import the sanitize module.

@B3EF
Copy link
Contributor

@B3EF B3EF commented on 85de08c Jul 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have already submitted 4 patches 7 days ago, please have a look into it.

Please sign in to comment.