Skip to content

Commit

Permalink
Update proxyformat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
usethisname1419 authored Mar 30, 2023
1 parent 17a7c8d commit 682fab4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions proxyformat.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import string

file = "proxys.txt"
print("Easy Proxy List Formatter - By Derek Johnston")
print("Easy Proxy List Proxychains4 Formatter")
print("Leave a space after each input")
proto = input("Input Proxy Protocol: ")
socks = proto

print("For Authenticated Proxys")
oauth = input("Enter a space then enter Username and Password. If no auth leave blank: ")


Expand All @@ -23,11 +23,6 @@
print(line, file=ostr)



print("saved as 'output.txt' Proxy list now follows Proxychains4.conf format")
print("Derek Johnston. Corexital Data")







0 comments on commit 682fab4

Please sign in to comment.