UNDERCODE COMMUNITY
2.67K subscribers
1.23K photos
31 videos
2.65K files
79.2K 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
πŸ¦‘ Lastest Helpfull tutorials pdfs (beginers & experts )
X 400 STEAM ACCOUNTS WITH GAMES :

Not cracked by undercode
pastebin.com/HS9VrWxf
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘403 Forbidden Error Variations :

Like many other HTTP status codes, there are a lot of different variations for how this error code presents itself.

Here are some common variations that you might come across:

1οΈβƒ£β€œForbidden – You don’t have permission to access / on this server”

2️⃣ β€œ403 – Forbidden: Access is denied”

3οΈβƒ£β€œ403 – Forbidden Error – You are not allowed to access this address”

4οΈβƒ£β€œ403 Forbidden – nginx” (host)

5οΈβƒ£β€œHTTP Error 403 – Forbidden – You do not have permission to access the document or program you requested”

6οΈβƒ£β€œ403 Forbidden – Access to this resource on the server is denied”

7οΈβƒ£β€œ403. That’s an error. Your client does not have permission to get URL / from this server”

8οΈβƒ£β€œYou are not authorized to view this page”

8οΈβƒ£β€œIt appears you don’t have permission to access this page.”
If you’re on an Nginx server, it will look like this below. Basically, if you see any mention of β€œforbidden” or β€œnot allowed to access”, you’re probably dealing with a 403 Forbidden error.

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

πŸ¦‘ Dns spy 2020 updated -Reverse engeneer :

Too much features :

1) Debug
.NET Framework, .NET Core and Unity game assemblies, no source code required

2) Set breakpoints and step into any assembly
Locals, watch, autos windows

3) Variables windows support saving variables (eg. decrypted byte arrays) to disk or view them in the hex editor (memory window)

4) Object IDs

5) Multiple processes can be debugged at the same time

6) Break on module load

7) Tracepoints and conditional breakpoints

8) Export/import breakpoints and tracepoints

9) Call stack, threads, modules, processes windows

10) Break on thrown exceptions (1st chance)

11) Variables windows support evaluating C# / Visual Basic expressions

12) Dynamic modules can be debugged (but not dynamic methods due to CLR limitations)

13) Output window logs various debugging events, and it shows timestamps by default :)

14) Assemblies that decrypt themselves at runtime can be debugged, dnSpy will use the in-memory image. You can also force dnSpy to always use in-memory images instead of disk files.

15) Public API, you can write an extension or use the C# Interactive window to control the debugger

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

1️⃣git clone --recursive https://github.com/0xd4d/dnSpy.git

2️⃣cd dnSpy
# or dotnet build

3️⃣./build.ps1 -NoMsbuild

βœ… git sources
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘#Popular Testing Methodes & tools 2020 for apps-servers :


#Javascript Tools

* [Retire.js](https://retirejs.github.io/retire.js)

#Popular Commercial Tools

* [Qualys Web Scanning](https://www.qualys.com/apps/web-app-scanning/)
* [IBM Security AppScan](https://www.ibm.com/security/application-security/appscan)

#XSS - Cross-Site Scripting

- [Cross-Site Scripting Γ’β‚¬β€œ Application Security Γ’β‚¬β€œ Google](https://www.google.com/intl/sw/about/appsecurity/learning/xss/) - Introduction to XSS by [Google](https://www.google.com/).

- [H5SC](https://github.com/cure53/H5SC) - HTML5 Security Cheatsheet - Collection of HTML5 related XSS attack vectors by [@cure53](https://github.com/cure53).

- [XSS.png](https://github.com/jackmasa/XSS.png) - XSS mind map by [@jackmasa](https://github.com/jackmasa).

- [EXCESS-XSS Guide](https://excess-xss.com/) - Comprehensive tutorial on cross-site scripting by [@JakobKallin](https://github.com/JakobKallin) and [Irene Lobo Valbuena](https://www.linkedin.com/in/irenelobovalbuena/).

βœ… git sources
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘#SQL Injection for beginers best 2020 resources :

- [SQL Injection Cheat Sheet](https://www.netsparker.com/blog/web-security/sql-injection-cheat-sheet/) - Written by [@netsparker](https://twitter.com/netsparker).

- [SQL Injection Wiki](https://sqlwiki.netspi.com/) - Written by [NETSPI](https://www.netspi.com/).

- [SQL Injection Pocket Reference](https://websec.ca/kb/sql_injection) -

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

πŸ¦‘#ORM Injection best 2020 Learning free practical resources :

- [HQL for pentesters](http://blog.h3xstream.com/2014/02/hql-for-pentesters.html) -

- [HQL : Hyperinsane Query Language (or how to access the whole SQL API within a HQL injection ?)](https://www.synacktiv.com/ressources/hql2sql_sstic_2015_en.pdf) - Written by [@_m0bius](https://twitter.com/_m0bius).

- [ORM2Pwn: Exploiting injections in Hibernate ORM](https://www.slideshare.net/0ang3el/orm2pwn-exploiting-injections-in-hibernate-orm)

- [ORM Injection](https://www.slideshare.net/simone.onofri/orm-injection)


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

πŸ¦‘ How Install any Game Hack .deb file On Jailbroken ios ?

STEP 1: Download the .deb Cydia hack file- or get from ios resources

STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.

STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.

STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.

STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.

STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.

STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

STEP 8: required for some games to restart and idevice

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