From 850394eed4ffb4f93a434f63d95b43ce40edc18b Mon Sep 17 00:00:00 2001 From: CoolnsX Date: Thu, 20 Jan 2022 17:51:11 +0530 Subject: [PATCH] remove lol script --- lol | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 lol diff --git a/lol b/lol deleted file mode 100755 index 0004b58..0000000 --- a/lol +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -ajax_url='https://gogoplay.io/encrypt-ajax.php' - - -#get the id from the url -video_id=$(echo "$*" | cut -d\? -f2 | cut -d\& -f1 | sed 's/id=//g') - -#construct ajax parameters -secret_key='3235373436353338353932393338333936373634363632383739383333323838' -iv='34323036393133333738303038313335' -ajax=$(echo -n -e $video_id | openssl enc -aes256 -K $secret_key -iv $iv -a) - -#send the request to the ajax url -curl -H 'x-requested-with:XMLHttpRequest' "$ajax_url" -d "id=$ajax" -d "time=69420691337800813569" | jq -r '.source[].file'