You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[enhancement] Add windows support and windows binary build to Coercer (#97)
* split task preparation and execution into seperate functions
* Update debug + verbose printing
* Refactor reporter, standardize print formatting, and add logging
* Initial Windows Support
* Create windows binary installer script
* Add small snippet to README for using the installer script
* Update installer to install C++ Build Tools
* Fix bug with coerce mode and packet redirection
* Update URL in installer.ps1
---------
Co-authored-by: p0rtL6 <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
<br>
11
11
</p>
12
12
13
+
## Windows Support
14
+
To build a binary for Windows, download the `installer.ps1` script from this repository. Run it simply with no arguments to create a binary in the working directory. Use `-h` or `--help` for the help menu with options.
reporter.print_error("Cannot listen on port tcp/%d. Are you root or are other servers running?"%4445ifoptions.redirecting_smb_packetselseoptions.smb_port)
270
280
else:
271
281
fortargetintargets:
272
282
reporter.print_info("Scanning target %s"%target)
@@ -289,8 +299,8 @@ def main():
289
299
reporter.print_info("Starting fuzz mode")
290
300
ifcredentials.is_anonymous():
291
301
reporter.print_info("No credentials provided, trying to connect with a NULL session.")
292
-
ifnotcan_listen_on_port("0.0.0.0", 445):
293
-
reporter.print_error("Cannot listen on port tcp/%d. Are you root or are other servers running?"%445)
reporter.print_error("Cannot listen on port tcp/%d. Are you root or are other servers running?"%4445ifoptions.redirecting_smb_packetselseoptions.smb_port)
0 commit comments