Skip to content

Instantly share code, notes, and snippets.

@johsjohsjohs
Created June 21, 2022 16:26
Show Gist options
  • Save johsjohsjohs/cd90813e296a99d86f3b35017bc74ac0 to your computer and use it in GitHub Desktop.
Save johsjohsjohs/cd90813e296a99d86f3b35017bc74ac0 to your computer and use it in GitHub Desktop.
This script converts https://github.com/TheSpeedX/PROXY-List format to proxychains format and than pipes it to xclip soo that i can copy and past it in proxychains.conf
#!/bin/sh
cat socks4| awk '{print "socks4 " $NF}' |sed 's/:/ /g' | xclip -sel clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment