authfinder 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
authfinder/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """authfinder: Execute commands across Windows and Linux systems using multiple RCE methods"""
2
2
 
3
- __version__ = "1.2.0"
3
+ __version__ = "1.2.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: authfinder
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Execute commands across Windows and Linux systems using multiple RCE methods (WinRM, SMB, WMI, RDP, SSH, MSSQL)
5
5
  Author: Khael
6
6
  Project-URL: Homepage, https://github.com/KhaelK138/authfinder
@@ -21,6 +21,7 @@ Classifier: Topic :: System :: Systems Administration
21
21
  Requires-Python: >=3.8
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
+ Requires-Dist: impacket
24
25
  Provides-Extra: dev
25
26
  Requires-Dist: build; extra == "dev"
26
27
  Requires-Dist: twine; extra == "dev"
@@ -44,7 +45,7 @@ Big thanks to NetExec, Impacket, and Evil-Winrm, as this tool just essentially a
44
45
  - SSH (NetExec)
45
46
  - MSSQL (Impacket)
46
47
  - **Multi-threaded**: Execute commands across multiple hosts simultaneously
47
- - **Automatic Pass-the-Hash**: Just paste the NTLM hash as the credential
48
+ - **Pass-the-Hash**: Use `-H` to pass an NTLM hash
48
49
  - **Linux Support**: Use `--linux` to attempt to run commands across linux machines instead, via SSH
49
50
 
50
51
  ## Installation
@@ -80,7 +81,10 @@ authfinder 192.168.1.10 -u administrator -p Password123 -c whoami
80
81
  authfinder 192.168.1.1-50 -u admin -p Pass123 -c 'net user'
81
82
 
82
83
  # Use nthash instead of password
83
- authfinder 10.0.0.1-10 -u admin -p :{32-bit-hash} whoami
84
+ authfinder 10.0.0.1-10 -u admin -H :{32-bit-hash} -c whoami
85
+
86
+ # Pass list of creds
87
+ authfinder 10.0.0.1-10 -f creds.txt -c whoami
84
88
  ```
85
89
 
86
90
  ### IP Range Format
@@ -0,0 +1,9 @@
1
+ authfinder/__init__.py,sha256=8q6-FFZkTfh4uI9ixbVG_H8VBGoBUWF2FSPoj_B92es,121
2
+ authfinder/authfinder.py,sha256=hyjDVUUbAjq4My57dPDCBPR5ergiM1W88aHsHmFmG6o,23704
3
+ authfinder/wmiexec_ng.py,sha256=-8dUQt3SkilfbxME0bOAw4vSFAp96-mScG9K6iVCc9I,11102
4
+ authfinder-1.2.1.dist-info/licenses/LICENSE,sha256=Kw_kDNp7vsEauRb1Al1Urf1pe0EZWYB0HGK8PvT4FV0,1060
5
+ authfinder-1.2.1.dist-info/METADATA,sha256=TwdXEj0-G-L9EBXN66GrscLDvsHrGzRXt8_PI7bHWa8,4714
6
+ authfinder-1.2.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ authfinder-1.2.1.dist-info/entry_points.txt,sha256=-FjAObbRJAggp-ithes9_uz2veA5Opd5J0N_Ujm7njI,98
8
+ authfinder-1.2.1.dist-info/top_level.txt,sha256=tBEVwAMMMn0YcpoXt_lO1xiT-uznaCGrp7184swWocg,11
9
+ authfinder-1.2.1.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- authfinder/__init__.py,sha256=4cnNl3HUjdqBdJLTz7psBregfK3uzyDJ_OUBMeBr93I,121
2
- authfinder/authfinder.py,sha256=hyjDVUUbAjq4My57dPDCBPR5ergiM1W88aHsHmFmG6o,23704
3
- authfinder/wmiexec_ng.py,sha256=-8dUQt3SkilfbxME0bOAw4vSFAp96-mScG9K6iVCc9I,11102
4
- authfinder-1.2.0.dist-info/licenses/LICENSE,sha256=Kw_kDNp7vsEauRb1Al1Urf1pe0EZWYB0HGK8PvT4FV0,1060
5
- authfinder-1.2.0.dist-info/METADATA,sha256=Wit9dB5r7xyetemzDGT6OoPbUOXLFs92lYxrTXITifw,4638
6
- authfinder-1.2.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
- authfinder-1.2.0.dist-info/entry_points.txt,sha256=-FjAObbRJAggp-ithes9_uz2veA5Opd5J0N_Ujm7njI,98
8
- authfinder-1.2.0.dist-info/top_level.txt,sha256=tBEVwAMMMn0YcpoXt_lO1xiT-uznaCGrp7184swWocg,11
9
- authfinder-1.2.0.dist-info/RECORD,,