Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K 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
Function Dynamic Menu Automatic (https://www.kitploit.com/search/label/Automatic) Compilation Generate Script Lite Mode Graphical InterfaceContainerJava Tomcat7 Tomcat8 Tomcat9 Tomcat10 Resin3 Resin4 WebSphere GlassFish WebLogic JBoss Spring Netty JVM*.NET IISPHPPython*: Default support for Linux Tomcat 8/9, more versions can be adapted according to the advanced guide.WebShell / Proxy / KillerWebShell CMD / SH AntSword JSPJS Behinder GodzillaNo need for modularityProxy: Neo-reGeorg, wsproxyKiller: java-memshell-scanner, ASP.NET-Memshell-ScannerDecoder / Decryptor (https://www.kitploit.com/search/label/Decryptor) / HasherDecoder Base64 HexDecryptor XOR RC4 AES128 AES256 RSAHasher MD5 SHA128 SHA256 Usagegit clone git@github.com:hosch3n/msmap.git
cd msmap
python generator.py[Warning] MUST set a unique password, Options are case sensitive.AdvancedEdit config/environment.py# Auto Compile
auto_build = True

# Base64 Encode Class File
b64_class = True

# Generate Script File
generate_script = True

# Compiler Absolute Path
java_compiler_path = r"~/jdk1.6.0_04/bin/javac"
dotnet_compiler_path = r"C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe"Edit gist/java/container/tomcat/servlet.py// Servlet Path Pattern
private static String pattern = "*.xml";If an encryption (https://www.kitploit.com/search/label/Encryption) encoder is used in WsFilter, the password needs to be the same as the path (eg /passwd)gist/java/container/jdk/javax.py with lib/servlet-api.jar can be replaced depending on the target container.pip3 install pyperclip to support automatic copying to clipboard.Example CMD / SHCommand with Base64 Encoder | Inject Tomcat Valvepython generator.py Java Tomcat Valve Base64 CMD passwd
AntSwordType JSP with default Encoder | Inject Tomcat Valvepython generator.py Java Tomcat Valve RAW AntSword passwdType JSP with aes_128_ecb_pkcs7_padding_md5 (https://github.com/hosch3n/msmap/blob/main/extend/AntSword/encoder/aes_128_ecb_pkcs7_padding_md5.js) Encoder | Inject Tomcat Listenerpython generator.py Java Tomcat Listener AES128 AntSword passwdType JSP with rc_4_sha256 (https://github.com/hosch3n/msmap/blob/main/extend/AntSword/encoder/rc_4_sha256.js) Encoder | Inject Tomcat Servletpython generator.py Java Tomcat Servlet RC4 AntSword passwdType JSP with xor_md5 (https://github.com/hosch3n/msmap/blob/main/extend/AntSword/encoder/xor_md5.js) Encoder | AgentFiless Inject HttpServletpython generator.py Java JDK JavaX XOR AntSword passwdType JSPJS with aes_128_ecb_pkcs7_padding_md5 (https://github.com/hosch3n/msmap/blob/main/extend/AntSword/encoder/aes_128_ecb_pkcs7_padding_md5.js) Encoder | Inject Tomcat WsFilterpython generator.py Java Tomcat WsFilter AES128 JSPJS passwd BehinderType default_aes | Inject Tomcat Valvepython generator.py Java Tomcat Valve AES128 Behinder rebeyondType default_xor_base64 | Inject Spring Interceptorpython generator.py Java Spring Interceptor XOR Behinder rebeyond
GodzillaType JAVA_AES_BASE64 | Inject Tomcat Valvepython generator.py Java Tomcat Valve AES128 Godzilla superidolType JAVA_AES_BASE64 | AgentFiless Inject HttpServletpython generator.py Java JDK JavaX AES128 Godzilla superidolKnown issue (https://github.com/BeichenDream/Godzilla/issues/76) ReferenceGodzillaMemoryShellProject (https://github.com/BeichenDream/GodzillaMemoryShellProject)AntSword-JSP-Template (https://github.com/AntSwordProject/AntSword-JSP-Template)As-Exploits memshell_manage (https://github.com/yzddmr6/As-Exploits/tree/master/core/memshell_manage)Behinder (https://github.com/rebeyond/Behinder) | wsMemShell (https://github.com/veo/wsMemShell) | ysomap (https://github.com/wh1t3p1g/ysomap)

Download Msmap (https://github.com/hosch3n/msmap)

___________________________
@hacking_Attack
@Hacking_Video
How does a buffer overflow get exploited?
https://www.reddit.com/r/Pentesting/comments/z5a8wo/how_does_a_buffer_overflow_get_exploited/

A buffer overflow is a pretty simple concept but i dont see anyone actually explaining how hackers take advantage of a buffer overflow. So you input a value bigger than what its supposed to be which causes a segmentation fault but what would the hacker do with that to actually exploit the application? submitted by /u/Sigillum_Dei (https://www.reddit.com/user/Sigillum_Dei)
[link] (https://www.reddit.com/r/Pentesting/comments/z5a8wo/how_does_a_buffer_overflow_get_exploited/) [comments] (https://www.reddit.com/r/Pentesting/comments/z5a8wo/how_does_a_buffer_overflow_get_exploited/)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Is there a way to gain a router's webpage password and username?

Is there a way to gain a router's webpage password and username? Yes, I tried the deafults, tried SSHing and the company is pfsense. Resetting is not an option in my case. Thanks in advance

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Is hacking a good career for adhd?

I am learning software engineering, but I am thinking about switching tracks to hacking or cyber security. It seems like hunting for bugs would suit my mind well.

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

___________________________
@hacking_Attack
@Hacking_Video