attrezzi

command module
v0.0.0-...-148d9f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

Attrezzi

NOTE: This repo is now mainly used for testing purposes.

Attrezzi is a CLI tool integrated with multiple features useful for hacking (and practising Go).

Modules

  • fmt | data format operations
    • b64 | Base64 encode / decode
    • b32 | Base32 encode / decode
    • b58 | Base58 encode / decode
    • b62 | Base62 encode / decode
    • b85 | Base85 encode / decode
    • bsx | BaseX encode / decode
    • hex | Convert string to / from hex
    • bin | Convert string to / from binary
    • dec | Convert string to / from decimal
    • url | URL encode / decode
    • htm | HTML Entity encode / decode
    • uni | Unicode conversion
  • enc | cryptographic operations
    • rot | ROT13-like encryption / decryption
    • mor | Morse code transformation
    • xor | XOR operation
    • rnd | Random number generation
    • aes | AES encryption / decryption
    • akg | Asymmetric encryption key generation
    • rsa | RSA encryption / decryption
    • hsh | Hash function calculation
    • jwt | JWT-related operation
  • net | network-related operations
    • pfw | Local / remote port forwarding
    • dns | DNS lookup
    • prx | Proxy
    • ips | Show IP ranges
    • psc | Port scanning
    • ...
  • msc | miscellaneous operations
    • uid | UUID generation
    • jpg | Read EXIF info in JPG files
    • ...

Documentation

Overview

Copyright © 2021 SignorMercurio

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL