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 Articles Tips Tricks Videos Tutorials
nstrated above. Meterpreter has the command that we can directly from the meterpreter shell called hashdump. It lists all the extracted hashes as shown in the image. <o:p hashdump<o:phttps://1.bp.blogspot.com/-PnSGyNILDgY/YQQ3byMI4zI/AAAAAAAAyD4/mtZjfF727…
RI/AAAAAAAAyE8/SR3TSMt1iK0kYy8HAk1VC-m3-RQz0RCXACLcBGAsYHQ/s16000/19.png Search Filter: Service<o:pAfter sorting from various hosts, ports, types, and usernames at last we come to the filter where we can sort the credentials by service that they were extracted from. This is similar to the one that we did with the port. But as we know that it is not always necessary that the services are running on their default ports. Hence, targeting via the Service name is an optimal strategy.<o:p creds -s ftp<o:phttps://1.bp.blogspot.com/-_T05e9hD_9E/YQQ4T9b66SI/AAAAAAAAyFA/hRydbXnsFjw0NjWnubh4WCRpYVqo5SohgCLcBGAsYHQ/s16000/20.png Adding Credentials<o:pWe introduced some odd three-four methods to add the credentials into the creds table. But even if those are not sufficient and you want particular credentials in your database. You have the choice to add it manually. It requires the user tag and the password tag. In the demonstration below, we are adding the credentials for the user Pavan. <o:p https://1.bp.blogspot.com/-7J9klcKHc2Q/YQQ4YVBacpI/AAAAAAAAyFI/cm8B4ww63ZcKKgHPrsd75A5jOMMuVC9wgCLcBGAsYHQ/s16000/21.png Exporting Credentials<o:pAs we discussed in the previous article about the hosts and workspace, we exported the contents of their database into a CSV file for reporting and other purposes. The Creds command is not untouched by this functionality. If you want to export the data from the Creds database into a CSV file, you can do so by using the -o option followed by the file name as shown below.<o:p creds -o raj.csv<o:phttps://1.bp.blogspot.com/-CBcONyzv6xg/YQQ4dLhxUwI/AAAAAAAAyFQ/mvFaqev2RRQwlby9XMnoK_FAeth4fIxywCLcBGAsYHQ/s16000/22.png Conclusion<o:pThis was a learning experience as when we start with the Penetration Activities, we tend not to focus on the documentation process or providing you work a proper structure and backup. But with time and some incidents where lack of these qualities proves to be valuable. The Creds database functionality of Metasploit is not a new feature, it has been on for years and yet the general usage of these in real life seems very less. Hence, it inspired us to provide the guide, so that lots of Penetration Testers can use it and benefit from it.<o:p
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Metasploit for Pentester: Windows Hidden Bind Shell

In this article, we are going to cover the tactics of Hidden BIND TCP shellcode. Every organization has multiple scanning tools to scan their network and to identify the new or unidentified open ports. In this type of environment, it’s very difficult to hide the suspicious bind shellcode and remains

The post Metasploit for Pentester: Windows Hidden Bind Shell appeared first on Hacking Articles.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Metasploit for Pentester: Creds

This is in continuation with the Metasploit for Pentester series of articles that we are presenting.  More specifically we learned about the Workspaces and the Metasploit Database service in this article: Metasploit for Pentester: Database & Workspace. In this article, we will be discussing another database inside the Workspace that

The post Metasploit for Pentester: Creds appeared first on Hacking Articles.
Talking of a bug I found a long time back which led to the bypassing of CSP in an electron app :)Continue reading on Medium » (https://securitygoat.medium.com/bug-bounty-stories-1-tale-of-csp-bypass-in-an-electron-app-f669f6ecefc9?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
HackTheBox - Devel

https://cdn-images-1.medium.com/max/600/0*AqOzRz-dt8_4AiqA.png
Siber güvenlikte ilerlemek isteyen herkesin mutlaka yolunun kesiştiği platformlardan biri olan HackTheBox içerisindeki makinelerden…

Continue reading on Medium »
LightMe - HTTP Server Serving Obfuscated Powershell Scripts/Payloads

LightMe is a Simple HTTP Server serving Powershell Scripts/Payloads after Obfuscate them and run obfuscation as a service in backgroud in order to keep obfuscate the payloads which giving almost new obfuscated payload on each HTTP requestMain Features Obfuscate all powershell files within a specific directory HTTP Server to serve the obfuscated Powershell Files Background Obfuscator Almost new Payload on each request , (depanding on Background obfuscation interval) Powered by Invoke-Obfuscation Install git clone --recurse-submodules https://github.com/WazeHell/LightMecd LightMe/# install powershellsudo apt-get install powershell Using python3 lightme.py --help Running as services vim /etc/supervisor/conf.d/lightme.conf # edit the config program:lightme\_server directory=/lightme_path/ command=/usr/bin/python3 lightme.py -path /PowerSploitOrWhatever/ numprocs=1 user=yourusername autostart=true autorestart=true stdout_logfile=/lightme_path/lightme_std.log stderr_logfile=/lightme_path/lightme_stderr.log redirect_stderr=true priority=999 stdout_logfile_maxbytes=5MB stderr_logfile_maxbytes=5MB environment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8 # Run sudo service supervisor restart sudo supervisorctl reread sudo supervisorctl update sudo supervisorctl restart all ">#install supervisorsudo apt-get install supervisorsudo vim /etc/supervisor/conf.d/lightme.conf# edit the configprogram:lightme\_serverdirectory=/lightme_path/command=/usr/bin/python3 lightme.py -path /PowerSploitOrWhatever/numprocs=1user=yourusernameautostart=trueautorestart=truestdout_logfile=/lightme_path/lightme_std.logstderr_logfile=/lightme_path/lightme_stderr.logredirect_stderr=truepriority=999stdout_logfile_maxbytes=5MBstderr_logfile_maxbytes=5MBenvironment=LANG=en_US.UTF-8,LC_ALL=en_US.UTF-8# Runsudo service supervisor restartsudo supervisorctl rereadsudo supervisorctl updatesudo supervisorctl restart all Download LightMe
Read more...

___________________________
@hacking_Attack
@Hacking_Video