Got bored so I wrote a script for doing the dnsbls from your terminal, it'll spit the image out to /tmp/captcha...

Got bored so I wrote a script for doing the dnsbls from your terminal, it'll spit the image out to /tmp/captcha.png and it'll display it with the command specified with the -d flag if specified.
#!/bin/bashwhile getopts ":d:h" opt; do case "$opt" in d) display_command="$OPTARG" ;; h) echo "Usage: dnsbls [-h] [-d IMAGE_DISPLAY_COMMAND]" exit 255 esacdonefunction Captcha { dnsbls_url="8ch.net/dnsbls_bypass.php" html=$(curl $dnsbls_url 2>/dev/null) echo "$html"}function Captcha_id { captcha="$1" echo "$captcha" | grep -oP "(? "$2"}function Captcha_submit { captcha="$1" captcha_text="$2" captcha_id=$(Captcha_id "$captcha") status="$(curl --output /dev/null -w %{http_code} -s --data "captcha_text=$captcha_text&captcha_cookie=$captcha_id" 8ch.net/dnsbls_bypass.php)" if [ "$status" -eq 200 ] then return 0 else return 255 fi}captcha="$(Captcha)"Captcha_image "$captcha" "/tmp/captcha.png"if [ "$display_command" != "" ]then $display_command /tmp/captcha.png & read answer display_process=$! kill -15 "$display_process" 2>/dev/nullelse read answerfiCaptcha_submit "$captcha" "$answer"

Attached: you are complicit.mp4 (480x480, 6.35M)

Other urls found in this thread:

8ch.net/dnsbls_bypass.php
8ch.net/dnsbls_bypass.php.
8ch.net/dnsbls_bypass.php]
twitter.com/SFWRedditVideos

...

you wrote all that code before even coming up with a basic logo?

Are you disabled?

Attached: thinking emoji.png (321x323, 46.47K)

Thanks user. Also the video is humorous.

That's fucking useless. Looking up painless suicide methods would've been a better use of your time

It's only useless if you're stupid.

Attached: 004a573142b6f6fc271c8fc57d0e8cc673de229357316d8bc11f566150ae606d.jpg (750x879, 97.83K)

>8ch.net/dnsbls_bypass.php
What is the purpose of this page?

That's the page that's framed in when you need to solve the captcha once a day to post.