diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-05 13:36:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 13:36:56 +0000 |
| commit | 63600acaf04287502696050caa71716411e3afe8 (patch) | |
| tree | a683939034bde510da9b5d28da7207d2c1923676 | |
| parent | 8232b9dee63883e86be9d275a62b7147fd08ba15 (diff) | |
automatic import of python-whitehatopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-whitehat.spec | 256 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 258 insertions, 0 deletions
@@ -0,0 +1 @@ +/whitehat-1.2.3.tar.gz diff --git a/python-whitehat.spec b/python-whitehat.spec new file mode 100644 index 0000000..f55d09f --- /dev/null +++ b/python-whitehat.spec @@ -0,0 +1,256 @@ +%global _empty_manifest_terminate_build 0 +Name: python-whitehat +Version: 1.2.3 +Release: 1 +Summary: Python Packages For Ethical Hacking +License: Apache License 2.0 +URL: https://github.com/EterNomm/Whitehat +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/b6/cc068e98abf2556175dd8feb57556a2f335b5dc245c3ec0ab09845faf5e3/whitehat-1.2.3.tar.gz +BuildArch: noarch + +Requires: python3-socketio +Requires: python3-phonenumbers +Requires: python3-tqdm +Requires: python3-pynput + +%description +[](https://github.com/EterNomm/Whitehat) +[](https://pepy.tech/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat#data) +[](https://github.com/EterNomm/Whitehat/commits/main) +[](https://github.com/EterNomm/Whitehat/stargazers) +[](https://github.com/EterNomm/Whitehat/network) +[](https://github.com/EterNomm/Whitehat/pulls) +[](https://discord.com/invite/qpT2AeYZRN) + +# Whitehat + +⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️ + +[](https://gist.github.com/LyQuid12/1598aac0765fcde6bf5d4a2d0df083a4) + +## Key Features +- DDoS +- Key Logger +- Reverse Shell + +## Features +- DDoS (Can up to 1500+ Requests per seconds) +- Get Phonenumber Info +- Get IP Address Information +- Keylogger +- Port Scanner +- Reverse Shell +- See Browser history +- Brute Force +- Common Cryptography encryption, such as [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher), [Vigenere Cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), [Morse](https://en.wikipedia.org/wiki/Morse_code), [etc](https://github.com/EterNomm/Whitehat/tree/main/whitehat/cryptography_functions) + +## Install +- ### PIP +``` +pip install whitehat +``` + +- ### Advanced version (Not always available, dependent to update) +``` +pip install git+https://github.com/EterNomm/Whitehat +``` + +## Example +[Click here](https://github.com/EterNomm/Whitehat/tree/main/examples) + + +## Other +- Want to be a contributor? [Pull Request](https://github.com/EterNomm/Whitehat/pulls) are welcome :3 +- Join our Discord Server [Here](https://discord.com/invite/qpT2AeYZRN) + +## Licence & Copyright + +``` +This Project under Apache License 2.0 +Copyright (c) 2021-present EterNomm +``` + + + + +%package -n python3-whitehat +Summary: Python Packages For Ethical Hacking +Provides: python-whitehat +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-whitehat +[](https://github.com/EterNomm/Whitehat) +[](https://pepy.tech/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat#data) +[](https://github.com/EterNomm/Whitehat/commits/main) +[](https://github.com/EterNomm/Whitehat/stargazers) +[](https://github.com/EterNomm/Whitehat/network) +[](https://github.com/EterNomm/Whitehat/pulls) +[](https://discord.com/invite/qpT2AeYZRN) + +# Whitehat + +⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️ + +[](https://gist.github.com/LyQuid12/1598aac0765fcde6bf5d4a2d0df083a4) + +## Key Features +- DDoS +- Key Logger +- Reverse Shell + +## Features +- DDoS (Can up to 1500+ Requests per seconds) +- Get Phonenumber Info +- Get IP Address Information +- Keylogger +- Port Scanner +- Reverse Shell +- See Browser history +- Brute Force +- Common Cryptography encryption, such as [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher), [Vigenere Cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), [Morse](https://en.wikipedia.org/wiki/Morse_code), [etc](https://github.com/EterNomm/Whitehat/tree/main/whitehat/cryptography_functions) + +## Install +- ### PIP +``` +pip install whitehat +``` + +- ### Advanced version (Not always available, dependent to update) +``` +pip install git+https://github.com/EterNomm/Whitehat +``` + +## Example +[Click here](https://github.com/EterNomm/Whitehat/tree/main/examples) + + +## Other +- Want to be a contributor? [Pull Request](https://github.com/EterNomm/Whitehat/pulls) are welcome :3 +- Join our Discord Server [Here](https://discord.com/invite/qpT2AeYZRN) + +## Licence & Copyright + +``` +This Project under Apache License 2.0 +Copyright (c) 2021-present EterNomm +``` + + + + +%package help +Summary: Development documents and examples for whitehat +Provides: python3-whitehat-doc +%description help +[](https://github.com/EterNomm/Whitehat) +[](https://pepy.tech/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat) +[](https://pypi.org/project/whitehat#data) +[](https://github.com/EterNomm/Whitehat/commits/main) +[](https://github.com/EterNomm/Whitehat/stargazers) +[](https://github.com/EterNomm/Whitehat/network) +[](https://github.com/EterNomm/Whitehat/pulls) +[](https://discord.com/invite/qpT2AeYZRN) + +# Whitehat + +⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️ + +[](https://gist.github.com/LyQuid12/1598aac0765fcde6bf5d4a2d0df083a4) + +## Key Features +- DDoS +- Key Logger +- Reverse Shell + +## Features +- DDoS (Can up to 1500+ Requests per seconds) +- Get Phonenumber Info +- Get IP Address Information +- Keylogger +- Port Scanner +- Reverse Shell +- See Browser history +- Brute Force +- Common Cryptography encryption, such as [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher), [Vigenere Cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher), [Morse](https://en.wikipedia.org/wiki/Morse_code), [etc](https://github.com/EterNomm/Whitehat/tree/main/whitehat/cryptography_functions) + +## Install +- ### PIP +``` +pip install whitehat +``` + +- ### Advanced version (Not always available, dependent to update) +``` +pip install git+https://github.com/EterNomm/Whitehat +``` + +## Example +[Click here](https://github.com/EterNomm/Whitehat/tree/main/examples) + + +## Other +- Want to be a contributor? [Pull Request](https://github.com/EterNomm/Whitehat/pulls) are welcome :3 +- Join our Discord Server [Here](https://discord.com/invite/qpT2AeYZRN) + +## Licence & Copyright + +``` +This Project under Apache License 2.0 +Copyright (c) 2021-present EterNomm +``` + + + + +%prep +%autosetup -n whitehat-1.2.3 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-whitehat -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.3-1 +- Package Spec generated @@ -0,0 +1 @@ +c9ce21a06b564444ba8dc1544a5a589e whitehat-1.2.3.tar.gz |
