Skip to content

Commit

Permalink
Merge pull request #8 from wh0am1i/dev
Browse files Browse the repository at this point in the history
fix():W391
  • Loading branch information
wh0am1i authored Feb 9, 2024
2 parents 3d61eb1 + ca0b78d commit cdcbc89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -973,4 +973,3 @@ def evaluate(inp: str, dynamic_values: dict = None) -> str:
print(evaluate("{{to_lower(rand_base(5))}}"))
print(evaluate("{{base64('World')}}"))
print(evaluate("{{base64(Hello)}}", {'Hello': 'World'}))

1 change: 0 additions & 1 deletion pocsuite3/lib/yaml/nuclei/protocols/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,3 @@ def execute_http_request(request: HttpRequest, dynamic_values, interactsh) -> Un
return results
else:
return False

0 comments on commit cdcbc89

Please sign in to comment.