mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 19:56:30 +00:00
Merge pull request #3 from 0x5t4l1n/copilot/change-stalin-143-to-0x5t4l1n
Replace Stalin-143 references with 0x5t4l1n across repo metadata
This commit is contained in:
@@ -35,7 +35,7 @@ NexTOR IP Changer is now a fully-packaged, production-ready Debian package suita
|
||||
| **Priority** | optional |
|
||||
| **Maintainer** | Staff <stalin@example.com> |
|
||||
| **License** | MIT |
|
||||
| **Homepage** | https://github.com/Stalin-143/NexTOR_IP_CHANGER |
|
||||
| **Homepage** | https://github.com/0x5t4l1n/NexTOR_IP_CHANGER |
|
||||
| **Installer** | /usr/bin/nextor |
|
||||
| **Built With** | debhelper 13, dh-python |
|
||||
|
||||
@@ -607,14 +607,14 @@ See [KALI_SUBMISSION.md](KALI_SUBMISSION.md) for:
|
||||
| [DEBIAN_PACKAGING.md](DEBIAN_PACKAGING.md) | Debian standards |
|
||||
| [KALI_SUBMISSION.md](KALI_SUBMISSION.md) | Kali submission |
|
||||
| [QUICK_REFERENCE.md](QUICK_REFERENCE.md) | Command cheatsheet |
|
||||
| [GitHub Repository](https://github.com/Stalin-143/NexTOR_IP_CHANGER) | Upstream source |
|
||||
| [GitHub Repository](https://github.com/0x5t4l1n/NexTOR_IP_CHANGER) | Upstream source |
|
||||
|
||||
---
|
||||
|
||||
## 📱 Support & Contact
|
||||
|
||||
- **Package Maintainer:** Stalin <stalin@example.com>
|
||||
- **GitHub Issues:** Report bugs at https://github.com/Stalin-143/NexTOR_IP_CHANGER/issues
|
||||
- **GitHub Issues:** Report bugs at https://github.com/0x5t4l1n/NexTOR_IP_CHANGER/issues
|
||||
- **Kali Contact:** devel@kali.org (after submission)
|
||||
|
||||
---
|
||||
|
||||
+5
-5
@@ -88,7 +88,7 @@ kali-tools/packages/
|
||||
In `debian/control`:
|
||||
|
||||
```
|
||||
Homepage: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Homepage: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
Vcs-Git: https://gitlab.com/kali-team/packages/nextor.git
|
||||
Vcs-Browser: https://gitlab.com/kali-team/packages/nextor
|
||||
```
|
||||
@@ -122,7 +122,7 @@ kali-tools/packages/
|
||||
Documentation:
|
||||
man nextor
|
||||
|
||||
Upstream: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Upstream: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
```
|
||||
|
||||
### Compliance Checklist
|
||||
@@ -333,7 +333,7 @@ man nextor
|
||||
```
|
||||
|
||||
## References
|
||||
- GitHub: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
- GitHub: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
- License: MIT
|
||||
- Upstream Version: 1.1
|
||||
```
|
||||
@@ -430,7 +430,7 @@ git push -u origin update/nextor-1.2
|
||||
|
||||
For questions about this specific package:
|
||||
- Email: stalin@example.com
|
||||
- GitHub: https://github.com/Stalin-143/
|
||||
- GitHub: https://github.com/0x5t4l1n/
|
||||
|
||||
## Submission Timeline Example
|
||||
|
||||
@@ -498,7 +498,7 @@ Uploaders: Stalin <stalin@example.com>
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Standards-Version: 4.6.1
|
||||
Homepage: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Homepage: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
Vcs-Git: https://gitlab.com/kali-team/packages/nextor.git
|
||||
Vcs-Browser: https://gitlab.com/kali-team/packages/nextor
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 Stalin-143
|
||||
Copyright (c) 2024 0x5t4l1n
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
||||
@@ -2,13 +2,13 @@ pkgbase = nextor-ip-changer
|
||||
pkgdesc = A Python-based tool to change Tor IPs dynamically
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
url = https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = python
|
||||
depends = tor
|
||||
source = nextor-ip-changer::git+https://github.com/Stalin-143/NexTOR_IP_CHANGER#tag=v1.0.0
|
||||
source = nextor-ip-changer::git+https://github.com/0x5t4l1n/NexTOR_IP_CHANGER#tag=v1.0.0
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = nextor-ip-changer
|
||||
|
||||
@@ -85,7 +85,7 @@ def main():
|
||||
1.1
|
||||
''')
|
||||
|
||||
print("\033[1;40;31m https://github.com/Stalin-143\n")
|
||||
print("\033[1;40;31m https://github.com/0x5t4l1n\n")
|
||||
print("Nexulean")
|
||||
|
||||
# Start Tor service
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Python-based tool to change Tor IPs dynamically"
|
||||
arch=('any')
|
||||
url="https://github.com/Stalin-143/NexTOR_IP_CHANGER"
|
||||
url="https://github.com/0x5t4l1n/NexTOR_IP_CHANGER"
|
||||
license=('MIT')
|
||||
depends=('python' 'tor')
|
||||
makedepends=('git')
|
||||
|
||||
@@ -149,7 +149,7 @@ print(r'''
|
||||
|
||||
ImprovedNexTOR 1.2
|
||||
''')
|
||||
print("\033[1;40;31m https://github.com/Stalin-143\n")
|
||||
print("\033[1;40;31m https://github.com/0x5t4l1n\n")
|
||||
print("Enhanced by Nexulean")
|
||||
|
||||
# Main program
|
||||
|
||||
@@ -3,7 +3,7 @@ pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A tool to change TOR IP instantly using a single click"
|
||||
arch=('any')
|
||||
url="https://github.com/Stalin-143/NexTOR_IP_CHANGER"
|
||||
url="https://github.com/0x5t4l1n/NexTOR_IP_CHANGER"
|
||||
license=('MIT')
|
||||
depends=('python' 'tor')
|
||||
makedepends=('git')
|
||||
|
||||
+1
-1
@@ -268,4 +268,4 @@ python3 -c "import requests; print(requests.__version__)"
|
||||
- Detailed guide: [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.md)
|
||||
- Debian standards: [DEBIAN_PACKAGING.md](DEBIAN_PACKAGING.md)
|
||||
- Kali submission: [KALI_SUBMISSION.md](KALI_SUBMISSION.md)
|
||||
- GitHub repo: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
- GitHub repo: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
|
||||
@@ -59,7 +59,7 @@ For users who prefer manual installation or want to customize the tool:
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
git clone https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
```
|
||||
|
||||
2. Navigate to the project directory:
|
||||
@@ -111,14 +111,14 @@ This ensures your traffic is routed through Tor with rotating IPs as configured
|
||||
|
||||
We welcome contributions from the community to improve NexTor IP Changer! Here’s how you can get involved:
|
||||
|
||||
- **Bug Reports**: Found a bug? Open an issue on the [GitHub Issues page](https://github.com/Stalin-143/NexTOR_IP_CHANGER/issues) with a detailed description, including steps to reproduce and your system details.
|
||||
- **Bug Reports**: Found a bug? Open an issue on the [GitHub Issues page](https://github.com/0x5t4l1n/NexTOR_IP_CHANGER/issues) with a detailed description, including steps to reproduce and your system details.
|
||||
- **Feature Requests**: Have an idea for a new feature? Submit a feature request via GitHub Issues, explaining how it would enhance the tool.
|
||||
- **Pull Requests**: Want to contribute code? Follow these steps:
|
||||
1. Fork the repository.
|
||||
2. Create a new branch (`git checkout -b feature/your-feature-name`).
|
||||
3. Make your changes and commit them with clear messages (`git commit -m "Add your feature description"`).
|
||||
4. Push to your fork (`git push origin feature/your-feature-name`).
|
||||
5. Open a pull request on the [GitHub repository](https://github.com/Stalin-143/NexTOR_IP_CHANGER).
|
||||
5. Open a pull request on the [GitHub repository](https://github.com/0x5t4l1n/NexTOR_IP_CHANGER).
|
||||
- **Code Style**: Follow Python PEP 8 guidelines for code contributions. Ensure your code is well-documented and includes appropriate comments.
|
||||
- **Testing**: Test your changes thoroughly on an Arch Linux system with Tor installed to ensure compatibility.
|
||||
|
||||
@@ -138,7 +138,7 @@ If you find NexTor IP Changer useful, consider supporting its development:
|
||||
|
||||
📬 **Contact**
|
||||
|
||||
For questions, feedback, or support, reach out via the [GitHub Issues page](https://github.com/Stalin-143/NexTOR_IP_CHANGER/issues). You can also connect with the community through discussions on the repository.
|
||||
For questions, feedback, or support, reach out via the [GitHub Issues page](https://github.com/0x5t4l1n/NexTOR_IP_CHANGER/issues). You can also connect with the community through discussions on the repository.
|
||||
|
||||
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -39,7 +39,7 @@ Man page:
|
||||
man nextor
|
||||
|
||||
Online docs:
|
||||
https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
|
||||
|
||||
DEPENDENCIES
|
||||
@@ -54,7 +54,7 @@ DEPENDENCIES
|
||||
UPSTREAM
|
||||
========
|
||||
|
||||
Homepage: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Homepage: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
GitLab: https://gitlab.com/5t4l1n/NexTOR_IP_CHANGER.git
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ Uploaders: Stalin <stalin@example.com>
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Standards-Version: 4.6.1
|
||||
Homepage: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Homepage: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
Vcs-Git: https://gitlab.com/kali-team/packages/nextor.git
|
||||
Vcs-Browser: https://gitlab.com/kali-team/packages/nextor
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
|
||||
Vendored
+2
-2
@@ -1,10 +1,10 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: nextor
|
||||
Upstream-Contact: Stalin <stalin@example.com>
|
||||
Source: https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
Source: https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
|
||||
Files: *
|
||||
Copyright: 2024 Stalin-143
|
||||
Copyright: 2024 0x5t4l1n
|
||||
License: MIT
|
||||
|
||||
Files: debian/*
|
||||
|
||||
Vendored
+1
-1
@@ -212,7 +212,7 @@ Tor exit node rotation may take several seconds. This is normal behavior.
|
||||
Stalin <stalin@example.com>
|
||||
|
||||
.SH HOMEPAGE
|
||||
https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER
|
||||
|
||||
.SH LICENSE
|
||||
This program is licensed under the MIT License. See the LICENSE file in the
|
||||
|
||||
+3
-3
@@ -40,9 +40,9 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/Stalin-143/NexTOR_IP_CHANGER"
|
||||
Repository = "https://github.com/Stalin-143/NexTOR_IP_CHANGER.git"
|
||||
Issues = "https://github.com/Stalin-143/NexTOR_IP_CHANGER/issues"
|
||||
Homepage = "https://github.com/0x5t4l1n/NexTOR_IP_CHANGER"
|
||||
Repository = "https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git"
|
||||
Issues = "https://github.com/0x5t4l1n/NexTOR_IP_CHANGER/issues"
|
||||
|
||||
[project.scripts]
|
||||
nextor = "Nex_Tor_IP_changer.NexTOR:main"
|
||||
|
||||
@@ -14,7 +14,7 @@ setup(
|
||||
description="Automatically rotate Tor exit nodes and display updated IP address",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Stalin-143/NexTOR_IP_CHANGER",
|
||||
url="https://github.com/0x5t4l1n/NexTOR_IP_CHANGER",
|
||||
packages=find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
||||
Reference in New Issue
Block a user