Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid escape sequence #68

Open
loudpenguin opened this issue Oct 21, 2024 · 1 comment
Open

Invalid escape sequence #68

loudpenguin opened this issue Oct 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@loudpenguin
Copy link

loudpenguin commented Oct 21, 2024

I'm getting the following error when I install and run on Kali linux.

`

python3 sccmhunter.py -h

/root/sccmhunter/lib/attacks/http.py:87: SyntaxWarning: invalid escape sequence '['
result = re.search("PolicyCategory="NAAConfig".?<![CDATA[https://([^]]+)", deflatedData, re.DOTALL + re.MULTILINE)
/root/sccmhunter/lib/scripts/sccmwtf.py:191: SyntaxWarning: invalid escape sequence '['
result = re.search("PolicyCategory="NAAConfig".?<![CDATA[https://([^]]+)", decompressed, re.DOTALL + re.MULTILINE)
/root/sccmhunter/lib/scripts/sccmwtf.py:294: SyntaxWarning: invalid escape sequence '['
result = re.search("PolicyCategory="NAAConfig".?<![CDATA[https://([^]]+)", deflatedData, re.DOTALL + re.MULTILINE)
SCCMHunter v1.0.5 by @garrfoster

Usage: sccmhunter [OPTIONS] COMMAND [ARGS]...

╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --help -h Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ admin Run administrative commands through the AdminService API. │
│ dpapi Extract SCCM secrets from DPAPI encrypted blobs, requires Local Administrator privileges. │
│ find Enumerate LDAP for SCCM assets. │
│ http Abuse client enrollment. │
│ mssql MSSQL relay abuse. │
│ show Show and/or recon table results. │
│ smb Profile and Enumerate SMB shares of discovered SCCM servers. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

`

@garrettfoster13 garrettfoster13 self-assigned this Oct 21, 2024
@garrettfoster13 garrettfoster13 added the bug Something isn't working label Oct 21, 2024
@garrettfoster13
Copy link
Owner

Looks like deprecation warnings, thanks for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants