summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-05 13:36:56 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-05 13:36:56 +0000
commit63600acaf04287502696050caa71716411e3afe8 (patch)
treea683939034bde510da9b5d28da7207d2c1923676
parent8232b9dee63883e86be9d275a62b7147fd08ba15 (diff)
automatic import of python-whitehatopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-whitehat.spec256
-rw-r--r--sources1
3 files changed, 258 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..0f84179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+[![Visistors](https://visitor-badge.glitch.me/badge?page_id=EterNomm.Whitehat)](https://github.com/EterNomm/Whitehat)
+[![Downloads](https://pepy.tech/badge/whitehat)](https://pepy.tech/project/whitehat)
+[![PyPI - Downloads](https://img.shields.io/pypi/dm/whitehat?label=PyPI%20Downloads&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Version](https://img.shields.io/pypi/v/whitehat?label=PyPI%20Version&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitehat?label=Python%20Version&logo=python)](https://pypi.org/project/whitehat#data)
+[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EterNomm/Whitehat?label=Commit%20Activity)](https://github.com/EterNomm/Whitehat/commits/main)
+[![GitHub stars](https://img.shields.io/github/stars/EterNomm/Whitehat?label=Stars)](https://github.com/EterNomm/Whitehat/stargazers)
+[![GitHub forks](https://img.shields.io/github/forks/EterNomm/Whitehat?label=Forks)](https://github.com/EterNomm/Whitehat/network)
+[![GitHub pull requests](https://img.shields.io/github/issues-pr/EterNomm/whitehat?label=Pull%20Requests)](https://github.com/EterNomm/Whitehat/pulls)
+[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord)](https://discord.com/invite/qpT2AeYZRN)
+
+# Whitehat
+
+⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️
+
+[![Whitehat Changelog](https://img.shields.io/badge/Whitehat-Changelog-informational?style=for-the-badge&logo=github)](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
+[![Visistors](https://visitor-badge.glitch.me/badge?page_id=EterNomm.Whitehat)](https://github.com/EterNomm/Whitehat)
+[![Downloads](https://pepy.tech/badge/whitehat)](https://pepy.tech/project/whitehat)
+[![PyPI - Downloads](https://img.shields.io/pypi/dm/whitehat?label=PyPI%20Downloads&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Version](https://img.shields.io/pypi/v/whitehat?label=PyPI%20Version&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitehat?label=Python%20Version&logo=python)](https://pypi.org/project/whitehat#data)
+[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EterNomm/Whitehat?label=Commit%20Activity)](https://github.com/EterNomm/Whitehat/commits/main)
+[![GitHub stars](https://img.shields.io/github/stars/EterNomm/Whitehat?label=Stars)](https://github.com/EterNomm/Whitehat/stargazers)
+[![GitHub forks](https://img.shields.io/github/forks/EterNomm/Whitehat?label=Forks)](https://github.com/EterNomm/Whitehat/network)
+[![GitHub pull requests](https://img.shields.io/github/issues-pr/EterNomm/whitehat?label=Pull%20Requests)](https://github.com/EterNomm/Whitehat/pulls)
+[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord)](https://discord.com/invite/qpT2AeYZRN)
+
+# Whitehat
+
+⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️
+
+[![Whitehat Changelog](https://img.shields.io/badge/Whitehat-Changelog-informational?style=for-the-badge&logo=github)](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
+[![Visistors](https://visitor-badge.glitch.me/badge?page_id=EterNomm.Whitehat)](https://github.com/EterNomm/Whitehat)
+[![Downloads](https://pepy.tech/badge/whitehat)](https://pepy.tech/project/whitehat)
+[![PyPI - Downloads](https://img.shields.io/pypi/dm/whitehat?label=PyPI%20Downloads&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Version](https://img.shields.io/pypi/v/whitehat?label=PyPI%20Version&logo=pypi)](https://pypi.org/project/whitehat)
+[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitehat?label=Python%20Version&logo=python)](https://pypi.org/project/whitehat#data)
+[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EterNomm/Whitehat?label=Commit%20Activity)](https://github.com/EterNomm/Whitehat/commits/main)
+[![GitHub stars](https://img.shields.io/github/stars/EterNomm/Whitehat?label=Stars)](https://github.com/EterNomm/Whitehat/stargazers)
+[![GitHub forks](https://img.shields.io/github/forks/EterNomm/Whitehat?label=Forks)](https://github.com/EterNomm/Whitehat/network)
+[![GitHub pull requests](https://img.shields.io/github/issues-pr/EterNomm/whitehat?label=Pull%20Requests)](https://github.com/EterNomm/Whitehat/pulls)
+[![Discord](https://img.shields.io/discord/887650006977347594?color=blue&label=EterNomm&logo=discord)](https://discord.com/invite/qpT2AeYZRN)
+
+# Whitehat
+
+⚠️ **WARNING THIS PYTHON PACKAGES FOR EDUCATIONAL PURPOSES ONLY** ⚠️
+
+[![Whitehat Changelog](https://img.shields.io/badge/Whitehat-Changelog-informational?style=for-the-badge&logo=github)](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
diff --git a/sources b/sources
new file mode 100644
index 0000000..15cfe6d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c9ce21a06b564444ba8dc1544a5a589e whitehat-1.2.3.tar.gz