β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦2020 updated multimon-ng is the successor of multimon. It decodes the following digital transmission modes:
t.me/undercodeTesting
POCSAG512 POCSAG1200 POCSAG2400
FLEX
EAS
UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
HAPN4800
FSK9600
DTMF
ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
EEA EIA CCIR
MORSE CW
X10
π¦ multimon-ng can be built using either qmake or CMake:
1) git clone https://github.com/EliasOenal/multimon-ng
2) mkdir build
3) cd build
4) qmake ../multimon-ng.pro
5) make
6) sudo make install
7) mkdir build
8) cd build
9) cmake ..
10) make
11) sudo make install
π¦ The installation prefix can be set by passing a 'PREFIX' parameter to qmake. e.g: qmake multimon-ng.pro PREFIX=/usr/local
So far multimon-ng has been successfully built on Arch Linux, Debian, Gentoo, Kali Linux, Ubuntu, OS X, Windows and FreeBSD. (On Windows using the Qt-MinGW build environment, as well as Cygwin and VisualStudio/MSVC)
Files can be easily converted into multimon-ng's native raw format using sox. e.g: sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw pocsag_short.raw GNURadio can also generate the format using the file sink in input mode short.
You can also "pipe" raw samples into multimon-ng using something like sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw - | ./multimon-ng - (note the trailing dash)
As a last example, here is how you can use it in combination with RTL-SDR: rtl_fm -f 403600000 -s 22050 | multimon-ng -t raw -a FMSFSK -a AFSK1200 /dev/stdin
π¦ Packaging :
> qmake multimon-ng.pro PREFIX=/usr/local
> make
> make install INSTALL_ROOT=/
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦2020 updated multimon-ng is the successor of multimon. It decodes the following digital transmission modes:
t.me/undercodeTesting
POCSAG512 POCSAG1200 POCSAG2400
FLEX
EAS
UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
HAPN4800
FSK9600
DTMF
ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
EEA EIA CCIR
MORSE CW
X10
π¦ multimon-ng can be built using either qmake or CMake:
1) git clone https://github.com/EliasOenal/multimon-ng
2) mkdir build
3) cd build
4) qmake ../multimon-ng.pro
5) make
6) sudo make install
7) mkdir build
8) cd build
9) cmake ..
10) make
11) sudo make install
π¦ The installation prefix can be set by passing a 'PREFIX' parameter to qmake. e.g: qmake multimon-ng.pro PREFIX=/usr/local
So far multimon-ng has been successfully built on Arch Linux, Debian, Gentoo, Kali Linux, Ubuntu, OS X, Windows and FreeBSD. (On Windows using the Qt-MinGW build environment, as well as Cygwin and VisualStudio/MSVC)
Files can be easily converted into multimon-ng's native raw format using sox. e.g: sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw pocsag_short.raw GNURadio can also generate the format using the file sink in input mode short.
You can also "pipe" raw samples into multimon-ng using something like sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw - | ./multimon-ng - (note the trailing dash)
As a last example, here is how you can use it in combination with RTL-SDR: rtl_fm -f 403600000 -s 22050 | multimon-ng -t raw -a FMSFSK -a AFSK1200 /dev/stdin
π¦ Packaging :
> qmake multimon-ng.pro PREFIX=/usr/local
> make
> make install INSTALL_ROOT=/
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ How long does it take for your password to be cracked ?
t.me/undercodeTesting
what kind of password is not easy to crack? If the password satisfies the following three items, it is not easy to be cracked, but it increases the difficulty of memory:
1) The password consists of uppercase and lowercase letters, numbers, and special symbols.
2) The password must be at least 12 digits long.
3) Try not to use your personal characteristics such as your birthday, anniversary, name, nickname, pet name, or other special characters / symbols instead of personal characteristics.
π¦ Why do banks use 6-digit passwords? Is this safe? Simply speaking, the 6-digit bank password is insecure in terms of password complexity. However, as long as you enter the wrong three times, the account will be locked and you will be dealt with by the counter. This is a very important protection measure and will not give you Opportunity to crack
> In addition, it is best to change the password once every three months to six months to prevent the risk of the password being leaked due to being dragged.
> The following figure is the complexity of the password and the time it takes to be cracked :
π¦ How long does it take for your password to be cracked ?
t.me/undercodeTesting
what kind of password is not easy to crack? If the password satisfies the following three items, it is not easy to be cracked, but it increases the difficulty of memory:
1) The password consists of uppercase and lowercase letters, numbers, and special symbols.
2) The password must be at least 12 digits long.
3) Try not to use your personal characteristics such as your birthday, anniversary, name, nickname, pet name, or other special characters / symbols instead of personal characteristics.
π¦ Why do banks use 6-digit passwords? Is this safe? Simply speaking, the 6-digit bank password is insecure in terms of password complexity. However, as long as you enter the wrong three times, the account will be locked and you will be dealt with by the counter. This is a very important protection measure and will not give you Opportunity to crack
> In addition, it is best to change the password once every three months to six months to prevent the risk of the password being leaked due to being dragged.
> The following figure is the complexity of the password and the time it takes to be cracked :
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 updated File upload vulnerability scanner and exploitation tool :
instagram.com/undercodeTesting
π¦ πβπππΈπππππΈπππβ & βπβ :
1) git clone https://github.com/almandin/fuxploider.git
2) cd fuxploider
3) pip3 install -r requirements.txt
π¦ For Docker installation
# Build the docker image
docker build -t almandin/fuxploider .
π¦ Usage
To get a list of basic options and switches use :
python3 fuxploider.py -h
Basic example :
python3 fuxploider.py --url https://awesomeFileUploadService.com --not-regex "wrong file type"
π¦ COMPATIBLE :
> termux
> kali
>parrot..
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ 2020 updated File upload vulnerability scanner and exploitation tool :
instagram.com/undercodeTesting
π¦ πβπππΈπππππΈπππβ & βπβ :
1) git clone https://github.com/almandin/fuxploider.git
2) cd fuxploider
3) pip3 install -r requirements.txt
π¦ For Docker installation
# Build the docker image
docker build -t almandin/fuxploider .
π¦ Usage
To get a list of basic options and switches use :
python3 fuxploider.py -h
Basic example :
python3 fuxploider.py --url https://awesomeFileUploadService.com --not-regex "wrong file type"
π¦ COMPATIBLE :
> termux
> kali
>parrot..
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
GitHub
GitHub - almandin/fuxploider: File upload vulnerability scanner and exploitation tool.
File upload vulnerability scanner and exploitation tool. - almandin/fuxploider
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦LEVO LOGINS verified :
ken_knysok@web.de:harley12 | = ":1 | Credit = 18 | vip? = guest
robojew187@gmx.de:bangarang187 | = ":1 | Credit = 18 | vip? = guest
publamina1@hotmail.es:emma2011 | = ":1 | Credit = 18 | vip? = guest
derwish93@web.de:kimberly | = ":1 | Credit = 18 | vip? = guest
zgzsergi_74@hotmail.es:1127fcm | = ":1 | Credit = 18 | vip? = guest
tim.meyer7@gmx.de:t090596 | = ":1 | Credit = 18 | vip? = guest
patrick-placht@web.de:deltiger41 | = ":1 | Credit = 18 | vip? = guest
fa-amann@freenet.de:Hawedere12345 | = ":1 | Credit = 18 | vip? = guest
toto-v@t-online.de:marvin112 | = ":1 | Credit = 18 | vip? = guest
turkenpower66@hotmail.de:6aleynagoktug-66 |= ":1 | Credit = 3 | vip? = guest
dennisk7@gmx.de:Lucky112 | = ":1 | Credit = 295 | vip? = guest
dennisk7@gmx.de:Lucky112 | = ":1 | Credit = 295 | vip? = guest
jan-13@hotmail.de:coolcool | = ":1 | Credit = 294 | vip? = guest
alexander-greschik@web.de:Simultas666 | = ":1 | Credit = 293 | vip? = guest
wayne@hippiemail.de:www.abc.de | = ":1 | Credit = 292 | vip? = guest
ganger198@live.de:sokjf168 | = ":1 | Credit = 292 | vip? = guest
staengl@freenet.de:1E2Z1E2Z | = ":1 | Credit = 291 | vip? = guest
dreamboy99@web.de:heinekin1 | = ":1 | Credit = 290 | vip? = guest
bonafazius@web.de:coolermaster1 | = ":1 | Credit = 290 | vip? = guest
chibilight@live.de:618495 | = ":1 | Credit = 290 | vip? = guest
pjung5@gmx.de:13750982 | = ":1 | Credit = 290 | vip? = guest
derandy89@gmx.de:Nathos89 | = ":1 | Credit = 290 | vip? = guest
bonafazius@web.de:coolermaster1 | = ":1 | Credit = 290 | vip? = guest
jo.nice@gmx.de:chainsaw | = ":1 | Credit = 29 | vip? = guest
TheDuplex@gmx.de:thx1138 | = ":1 | Credit = 29 | vip? = guest
maxnaehlen@online.de:mbgb627g | = ":1 | Credit = 29 | vip? = guest
game-email13@web.de:haha13 | = ":1 | Credit = 29 | vip? = guest
luk.boecker@gmx.de:foxstar1234 | = ":1 | Credit = 29 | vip? = guest
theduplex@gmx.de:thx1138 | = ":1 | Credit = 29 | vip? = guest
Patrick_lsser@yahoo.de:tommie | = ":1 | Credit = 29 | vip? = guest
bozaciemre@yahoo.de:02381789859 | = ":1 | Credit = 29 | vip? = guest
kb09051995@yahoo.de:8191k.b. | = ":1 | Credit = 29 | vip? = guest
bluetiger1995@gmx.de:Pr0sk4t3r43v3r | = ":1 | Credit = 29 | vip? = guest
jigen@hotmail.de:wert1234 | = ":1 | Credit = 29 | vip? = guest
maxnaehlen@online.de:mbgb627g | = ":1 | Credit = 29 | vip? = guest
zaickz@web.de:bezzpx3k | = ":1 | Credit = 289 | vip? = guest
philpan@gmx.de:qdo1pr | = ":1 | Credit = 289 | vip? = guest
fabi.fabi1994@web.de:26.1.1999 | = ":1 | Credit = 289 | vip? = guest
mippy@gmx.de:mippi123 | = ":1 | Credit = 287 | vip? = guest
daniel@badewien.de:456852 | = ":1 | Credit = 287 | vip? = guest
sidfriedrichs@yahoo.de:Timbarry | = ":1 | Credit = 286 | vip? = guest
christianbuck99666@yahoo.de:spucken | = ":1 | Credit = 286 | vip? = guest
kevin.klaassen94@web.de:klaassen | = ":1 | Credit = 285 | vip? = guest
jan_kempel@web.de:Deathman | = ":1 | Credit = 285 | vip? = guest
fips.jonas@yahoo.de:Vitraletten1 | = ":1 | Credit = 285 | vip? = guest
llubu@web.de:songohan3 | = ":1 | Credit = 284 | vip? = guest
guschman@freenet.de:qaywsx |= ":1 | Credit = 284 | vip? = guest
jananoeker@web.de:22012211 | = ":1 | Credit = 283 | vip? = guest
jananoeker@web.de:22012211 | = ":1 | Credit = 283 | vip? = guest
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦LEVO LOGINS verified :
ken_knysok@web.de:harley12 | = ":1 | Credit = 18 | vip? = guest
robojew187@gmx.de:bangarang187 | = ":1 | Credit = 18 | vip? = guest
publamina1@hotmail.es:emma2011 | = ":1 | Credit = 18 | vip? = guest
derwish93@web.de:kimberly | = ":1 | Credit = 18 | vip? = guest
zgzsergi_74@hotmail.es:1127fcm | = ":1 | Credit = 18 | vip? = guest
tim.meyer7@gmx.de:t090596 | = ":1 | Credit = 18 | vip? = guest
patrick-placht@web.de:deltiger41 | = ":1 | Credit = 18 | vip? = guest
fa-amann@freenet.de:Hawedere12345 | = ":1 | Credit = 18 | vip? = guest
toto-v@t-online.de:marvin112 | = ":1 | Credit = 18 | vip? = guest
turkenpower66@hotmail.de:6aleynagoktug-66 |= ":1 | Credit = 3 | vip? = guest
dennisk7@gmx.de:Lucky112 | = ":1 | Credit = 295 | vip? = guest
dennisk7@gmx.de:Lucky112 | = ":1 | Credit = 295 | vip? = guest
jan-13@hotmail.de:coolcool | = ":1 | Credit = 294 | vip? = guest
alexander-greschik@web.de:Simultas666 | = ":1 | Credit = 293 | vip? = guest
wayne@hippiemail.de:www.abc.de | = ":1 | Credit = 292 | vip? = guest
ganger198@live.de:sokjf168 | = ":1 | Credit = 292 | vip? = guest
staengl@freenet.de:1E2Z1E2Z | = ":1 | Credit = 291 | vip? = guest
dreamboy99@web.de:heinekin1 | = ":1 | Credit = 290 | vip? = guest
bonafazius@web.de:coolermaster1 | = ":1 | Credit = 290 | vip? = guest
chibilight@live.de:618495 | = ":1 | Credit = 290 | vip? = guest
pjung5@gmx.de:13750982 | = ":1 | Credit = 290 | vip? = guest
derandy89@gmx.de:Nathos89 | = ":1 | Credit = 290 | vip? = guest
bonafazius@web.de:coolermaster1 | = ":1 | Credit = 290 | vip? = guest
jo.nice@gmx.de:chainsaw | = ":1 | Credit = 29 | vip? = guest
TheDuplex@gmx.de:thx1138 | = ":1 | Credit = 29 | vip? = guest
maxnaehlen@online.de:mbgb627g | = ":1 | Credit = 29 | vip? = guest
game-email13@web.de:haha13 | = ":1 | Credit = 29 | vip? = guest
luk.boecker@gmx.de:foxstar1234 | = ":1 | Credit = 29 | vip? = guest
theduplex@gmx.de:thx1138 | = ":1 | Credit = 29 | vip? = guest
Patrick_lsser@yahoo.de:tommie | = ":1 | Credit = 29 | vip? = guest
bozaciemre@yahoo.de:02381789859 | = ":1 | Credit = 29 | vip? = guest
kb09051995@yahoo.de:8191k.b. | = ":1 | Credit = 29 | vip? = guest
bluetiger1995@gmx.de:Pr0sk4t3r43v3r | = ":1 | Credit = 29 | vip? = guest
jigen@hotmail.de:wert1234 | = ":1 | Credit = 29 | vip? = guest
maxnaehlen@online.de:mbgb627g | = ":1 | Credit = 29 | vip? = guest
zaickz@web.de:bezzpx3k | = ":1 | Credit = 289 | vip? = guest
philpan@gmx.de:qdo1pr | = ":1 | Credit = 289 | vip? = guest
fabi.fabi1994@web.de:26.1.1999 | = ":1 | Credit = 289 | vip? = guest
mippy@gmx.de:mippi123 | = ":1 | Credit = 287 | vip? = guest
daniel@badewien.de:456852 | = ":1 | Credit = 287 | vip? = guest
sidfriedrichs@yahoo.de:Timbarry | = ":1 | Credit = 286 | vip? = guest
christianbuck99666@yahoo.de:spucken | = ":1 | Credit = 286 | vip? = guest
kevin.klaassen94@web.de:klaassen | = ":1 | Credit = 285 | vip? = guest
jan_kempel@web.de:Deathman | = ":1 | Credit = 285 | vip? = guest
fips.jonas@yahoo.de:Vitraletten1 | = ":1 | Credit = 285 | vip? = guest
llubu@web.de:songohan3 | = ":1 | Credit = 284 | vip? = guest
guschman@freenet.de:qaywsx |= ":1 | Credit = 284 | vip? = guest
jananoeker@web.de:22012211 | = ":1 | Credit = 283 | vip? = guest
jananoeker@web.de:22012211 | = ":1 | Credit = 283 | vip? = guest
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦BEST SITES FOR DOWNLOAD HACK TOOLS GITHUB SIMILARS :
> GitLab
GitLab.com
> SourceForge.com
> Cloud Source Repositories
https://cloud.google.com/source-repositories/
> GitKraken.com
> Apache Allura
allura.apache.org
> deepweb
https://www.torproject.org/download/
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦BEST SITES FOR DOWNLOAD HACK TOOLS GITHUB SIMILARS :
> GitLab
GitLab.com
> SourceForge.com
> Cloud Source Repositories
https://cloud.google.com/source-repositories/
> GitKraken.com
> Apache Allura
allura.apache.org
> deepweb
https://www.torproject.org/download/
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
Google Cloud
Cloud Source Repositories documentation | Cloud Source Repositories Documentation | Google Cloud
Fully managed private Git Repositories with integrations for continuous integration, delivery, and deployment. Git source control service that helps you release faster.
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ A tool that implements the Golden SAML attack
>In a golden SAML attack, attackers can gain access to an application (any application that supports SAML authentication) with any privileges they desire and be any user on the targeted application.
>shimit allows the user to create a signed SAMLResponse object, and use it to open a session in the Service Provider. shimit now supports AWS Console as a Service Provider, more are in the works...
fb.com/undercodeTesting
π¦πβπππΈπππππΈπππβ & βπβ :
1) For installing the required modules, run the following command:
> python -m pip install boto3 botocore defusedxml enum python_dateutil lxml signxml
2) clone https://github.com/cyberark/shimit
> then go dir
3) pply session for AWS cli
python .\shimit.py -idp http://adfs.lab.local/adfs/services/trust -pk key_file -c cert_file
-u domain\admin -n admin@domain.com -r ADFS-admin -r ADFS-monitor -id 123456789012
idp - Identity Provider URL e.g. http://server.domain.com/adfs/services/trust
pk - Private key file full path (pem format)
c - Certificate file full path (pem format)
u - User and domain name e.g. domain\username (use \ or quotes in *nix)
n - Session name in AWS
r - Desired roles in AWS. Supports Multiple roles, the first one specified will be assumed.
id - AWS account id e.g. 123456789012
π¦ Save SAMLResponse to file
python .\shimit.py -idp http://adfs.lab.local/adfs/services/trust -pk key_file -c cert_file
-u domain\admin -n admin@domain.com -r ADFS-admin -r ADFS-monitor -id 123456789012 -o saml_response.xml
o - Output encoded SAMLResponse to a specified file path
π¦ Load SAMLResponse from file
python .\shimit.py -l saml_response.xml
l - Load SAMLResponse from a specified file path
> THAT S 'ALL
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ A tool that implements the Golden SAML attack
>In a golden SAML attack, attackers can gain access to an application (any application that supports SAML authentication) with any privileges they desire and be any user on the targeted application.
>shimit allows the user to create a signed SAMLResponse object, and use it to open a session in the Service Provider. shimit now supports AWS Console as a Service Provider, more are in the works...
fb.com/undercodeTesting
π¦πβπππΈπππππΈπππβ & βπβ :
1) For installing the required modules, run the following command:
> python -m pip install boto3 botocore defusedxml enum python_dateutil lxml signxml
2) clone https://github.com/cyberark/shimit
> then go dir
3) pply session for AWS cli
python .\shimit.py -idp http://adfs.lab.local/adfs/services/trust -pk key_file -c cert_file
-u domain\admin -n admin@domain.com -r ADFS-admin -r ADFS-monitor -id 123456789012
idp - Identity Provider URL e.g. http://server.domain.com/adfs/services/trust
pk - Private key file full path (pem format)
c - Certificate file full path (pem format)
u - User and domain name e.g. domain\username (use \ or quotes in *nix)
n - Session name in AWS
r - Desired roles in AWS. Supports Multiple roles, the first one specified will be assumed.
id - AWS account id e.g. 123456789012
π¦ Save SAMLResponse to file
python .\shimit.py -idp http://adfs.lab.local/adfs/services/trust -pk key_file -c cert_file
-u domain\admin -n admin@domain.com -r ADFS-admin -r ADFS-monitor -id 123456789012 -o saml_response.xml
o - Output encoded SAMLResponse to a specified file path
π¦ Load SAMLResponse from file
python .\shimit.py -l saml_response.xml
l - Load SAMLResponse from a specified file path
> THAT S 'ALL
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
Facebook
Log in or sign up to view
See posts, photos and more on Facebook.
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ Verified Zee5 Premium Accounts :
parry9985@gmail.com:passw0rd
ZEE5-Vodafone Complementary Offer
Expiry:25 October, 2020 [16 Days Left]
================
patni.arpit@yahoo.com:anupam
ZEE5-Vodafone Complementary Offer
Expiry:01 November, 2020 [23 Days Left]
================
pawankit@gmail.com:Katihar_123
ZEE5-Vodafone Complementary Offer
Expiry:19 October, 2020 [10 Days Left]
================
pprakash2002@hotmail.com:prakash123
ZEE5-Vodafone Complementary Offer
Expiry:29 October, 2020 [20 Days Left]
================
prabhatrana046@gmail.com:9891598894
ZEE5-Idea Complementary Offer
Expiry:12 October, 2020 [3 Days Left]
================
pradeep.dq@gmail.com:mybestpapa
All Access @PremiumHost Telegram
Expiry:18 October, 2020 [9 Days Left]
================
pradeepverma.1972@yahoo.com:Pradeep104820
ZEE5-Vodafone Complementary Offer
Expiry:05 November, 2020 [27 Days Left]
================
Pramodkumbhar17@gmail.com:12061992
ZEE5-Vodafone Complementary Offer
Expiry:05 November, 2020 [27 Days Left]
================
pravinlokhandespcl@gmail.com:9764006869
ZEE5-Vodafone Complementary Offer
Expiry:21 October, 2020 [12 Days Left]
================
premjeet9@gmail.com:nirmaan1981
ZEE5-Vodafone Complementary Offer
Expiry:04 November, 2020 [26 Days Left]
================
princemujahid@gmail.com:bond07
All Access @PremiumHost Telegram
Expiry:24 February, 2020 [138 Days Left]
================
priyanka.bisht27@gmail.com:ilika1203
ZEE5-Idea Complementary Offer
Expiry:12 October, 2020 [3 Days Left]
================
priyankabit27@gmail.com:priyanka27
ZEE5-Vodafone Complementary Offer
Expiry:25 October, 2020 [16 Days Left]
================
priyarajpoot06@gmail.com:priyarajpoot
All Access @PremiumHost Telegram
Expiry:22 March, 2020 [165 Days Left]
================
puneet159@rediffmail.com:advocate
ZEE5-Idea Complementary Offer
Expiry:24 October, 2020 [15 Days Left]
================
punjabimukul@gmail.com:mukul123
ZEE5-Vodafone Complementary Offer
Expiry:25 October, @undercodetesting 2020 [16 Days Left]
================
purupatil@gmail.com:sitaram
ZEE5-Idea Complementary Offer
Expiry:28 October, 2020 [19 Days Left]
================
r_ojhain@rediffmail.com:i9i978
ZEE5-Vodafone Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
================
rafiassam@gmail.com:guwahati
All Access Monthly
Country: SA
Expiry:27 September, 2020 [354 Days Left]
================
rahulmote124@gmail.com:rahulmote
ZEE5-Idea Complementary Offer
Expiry:28 October, 2020 [19 Days Left]
================
rajputrisky9038@gmail.com:9911855010
All Access @PremiumHost Telegram
Expiry:26 December, 2020 [78 Days Left]
@undercodeTesting
================
rajyoungblood@gmail.com:bhondu
All Access @PremiumHost Telegram
Expiry:16 February, 2020 [130 Days Left]
================
ramanuj.anuj@gmail.com:anuj@521973
ZEE5-Vodafone Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
================
rashmikittu@gmail.com:kittujon
All Access @PremiumHost Telegram
Expiry:22 October, 2020 [13 Days Left]
================
rashmivijaysankar@hotmail.com:rash16mi
ZEE5-Vodafone Complementary Offer
Expiry:13 October, 2020 [4 Days Left]
================
ravi123bindra@gmail.com:96736569
ZEE5-Idea Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
β β β ο½ππ»βΊπ«Δπ¬πβ β β β
π¦ Verified Zee5 Premium Accounts :
parry9985@gmail.com:passw0rd
ZEE5-Vodafone Complementary Offer
Expiry:25 October, 2020 [16 Days Left]
================
patni.arpit@yahoo.com:anupam
ZEE5-Vodafone Complementary Offer
Expiry:01 November, 2020 [23 Days Left]
================
pawankit@gmail.com:Katihar_123
ZEE5-Vodafone Complementary Offer
Expiry:19 October, 2020 [10 Days Left]
================
pprakash2002@hotmail.com:prakash123
ZEE5-Vodafone Complementary Offer
Expiry:29 October, 2020 [20 Days Left]
================
prabhatrana046@gmail.com:9891598894
ZEE5-Idea Complementary Offer
Expiry:12 October, 2020 [3 Days Left]
================
pradeep.dq@gmail.com:mybestpapa
All Access @PremiumHost Telegram
Expiry:18 October, 2020 [9 Days Left]
================
pradeepverma.1972@yahoo.com:Pradeep104820
ZEE5-Vodafone Complementary Offer
Expiry:05 November, 2020 [27 Days Left]
================
Pramodkumbhar17@gmail.com:12061992
ZEE5-Vodafone Complementary Offer
Expiry:05 November, 2020 [27 Days Left]
================
pravinlokhandespcl@gmail.com:9764006869
ZEE5-Vodafone Complementary Offer
Expiry:21 October, 2020 [12 Days Left]
================
premjeet9@gmail.com:nirmaan1981
ZEE5-Vodafone Complementary Offer
Expiry:04 November, 2020 [26 Days Left]
================
princemujahid@gmail.com:bond07
All Access @PremiumHost Telegram
Expiry:24 February, 2020 [138 Days Left]
================
priyanka.bisht27@gmail.com:ilika1203
ZEE5-Idea Complementary Offer
Expiry:12 October, 2020 [3 Days Left]
================
priyankabit27@gmail.com:priyanka27
ZEE5-Vodafone Complementary Offer
Expiry:25 October, 2020 [16 Days Left]
================
priyarajpoot06@gmail.com:priyarajpoot
All Access @PremiumHost Telegram
Expiry:22 March, 2020 [165 Days Left]
================
puneet159@rediffmail.com:advocate
ZEE5-Idea Complementary Offer
Expiry:24 October, 2020 [15 Days Left]
================
punjabimukul@gmail.com:mukul123
ZEE5-Vodafone Complementary Offer
Expiry:25 October, @undercodetesting 2020 [16 Days Left]
================
purupatil@gmail.com:sitaram
ZEE5-Idea Complementary Offer
Expiry:28 October, 2020 [19 Days Left]
================
r_ojhain@rediffmail.com:i9i978
ZEE5-Vodafone Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
================
rafiassam@gmail.com:guwahati
All Access Monthly
Country: SA
Expiry:27 September, 2020 [354 Days Left]
================
rahulmote124@gmail.com:rahulmote
ZEE5-Idea Complementary Offer
Expiry:28 October, 2020 [19 Days Left]
================
rajputrisky9038@gmail.com:9911855010
All Access @PremiumHost Telegram
Expiry:26 December, 2020 [78 Days Left]
@undercodeTesting
================
rajyoungblood@gmail.com:bhondu
All Access @PremiumHost Telegram
Expiry:16 February, 2020 [130 Days Left]
================
ramanuj.anuj@gmail.com:anuj@521973
ZEE5-Vodafone Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
================
rashmikittu@gmail.com:kittujon
All Access @PremiumHost Telegram
Expiry:22 October, 2020 [13 Days Left]
================
rashmivijaysankar@hotmail.com:rash16mi
ZEE5-Vodafone Complementary Offer
Expiry:13 October, 2020 [4 Days Left]
================
ravi123bindra@gmail.com:96736569
ZEE5-Idea Complementary Offer
Expiry:31 October, 2020 [22 Days Left]
β β β ο½ππ»βΊπ«Δπ¬πβ β β β