-
Notifications
You must be signed in to change notification settings - Fork 0
Analizza e debugga il codice #1
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,8 @@ | ||
| tool blue terminal haking | ||
| tool blue terminal haking ⚠️This project is a prototype intended for demonstration and research purposes only. It is not designed for production use and may contain bugs, vulnerabilities or other imperfections. The author declines all responsibility for direct or indirect damages caused by the use of this software. The user is solely responsible for the use he makes of it and the consequences that arise from it. ⚠ ⚠ ️⛔) | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEaW5WtRYJKwYBBAHaRw8BAQdA8pairwzyMLoe5oGXXeWv5bZrbljQS+bP/zDB |
||
|  | ||
|
Owner
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. -----BEGIN PGP PUBLIC KEY BLOCK----- mDMEaW5WtRYJKwYBBAHaRw8BAQdA8pairwzyMLoe5oGXXeWv5bZrbljQS+bP/zDB |
||
|
|
||
| ATTENZIONE: Il file originale `blue-terminal.tools.py` è stato rimosso perché conteneva codice malevolo (keylogger, ransomware, DoS, backdoor). È stato sostituito da `blue-terminal.safe.py`, un segnaposto sicuro che non esegue alcuna azione. | ||
|
|
||
| Uso: | ||
| - python3 blue-terminal.safe.py | ||
|
|
||
| Note: Questo repository rimane per scopi di analisi/ricerca. Non reintrodurre il vecchio script. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| #!/usr/bin/env python3 | ||
| """ | ||
| Safe placeholder for blue-terminal. | ||
| This script is intentionally minimal and non-invasive. | ||
| """ | ||
| from __future__ import annotations | ||
|
|
||
| import sys | ||
|
|
||
|
|
||
| def main() -> int: | ||
| print("Safe assistant placeholder: no actions performed.") | ||
| return 0 | ||
|
|
||
|
|
||
| if __name__ == "__main__": | ||
| sys.exit(main()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEaW5WtRYJKwYBBAHaRw8BAQdA8pairwzyMLoe5oGXXeWv5bZrbljQS+bP/zDB
TsL5KlO0L2JsdWUtdGVybWluYWwgPGJsdWUudGVybWluYWwuaGFja2luZ0BnbWFp
bC5jb20+iLUEExYKAF0bFIAAAAAABAAObWFudTIsMi41KzEuMTEsMiwxAhsDBQsJ
CAcCAiICBhUKCQgLAgQWAgMBAh4HAheAFiEEV6Pg8NouTKudJuHS+MIcnLT91DUF
AmluVy8FCQjruG4ACgkQ+MIcnLT91DXsQQEAlOlJkuyE4qx9ROkKUX2Q5cSglAdp
Li5C6mmL1nq9D2oBALfSwQqgwa2D0bV1w+/8DTUZEisfi0jz29Xpg7NAcokNuDgE
aW5WtRIKKwYBBAGXVQEFAQEHQCJz4J9W6nAXXF/ErjSW2nWUCuT37vb2HoU85zWC
frFFAwEIB4iaBBgWCgBCGxSAAAAAAAQADm1hbnUyLDIuNSsxLjExLDIsMQIbDBYh
BFej4PDaLkyrnSbh0vjCHJy0/dQ1BQJpblcvBQkI67huAAoJEPjCHJy0/dQ1wFUB
AMzSmww2JtcW98N1rW2QX5YGf+zmdzlm0AuHK5HnnIMtAP9DfgoeyH5DKhrl4RyF
9aVBdIBiLrb6g5fC3an2k6dgDw==
=CNTy
-----END PGP PUBLIC KEY BLOCK-----