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
▁ β–‚ β–„ ο½•π•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁