Skip to content

Commit

Permalink
Merge pull request #6 from wh0am1i/dev
Browse files Browse the repository at this point in the history
fix():W292 no newline at end of file
  • Loading branch information
wh0am1i authored Feb 9, 2024
2 parents 7626323 + fbf973c commit 89bfc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -972,4 +972,4 @@ def evaluate(inp: str, dynamic_values: dict = None) -> str:
if __name__ == '__main__':
print(evaluate("{{to_lower(rand_base(5))}}"))
print(evaluate("{{base64('World')}}"))
print(evaluate("{{base64(Hello)}}", {'Hello': 'World'}))
print(evaluate("{{base64(Hello)}}", {'Hello': 'World'}))
2 changes: 1 addition & 1 deletion pocsuite3/lib/yaml/nuclei/protocols/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,4 @@ def execute_http_request(request: HttpRequest, dynamic_values, interactsh) -> Un
if results and any(results):
return results
else:
return False
return False

0 comments on commit 89bfc79

Please sign in to comment.