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
Improving the hunting of exposed information of our organization through a free account of…

The following information is only for educational purposes, the autor is not responsable for the use given to the information provided in…Continue reading on Medium »
Read more...
Dark Reading: Attacks/Breaches
App Developers Increasingly Targeted via Slack, DevOps Tools

Slack, Docker, Kubernetes, and other applications that allow developers to collaborate have become the latest vector for software supply chain attacks.
hacking: security in practice
CTF - Blank php pages intended?

Hi there, Im currently stumped working on a VM based CTF. I have discovered a web server running on port 80, and have enumerated several .php pages including a login.php page. However, the php pages are all blank and return nothing. I've tried the other possible attack vectors ( as far as my knowledge goes) to no avail, and I am thinking that these php files might be the key. AFAIK, accessing pages such as the login.php are usually crucial in finding a vulnerability and solving a CTF. I was wondering if anyone else had encountered a similar situation where they could not get access php pages, and if this behavior is intended or perhaps a configuration mishap (as this is on a locally hosted VM, although the rest of the VM and web pages served seem to work fine)
Thanks!!

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

___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
Kam1n0 : Assembly Analysis Platform

Kam1n0 v2.x is a scalable assembly management and analysis platform. It allows a user to first index a (large) collection of binaries into different repositories and provide different analytic services such as clone search and classification. It supports multi-tenancy access and management of assembly repositories by using the concept of Application. An application instance contains its own exclusive repository and provides a specialized analytic service. Considering the versatility of reverse engineering tasks, Kam1n0 v2.x server currently provides three different types of clone-search applications: Asm-Clone, Sym1n0, and Asm2Vec, and an executable classification based on Asm2Vec. New application type can be further added to the platform.

A user can create multiple application instances. An application instance can be shared among a specific group of users. The application repository read-write access and on-off status can be controlled by the application owner. Kam1n0 v2.x server can serve the applications concurrently using several shared resource pools.

Kam1n0 was developed by Steven H. H. Ding and Miles Q. Li under the supervision of Benjamin C. M. Fung of the Data Mining and Security Lab at McGill University in Canada. It won the second prize at the Hex-Rays Plug-In Contest 2015. If you find Kam1n0 useful, please cite our paper:

* S. H. H. Ding, B. C. M. Fung, and P. Charland. Kam1n0: MapReduce-based Assembly Clone Search for Reverse Engineering. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (SIGKDD), pages 461-470, San Francisco, CA: ACM Press, August 2016.
* S. H. H. Ding, B. C. M. Fung, and P. Charland. Asm2Vec: boosting static representation robustness for binary clone search against code obfuscation and compiler optimization. In Proceedings of the 40th IEEE Symposium on Security and Privacy (S&P), 18 pages, San Francisco, CA: IEEE Computer Society, May 2019. Asm-CloneAsm-Clone applications try to solve the efficient subgraph search problem (i.e. graph isomorphism problem) for assembly functions (<1.3s<30ms

* Application Type: Asm-Clone
* The original clone search service used in Kam1n0 v1.x.
* Currently support Meta-PC, ARM, PowerPC, and TMS320c6 (experimental).
* Support subgraph clone search within a certain assembly code family.
* + Good interpretability of the result: breaks down to subgraphs.
* + Accurate for searching within the given code family.
* + Good for differing various patches or versions for big binaries.
* – Relatively more sensitive to instruction set changes, optimizations, and obfuscation.
* – Need to pre-define the syntax of the assembly code language.
* – Need to have assembly code of the same chosen family in the repository. Sym1n0Semantic clone search by differentiated fuzz testing and constraint solving. An efficient and scalable dynamic-static hybrid approach (<1s<100ms

* Application Type: Sym1n0 (v2 only)
* Clone search by both symbolic execution and concrete execution.
* Differentiate functions based on their different I/O behavior.
* Clone search conducted on the abstract syntax graph constructed from Vex IR (powered by LibVex).
* + Clone search across different assembly code families.
* For example, indexed x86 binaries but the query is ARM code.

* + Subgraph clone search.
* + Support a wide range of families throub LibVex.
* x86, AMD64, MIPS32, MIPS64, PowerPC32, PowerPC64, ARM32, and ARM64.

* + An efficient dynamic-static hybrid approach.
* + Ideal for analyzing firmware compiled for different processors.
* – Sensitive to heavy graph manipulation (such as a full flattening).
* – Sensitive to large scale breakdown of basic block integrity. Asm2VecAsm2Vec leverages representation learning. It understands the lexical semantic relationship of assembly code. For example, xmm*regi[...]