mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-02 20:36:40 +01:00
adjust spaces
This commit is contained in:
parent
c15e774a59
commit
68c5c5f733
23
Makefile
23
Makefile
@ -10,18 +10,17 @@ install-all: \
|
||||
install-python
|
||||
|
||||
install-windows:
|
||||
@echo "Installing Windows payloads"
|
||||
|
||||
ifneq ("$(wildcard c/meterpreter/output/*.x86.dll)","")
|
||||
@cp c/meterpreter/output/*.x86.dll $(METERPDIR)
|
||||
else
|
||||
@echo "Note: Windows 32-bit not built, skipping"
|
||||
endif
|
||||
ifneq ("$(wildcard c/meterpreter/output/*.x64.dll)","")
|
||||
@cp c/meterpreter/output/*.x64.dll $(METERPDIR)
|
||||
else
|
||||
@echo "Note: Windows 64-bit not built, skipping"
|
||||
endif
|
||||
@echo "Installing Windows payloads"
|
||||
ifneq ("$(wildcard c/meterpreter/output/*.x86.dll)","")
|
||||
@cp c/meterpreter/output/*.x86.dll $(METERPDIR)
|
||||
else
|
||||
@echo "Note: Windows 32-bit not built, skipping"
|
||||
endif
|
||||
ifneq ("$(wildcard c/meterpreter/output/*.x64.dll)","")
|
||||
@cp c/meterpreter/output/*.x64.dll $(METERPDIR)
|
||||
else
|
||||
@echo "Note: Windows 64-bit not built, skipping"
|
||||
endif
|
||||
|
||||
install-java:
|
||||
@echo "Installing Java payloads"
|
||||
|
Loading…
Reference in New Issue
Block a user