Skip to content

Commit

Permalink
Update satania.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baimao-box authored Jul 2, 2022
1 parent 9c58a79 commit 3c7c717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions satania.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def msfvenom():
os.system(ra)
except:
print("\nPlease enter `back` to return")
menu()

elif(number == num4):
os.system("ffuf -w /usr/share/seclists/Discovery/Web-Content/raft-small-directories.txt -t 100 -mc 200,302,301 -u http://{}/FUZZ".format(rhost))
Expand Down Expand Up @@ -351,6 +352,7 @@ def msfvenom():
print("Please enter a folder to connect to")
folder = input("\033[1;31;40mSMB Connection Specified folder@folder >\033[0m ")
os.system("smbclient -U {} ".format(username)+"//".format(rhost)+"/{}".format(folder))
menu()

elif(number == num12):
os.system("nmap -p 111 --script=nfs-ls,nfs-statfs,nfs-showmount {}".format(rhost))
Expand Down Expand Up @@ -379,9 +381,11 @@ def msfvenom():
os.system("mount {}".format(rhost) + ":/{} ".format(mount1) + "/{}".format(mount2))
except:
print("\nPlease enter `back` to return")
menu()

elif(number == num14):
msfvenom()
menu()

elif(number == num15):
url = input("\033[1;31;40mAccess Shellcode@Please enter a full link to the website shellcode >\033[0m ")
Expand Down

0 comments on commit 3c7c717

Please sign in to comment.