▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑 2020 updated Advanced dork Search & Mass Exploit Scanner
fb.com/undercodeTesting
🦑FEATURES :
● Engines: [Google apis cache] Bing Ask Yandex Sogou Exalead Shodan
● Mass Dork Search
● Multiple instant scans.
● Mass Exploitation
● Use proxy.
● Random user agent.
● Random engine.
● Mass Extern commands execution.
● Exploits and issues search.
● XSS / SQLI / LFI / AFD scanner.
● Filter wordpress & Joomla sites.
● Wordpress theme and plugin detection.
● Find Admin page.
● Decode / Encode Base64 / MD5
● Ports scan.
● Collect IPs
● Collect E-mails.
● Auto detect errors.
● Auto detect forms.
● Auto detect Cms.
● Post data.
● Auto sequence repeater.
● Validation.
● Post and Get method
● IP Localisation
● Issues and Exploit search
● Interactive and Normal interface.
● And more...
🦑𝕀ℕ𝕊𝕋𝔸𝕃𝕃𝕀𝕊𝔸𝕋𝕀𝕆ℕ & ℝ𝕌ℕ :
1) git clone https://github.com/AlisamTechnology/ATSCAN
★ Permissions:
2) cd ATSCAN
chmod +x ./atscan.pl
★ Installation:
3) chmod +x ./install.sh
4) ./install.sh
★ Execution:
5) Portable Execution: perl ./atscan.pl
Installed Tool Execution: atscan
Menu: Applications > Web Application analysis > atscan
🦑 Tested by undercode on :
> parrot , ubuntu
@UNDERCODETESTING
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑 2020 updated Advanced dork Search & Mass Exploit Scanner
fb.com/undercodeTesting
🦑FEATURES :
● Engines: [Google apis cache] Bing Ask Yandex Sogou Exalead Shodan
● Mass Dork Search
● Multiple instant scans.
● Mass Exploitation
● Use proxy.
● Random user agent.
● Random engine.
● Mass Extern commands execution.
● Exploits and issues search.
● XSS / SQLI / LFI / AFD scanner.
● Filter wordpress & Joomla sites.
● Wordpress theme and plugin detection.
● Find Admin page.
● Decode / Encode Base64 / MD5
● Ports scan.
● Collect IPs
● Collect E-mails.
● Auto detect errors.
● Auto detect forms.
● Auto detect Cms.
● Post data.
● Auto sequence repeater.
● Validation.
● Post and Get method
● IP Localisation
● Issues and Exploit search
● Interactive and Normal interface.
● And more...
🦑𝕀ℕ𝕊𝕋𝔸𝕃𝕃𝕀𝕊𝔸𝕋𝕀𝕆ℕ & ℝ𝕌ℕ :
1) git clone https://github.com/AlisamTechnology/ATSCAN
★ Permissions:
2) cd ATSCAN
chmod +x ./atscan.pl
★ Installation:
3) chmod +x ./install.sh
4) ./install.sh
★ Execution:
5) Portable Execution: perl ./atscan.pl
Installed Tool Execution: atscan
Menu: Applications > Web Application analysis > atscan
🦑 Tested by undercode on :
> parrot , ubuntu
@UNDERCODETESTING
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
Facebook
Log in or sign up to view
See posts, photos and more on Facebook.
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑2020 updated Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
instagram.com/undercodeTesting
🦑FEATURES :
Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64).
Having clean/simple/lightweight/intuitive architecture-neutral API.
Provide details on disassembled instruction (called “decomposer” by others).
Provide semantics of the disassembled instruction, such as list of implicit registers read & written.
Implemented in pure C language, with lightweight bindings for D, Clojure, F#, Common Lisp, Visual Basic, PHP, PowerShell, Emacs, Haskell, Perl, Python, Ruby, C#, NodeJS, Java, GO, C++, OCaml, Lua, Rust, Delphi, Free Pascal & Vala (ready either in main code, or provided externally by the community).
Native support for all popular platforms: Windows, Mac OSX, iOS, Android, Linux, *BSD, Solaris, etc.
Thread-safe by design.
Special support for embedding into firmware or OS kernel.
High performance & suitable for malware analysis (capable of handling various X86 malware tricks)
🦑𝕀ℕ𝕊𝕋𝔸𝕃𝕃𝕀𝕊𝔸𝕋𝕀𝕆ℕ & ℝ𝕌ℕ :
1) Debian/Ubuntu Linux - core engine
NOTE: At the moment only version 2.1.2 is available in Ubuntu/Debian repositories. Version 3.0.4 will be provided later.
Capstone is available in Ubuntu & Debian Linux (testing/sid flavours). Binary package of the core of Capstone can be installed with:
$ sudo apt-get install libcapstone2
To write your own tools with Capstone, install the development package with:
$ sudo apt-get install libcapstone-dev
2) Mac OSX - core engine
Macport users can install the core of Capstone with:
$ sudo port install capstone
Note that Macport installs libraries into its own directory, so you need to tell applications where to find them, for example with:
$ export DYLD_LIBRARY_PATH=/opt/local/lib/:$DYLD_LIBRARY_PATH
Homebrew users can install the core of Capstone with:
$ brew install capstone
Note that Homebrew installs libraries into its own directory, so you need to tell applications where to find them, for example with:
$ export DYLD_LIBRARY_PATH=/usr/local/opt/capstone/lib/:$DYLD_LIBRARY_PATH
3) FreeBSD - core engine
NOTE: At the moment only version 2.1.2 is available in FreeBSD. Version 3.0.4 will be provided later.
Binary package of the core of Capstone can be installed with:
# pkg install capstone
Or you can also compile & install from source with:
# cd /usr/ports/devel/capstone; make install
2.4 OpenBSD - core engine
NOTE: At the moment version 3.0 is available in OpenBSD. Version 3.0.4 is only provided in OpenBSD-current branch.
Capstone is available in OpenBSD from version 5.5. Binary package of the core of Capstone can be installed with:
$ sudo pkg_add capstone
Or you can also compile & install from source with:
$ cd /usr/ports/devel/capstone; sudo make install
2.5 NetBSD - core engine
Binary package of the core of Capstone can be installed with:
$ sudo pkg_add capstone
4) Install from source code
The Python binding depends on the core, so make sure to install the core before you can use this binding.
On *nix platforms, do:
$ cd bindings/python
$ sudo make install
On Windows, do:
cd bindings/python
python setup.py install
🦑 Tested by undercode
@UNDERCODETESTING
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑2020 updated Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
instagram.com/undercodeTesting
🦑FEATURES :
Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64).
Having clean/simple/lightweight/intuitive architecture-neutral API.
Provide details on disassembled instruction (called “decomposer” by others).
Provide semantics of the disassembled instruction, such as list of implicit registers read & written.
Implemented in pure C language, with lightweight bindings for D, Clojure, F#, Common Lisp, Visual Basic, PHP, PowerShell, Emacs, Haskell, Perl, Python, Ruby, C#, NodeJS, Java, GO, C++, OCaml, Lua, Rust, Delphi, Free Pascal & Vala (ready either in main code, or provided externally by the community).
Native support for all popular platforms: Windows, Mac OSX, iOS, Android, Linux, *BSD, Solaris, etc.
Thread-safe by design.
Special support for embedding into firmware or OS kernel.
High performance & suitable for malware analysis (capable of handling various X86 malware tricks)
🦑𝕀ℕ𝕊𝕋𝔸𝕃𝕃𝕀𝕊𝔸𝕋𝕀𝕆ℕ & ℝ𝕌ℕ :
1) Debian/Ubuntu Linux - core engine
NOTE: At the moment only version 2.1.2 is available in Ubuntu/Debian repositories. Version 3.0.4 will be provided later.
Capstone is available in Ubuntu & Debian Linux (testing/sid flavours). Binary package of the core of Capstone can be installed with:
$ sudo apt-get install libcapstone2
To write your own tools with Capstone, install the development package with:
$ sudo apt-get install libcapstone-dev
2) Mac OSX - core engine
Macport users can install the core of Capstone with:
$ sudo port install capstone
Note that Macport installs libraries into its own directory, so you need to tell applications where to find them, for example with:
$ export DYLD_LIBRARY_PATH=/opt/local/lib/:$DYLD_LIBRARY_PATH
Homebrew users can install the core of Capstone with:
$ brew install capstone
Note that Homebrew installs libraries into its own directory, so you need to tell applications where to find them, for example with:
$ export DYLD_LIBRARY_PATH=/usr/local/opt/capstone/lib/:$DYLD_LIBRARY_PATH
3) FreeBSD - core engine
NOTE: At the moment only version 2.1.2 is available in FreeBSD. Version 3.0.4 will be provided later.
Binary package of the core of Capstone can be installed with:
# pkg install capstone
Or you can also compile & install from source with:
# cd /usr/ports/devel/capstone; make install
2.4 OpenBSD - core engine
NOTE: At the moment version 3.0 is available in OpenBSD. Version 3.0.4 is only provided in OpenBSD-current branch.
Capstone is available in OpenBSD from version 5.5. Binary package of the core of Capstone can be installed with:
$ sudo pkg_add capstone
Or you can also compile & install from source with:
$ cd /usr/ports/devel/capstone; sudo make install
2.5 NetBSD - core engine
Binary package of the core of Capstone can be installed with:
$ sudo pkg_add capstone
4) Install from source code
The Python binding depends on the core, so make sure to install the core before you can use this binding.
On *nix platforms, do:
$ cd bindings/python
$ sudo make install
On Windows, do:
cd bindings/python
python setup.py install
🦑 Tested by undercode
@UNDERCODETESTING
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑VERIFIED EXPRESSVPN ACCOUNTS :
omstarsong@msn.com:omshakti
================
raybrunetti@gmail.com:BR549ou812
================
robbiepollock1@gmail.com:Kessy123
================
silviamarzilifr@gmail.com:archives
================
solublefish1@gmail.com:elkabong1
================
spaulding_30@hotmail.com:soccer11
================
stefanoangelo@outlook.com:andreang
================
tru3north@gmail.com:sk506103
================
twalshmaui@gmail.com:vanessa1!
================
alicia_lee16@hotmail.com:Lolliep0p
================
arturo.maldonado1970@gmail.com:outlook1
================
askingoksendinc2@gmail.com:01032001
================
awal24805@gmail.com:Pa$$worD01
================
ben.iravani@gmail.com:Iverson16
================
benibintage@gmail.com:hola1234
================
cbosco1963@gmail.com:sarah1995
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑VERIFIED EXPRESSVPN ACCOUNTS :
omstarsong@msn.com:omshakti
================
raybrunetti@gmail.com:BR549ou812
================
robbiepollock1@gmail.com:Kessy123
================
silviamarzilifr@gmail.com:archives
================
solublefish1@gmail.com:elkabong1
================
spaulding_30@hotmail.com:soccer11
================
stefanoangelo@outlook.com:andreang
================
tru3north@gmail.com:sk506103
================
twalshmaui@gmail.com:vanessa1!
================
alicia_lee16@hotmail.com:Lolliep0p
================
arturo.maldonado1970@gmail.com:outlook1
================
askingoksendinc2@gmail.com:01032001
================
awal24805@gmail.com:Pa$$worD01
================
ben.iravani@gmail.com:Iverson16
================
benibintage@gmail.com:hola1234
================
cbosco1963@gmail.com:sarah1995
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑PicsArt Gold Premium Accounts send sc :
etazziah@gmail.com:12345eat | = | Plan = PicsArt Gold
arrianaroman@icloud.com:Arriana1 | = | Plan = PicsArt Gold
tlloyd2222@gmail.com:tel123 | = | Plan = PicsArt Gold
halpal90@gmail.com:trixie3 | = | Plan = PicsArt Gold
tmacnear@yahoo.com:taha08 | = | Plan = PicsArt Gold
nathanbaileyparker@gmail.com:Football3 | = | Plan = PicsArt Gold
naynayter11@gmail.com:Easy2016 | = | Plan = PicsArt Gold
laurengross11@gmail.com:Lauren11 | = | Plan = PicsArt Gold
julzz1101@gmail.com:zaragoza = | Plan = PicsArt Gold
arosemont2@gmail.com:ishcabible | = | Plan = PicsArt Gold
maxpane@me.com:Drewdrew1 | = | Plan = PicsArt Gold
shannon.palm21@gmail.com:soccer7 | = | Plan = PicsArt Gold
siho97@gmail.com:Babyblue16 | = | Plan = PicsArt Gold
adrianna.lance369@yahoo.com:Junebug99 | = | Plan = PicsArt Gold
jayne.padilla@hotmail.com:soccer | = | Plan = PicsArt Gold
@UndercodeTesting
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑PicsArt Gold Premium Accounts send sc :
etazziah@gmail.com:12345eat | = | Plan = PicsArt Gold
arrianaroman@icloud.com:Arriana1 | = | Plan = PicsArt Gold
tlloyd2222@gmail.com:tel123 | = | Plan = PicsArt Gold
halpal90@gmail.com:trixie3 | = | Plan = PicsArt Gold
tmacnear@yahoo.com:taha08 | = | Plan = PicsArt Gold
nathanbaileyparker@gmail.com:Football3 | = | Plan = PicsArt Gold
naynayter11@gmail.com:Easy2016 | = | Plan = PicsArt Gold
laurengross11@gmail.com:Lauren11 | = | Plan = PicsArt Gold
julzz1101@gmail.com:zaragoza = | Plan = PicsArt Gold
arosemont2@gmail.com:ishcabible | = | Plan = PicsArt Gold
maxpane@me.com:Drewdrew1 | = | Plan = PicsArt Gold
shannon.palm21@gmail.com:soccer7 | = | Plan = PicsArt Gold
siho97@gmail.com:Babyblue16 | = | Plan = PicsArt Gold
adrianna.lance369@yahoo.com:Junebug99 | = | Plan = PicsArt Gold
jayne.padilla@hotmail.com:soccer | = | Plan = PicsArt Gold
@UndercodeTesting
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑 PSN PREM ACCOUNTS verified :
t.me/undercodeTesting
oficial.mariano@gmail.com:Mariano1 | Wallet Balance = 0,00 € | PSN Plus Type = none | Games = [Spotify, YouTube, Netflix, PlayStation® F.C., Wuaki.tv, Reproductor multimedia, PRO EVOLUTION SOCCER 2019 LITE, eFootball PES 2020 DEMO, DEMO DE FIFA 20, Disney+, HBO] | Games Count = 11
ktmrider30@gmail.com:firefighter241 | Wallet Balance = $0.00 | PSN Plus Type = member | Games = [SeptemberToyotaFreePack1, SeptemberPaidPack1, FreeGameStopPack, FreeOctoberToyotaPack, OctoberJumboExpansion, OctoberValuePack, Fortnite, Call of Duty®: Modern Warfare®, Rec Room, Call of Duty®: Modern Warfare® - Multiplayer Pack, Call of Duty®: Modern Warfare® - Campaign Pack 1, Call of Duty®: Modern Warfare® - Campaign Pack 2, Call of Duty®: Modern Warfare® - Special Ops Pack, Call of Duty®: Modern Warfare® - Survival Pack, Call of Duty®: Modern Warfare® - Special Ops Pack 2, Call of Duty®: Modern Warfare® - Multiplayer Pack 2] | Games Count = 16
txutxacbr@hotmail.com:txutxa1984 | Wallet Balance = €0,00 | PSN Plus Type = none | Games = [Fortnite, LittleBigPlanet™3 SHAREfactory™ Theme, Tearaway™ Unfolded SHAREfactory™ Theme] | Games Count = 3
anttang7@gmail.com:tang1178 | Wallet Balance = £0.00 | PSN Plus Type = none | Games = [The Last of Us™ Remastered, DRIVECLUB™ Livery Pack 1, DRIVECLUB™ Livery Pack 2, Caterham SP/300.R, KTM X-BOW R, DRIVECLUB™ Tour Pack 1, W Motors Lykan Hypersport, Renault Twin'Run Concept, BMW M4, DRIVECLUB™ Tour Pack 2, Renault DeZir Concept, BMW M5, 2013, Mercedes-Benz GT AMG C190, The Last of Us™ Remastered - Flag Hat Canada, The Last of Us™ Remastered - DLC Skill Damage Marker, The Last of Us™ Remastered - DLC Skill Fortitude, Call of Duty® Advanced Warfare - Advanced Arsenal, Call of Duty® Advanced Warfare - Advanced Arsenal, Call of Duty® Advanced Warfare - Fuel Exo, Vanguard Armory, Destiny™ Theme, Destiny SHAREfactory™ Theme, Call of Duty®: Advanced Warfare Theme, AR STUDIO for THE PLAYROOM, NINJA BOTS for THE PLAYROOM, MY ALIEN BUDDY for THE PLAYROOM, TOY MAKER for THE PLAYROOM, AR BOTS Theme, Icona Vulcano, Mazzanti Evantra, SHAREfactory™, PES 2015 SHAREfactory™ Theme, Killzone Shadow Fall SHAREfactory™ Theme, LittleBigPlanet™3 SHAREfactory™ Theme, PVZ GARDEN WARFARE SHAREfactory™ Theme, GTA V: Pre-order Cash Bonus, Harley Quinn Story Pack, PlayStation® Exclusive Scarecrow Nightmare Missions, PlayStation® Exclusive Skins Pack, Red Hood Story Pack, New 52 Skins Pack, Peugeot EX1 Concept, Citroën Survolt, Rimac Concept One, Wombat Typhoon, Peugeot Onyx Concept, Spotify, Media Player, Prime Video, TV from Sky, WWE Network, YouTube, Headset Companion App, BBC iPlayer, FIFA 16 DEMO, Pro Evolution Soccer 2016 DEMO, DYNASTY WARRIORS 8 Empires Free Alliances Version, Call of Duty®: Black Ops III - NUK3TOWN Bonus Map, Fortnite, FIFA 19 DEMO, Battlefield™ 1 They Shall Not Pass, Battlefield™ In The Name of The Tsar, Fortnite SHAREfactory™ Theme, NBA 2K19: The Prelude, Call of Duty®: Modern Warfare® - Special Ops Pack, Call of Duty®: Modern Warfare® - Special Ops Pack 2] | Games Count = 66
jordanatchley@live.com:061694jj | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Hulu] | Games Count = 1
jackegnaty@gmail.com:Sleetmute13 | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Tetris® Effect Metamorphosis Dynamic Theme] | Games Count = 1
lewischarlie365@gmail.com:rolltide1 | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Futuridium EP Deluxe] | Games Count = 1
yoann.friggi@gmail.com:Eliotness1978 | Wallet Balance = €0,00 | PSN Plus Type = member | Games = [Uncharted™ 4 - Golden Weapon Skin, Uncharted™ 4 - Phurba Dagger Taunt, Uncharted™ 4 - Fortune Hunter Drake, Uncharted™ 4 - Heist Drake, Uncharted™ 4: A Thief’s End, Uncharted™ 4 - Snow Weapon Skin] | Games Count = 6
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑 PSN PREM ACCOUNTS verified :
t.me/undercodeTesting
oficial.mariano@gmail.com:Mariano1 | Wallet Balance = 0,00 € | PSN Plus Type = none | Games = [Spotify, YouTube, Netflix, PlayStation® F.C., Wuaki.tv, Reproductor multimedia, PRO EVOLUTION SOCCER 2019 LITE, eFootball PES 2020 DEMO, DEMO DE FIFA 20, Disney+, HBO] | Games Count = 11
ktmrider30@gmail.com:firefighter241 | Wallet Balance = $0.00 | PSN Plus Type = member | Games = [SeptemberToyotaFreePack1, SeptemberPaidPack1, FreeGameStopPack, FreeOctoberToyotaPack, OctoberJumboExpansion, OctoberValuePack, Fortnite, Call of Duty®: Modern Warfare®, Rec Room, Call of Duty®: Modern Warfare® - Multiplayer Pack, Call of Duty®: Modern Warfare® - Campaign Pack 1, Call of Duty®: Modern Warfare® - Campaign Pack 2, Call of Duty®: Modern Warfare® - Special Ops Pack, Call of Duty®: Modern Warfare® - Survival Pack, Call of Duty®: Modern Warfare® - Special Ops Pack 2, Call of Duty®: Modern Warfare® - Multiplayer Pack 2] | Games Count = 16
txutxacbr@hotmail.com:txutxa1984 | Wallet Balance = €0,00 | PSN Plus Type = none | Games = [Fortnite, LittleBigPlanet™3 SHAREfactory™ Theme, Tearaway™ Unfolded SHAREfactory™ Theme] | Games Count = 3
anttang7@gmail.com:tang1178 | Wallet Balance = £0.00 | PSN Plus Type = none | Games = [The Last of Us™ Remastered, DRIVECLUB™ Livery Pack 1, DRIVECLUB™ Livery Pack 2, Caterham SP/300.R, KTM X-BOW R, DRIVECLUB™ Tour Pack 1, W Motors Lykan Hypersport, Renault Twin'Run Concept, BMW M4, DRIVECLUB™ Tour Pack 2, Renault DeZir Concept, BMW M5, 2013, Mercedes-Benz GT AMG C190, The Last of Us™ Remastered - Flag Hat Canada, The Last of Us™ Remastered - DLC Skill Damage Marker, The Last of Us™ Remastered - DLC Skill Fortitude, Call of Duty® Advanced Warfare - Advanced Arsenal, Call of Duty® Advanced Warfare - Advanced Arsenal, Call of Duty® Advanced Warfare - Fuel Exo, Vanguard Armory, Destiny™ Theme, Destiny SHAREfactory™ Theme, Call of Duty®: Advanced Warfare Theme, AR STUDIO for THE PLAYROOM, NINJA BOTS for THE PLAYROOM, MY ALIEN BUDDY for THE PLAYROOM, TOY MAKER for THE PLAYROOM, AR BOTS Theme, Icona Vulcano, Mazzanti Evantra, SHAREfactory™, PES 2015 SHAREfactory™ Theme, Killzone Shadow Fall SHAREfactory™ Theme, LittleBigPlanet™3 SHAREfactory™ Theme, PVZ GARDEN WARFARE SHAREfactory™ Theme, GTA V: Pre-order Cash Bonus, Harley Quinn Story Pack, PlayStation® Exclusive Scarecrow Nightmare Missions, PlayStation® Exclusive Skins Pack, Red Hood Story Pack, New 52 Skins Pack, Peugeot EX1 Concept, Citroën Survolt, Rimac Concept One, Wombat Typhoon, Peugeot Onyx Concept, Spotify, Media Player, Prime Video, TV from Sky, WWE Network, YouTube, Headset Companion App, BBC iPlayer, FIFA 16 DEMO, Pro Evolution Soccer 2016 DEMO, DYNASTY WARRIORS 8 Empires Free Alliances Version, Call of Duty®: Black Ops III - NUK3TOWN Bonus Map, Fortnite, FIFA 19 DEMO, Battlefield™ 1 They Shall Not Pass, Battlefield™ In The Name of The Tsar, Fortnite SHAREfactory™ Theme, NBA 2K19: The Prelude, Call of Duty®: Modern Warfare® - Special Ops Pack, Call of Duty®: Modern Warfare® - Special Ops Pack 2] | Games Count = 66
jordanatchley@live.com:061694jj | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Hulu] | Games Count = 1
jackegnaty@gmail.com:Sleetmute13 | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Tetris® Effect Metamorphosis Dynamic Theme] | Games Count = 1
lewischarlie365@gmail.com:rolltide1 | Wallet Balance = $0.00 | PSN Plus Type = none | Games = [Futuridium EP Deluxe] | Games Count = 1
yoann.friggi@gmail.com:Eliotness1978 | Wallet Balance = €0,00 | PSN Plus Type = member | Games = [Uncharted™ 4 - Golden Weapon Skin, Uncharted™ 4 - Phurba Dagger Taunt, Uncharted™ 4 - Fortune Hunter Drake, Uncharted™ 4 - Heist Drake, Uncharted™ 4: A Thief’s End, Uncharted™ 4 - Snow Weapon Skin] | Games Count = 6
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
# support & Share DAILY NEW tricks, acc, hacks,courses & much more
t.me/undercodeTesting
t.me/undercodeTesting