mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 11:51:55 +00:00
Add Debian packaging for Kali Linux submission
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
NexTOR IP Changer - Tor Exit Node Rotator
|
||||
Package initialization module
|
||||
"""
|
||||
|
||||
__version__ = "1.1"
|
||||
__author__ = "Stalin"
|
||||
__license__ = "MIT"
|
||||
__doc__ = """
|
||||
NexTOR IP Changer: Automatically rotate Tor exit nodes and change IP address.
|
||||
|
||||
This package provides tools for rotating Tor exit nodes and dynamically
|
||||
changing your public IP address, intended for privacy research, OSINT,
|
||||
and security testing purposes.
|
||||
"""
|
||||
|
||||
from .NexTOR import main, new_tor_identity, ma_ip
|
||||
|
||||
__all__ = ['main', 'new_tor_identity', 'ma_ip']
|
||||
Reference in New Issue
Block a user