Hacking Articles Tips Tricks Videos Tutorials
467 subscribers
65.6K photos
15 videos
157 files
131K 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
Hacking a very simple game

So I'd like to hack this simple old game i found, written in html and js, just for fun and to learn something.

The game is played from browser, then a score is posted with a js function. From Chrome i can modify the stats viewed client-side from right click > inspect > sources, where i can edit the js scripts and assign an arbitrary score, but it wouldn't get posted.

I guess i should modify the packets sent in some way, so what should i try and how? Should I use Wireshark? My goal is to set an arbitrary score viewed from others

submitted by /u/s96g3g23708gbxs86734
[link] [comments]
Software development is an iterative process, and mistakes can happen at any time. That’s why, in the practice of developing software…Continue reading on Immunefi » (https://medium.com/immunefi/harvest-finance-uninitialized-proxies-bug-fix-postmortem-ea5c0f7af96b?source=rss------bug_bounty-5)
Authenticated Blind & Error based SQL injection Lead To RCE.Continue reading on Medium » (https://medium.com/@J03KR/cve-2021-40578-127ceaf3f1bb?source=rss------bug_bounty-5)
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Offensive Security Tool: Pentesting Tools

https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/Untitled-design-2-1.png Offensive Security Tool: Pentesting ToolsPost Views: 3 https://www.blackhatethicalhacking.com/wp-content/uploads/2021/08/BECOME-A-PATRON-AND-UNLOCK-EXCLUSIVE-VIDEOS-1.png Reading Time: 2 Minutes

Offensive Security Tool: Pentesting Tools GitHub Link
This repo was created containing over 48 starred tools for specific attack vectors, covering a wide range of techniques used by advanced Offensive Security and Red Teams to conduct wide range of Pentesting, Bug Bounty Hunting and more. It is a really important repo to have, and gives you the ability to train on more sophisticated attack scenarios as it gives a lot of explanation for each technique on practicality usages and more.
Some of the attack vectors covered, ranging from Recon, OSINT, Attack, Digital Forensics, Source Code, Reverse Engineering, Exploits:
* Payload Hosting & Reverse Shellz
* POST Exploitation
* Backdoor finder
* Persistence on windows
* Web Application Pentest
* Framework Scanner / Exploitation
* Network- / Service-level Vulnerability Scanner
* Windows & Linux Privilege Escalation / Audit
* Credential harvesting Linux & Windows
* Data Exfiltration – DNS/ICMP/Wifi Exfiltration
* Reverse Engineering
* Forensics
* Raspberry PI Exploitation
* Social Engineering
* Source Code Analysis
And much more. The great thing is that they have categories, helping a pentester easily choose which category of attacks is needed all in one place.
See Also: BotenaGo botnet targets millions of IoT devices with 33 exploits

See Also: Hacking stories – The first botnet hijacker aka the Zombie King Pentesting Tools* General useful PowerShell Scripts
* AMSI Bypass restriction Bypass
* Payload Hosting
* Network Share Scanner
* Lateral Movement
* Reverse Shellz
* POST Exploitation
* Pivot
* Backdoor finder
* Persistence on windows
* Web Application Pentest
* Framework Discovery
* Framework Scanner / Exploitation
* Web Vulnerability Scanner / Burp Plugins
* Network- / Service-level Vulnerability Scanner
* Crawler
* Web Exploitation Tools
* Windows Privilege Escalation / Audit
* T3 Enumeration
* Linux Privilege Escalation / Audit
* Credential harvesting Windows Specific
* Credential harvesting Linux Specific
* Data Exfiltration – DNS/ICMP/Wi-Fi Exfiltration
* Git Specific
* Reverse Engineering / decompiler
* Forensics
* Network Attacks
* Specific MITM service Exploitation
* Sniffing / Evaluation / Filtering
* Scanner / Exploitation-Frameworks / Automation
* Default Credential Scanner
* Payload Generation / AV-Evasion / Malware Creation
* Domain Finding / Subdomain Enumeration
* Scanner network level
* Email Gathering
* Domain Auth + Exploitation
* Network service – Login Brute Force + Wordlist attacks
* Command & Control Frameworks
* Wi-Fi Tools
* Raspberry PI Exploitation
* Social Engineering
* Wordlists / Wordlist generators
* Obfuscation
* Source Code Analysis
* No category yet
* Industrial Control Systems
* NAC bypass
* JMX Exploitation
To find out about all the rest of Repos, click here
See Also: Complete Offensive Security & Ethical Hacking Course https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/Untitled-design.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/11/unknown-90x90.png Offensive Security Tool: DotDotPwn – The Directory Traversal Fuzzer1 week ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/10/unknown-1-90x90.png Offensive Security Tool: ZipExec2 weeks ago
* https://www.blackhatethicalhacking.com/wp-content/uploads/2021/10/carbon-2048x1374-1-90x90.png OSINT Tool: Osintgram3 weeks ag[...]
Abaddon - Make red team operations faster, more repeatable, stealthier, while including value-added tools and bringing numerous reporting capabilities
http://www.kitploit.com/2021/11/abaddon-make-red-team-operations-faster.html
Red team operations involve miscellaneous skills, last several months and are politically sensitive; they require a lot of monitoring, consolidating and caution. Wavestone’s red team operations management (https://www.kitploit.com/search/label/Management) software, Abaddon, has been designed to make red team operations faster, more repeatable, stealthier, while including value-added tools and bringing numerous reporting capabilities.
Because:There are tons of tools used by red teamers... but no operation management (and free and open-source) software... and no aggregation between these tools, anyway... and "Operational security" failures are commonWhat did we want with Abaddon ?:Abaddon aims at facilitating red team operations by:Reducing the time to build an infrastructureEnabling complex actions with 1 or 2 clicksEnabling easier reporting for long operationsReducing the “OPSEC failure” riskThe slides presenting Abaddon at RSAC2020 can be found here: (Abaddon, the red team angel (https://www.rsaconference.com/usa/us-2020/agenda/abaddon-the-red-team-angel))
What you can deploy
unzip awscliv2.zip
sudo ./aws/installClone this repository and move inside the repository foldergit clone git@github.com/wavestone-cdt/abaddon.git
cd abaddonCreate the files ~/.aws/credentials and ~/.aws/config with your AWS credentials (https://www.kitploit.com/search/label/Credentials) and configuration, using the following command:aws configureMove settings.py.sample to settings.py. Add change the database user password (This password will be asked durring the setup process)/g' abaddon/settings.py ">mv abaddon/settings.py.sample abaddon/settings.py
sed -i 's/yourPasswordHere//g' abaddon/settings.pyLaunch the following command in the abaddon/setup folder:bash setup/install.shThis script will:Update your OSInstall the packages that are required by Django and Abaddon (including docker and docker-compose)Install all the python dependencies (including Django 3.X)Create a PostgreSQL database and a user with the right role (the password for the database that you need to give is inside the abaddon/settings.py file, it is recommended to change the password)Apply Django migrationsCreate a superuser for the Django application, that will be used to connect to the graphical interface of Abaddon.Start the Red Team Angel !bash abaddon.shOpen a browser, and go to the URL 127.0.0.1:8000 (connect with the Django superuser credentials created during the installation).
Deployment of a C&C infrastructure inside Abaddon
If no EC2 instance has been deployed before from Abaddon (it is important that you deploy the EC2 from Abaddon, so that you have access to the SSH key, located in the aws folder), go to the Delivery/Let’s phish! page. Click on Deploy EC2!. Wait for the end of the deployment (you can check inside the terminal used to start Abaddon if the EC2 is ready to be used, all the deployment steps appear in the shell).Go to the misc/apache/default-ssl.conf file and UPDATE the domain name of the EC2 inside the second VirtualHost. To avoid the detection of your infrastructure, buy a new domain name and configure it to point to your EC2. Use this domain name in the Apache configuration file and UPDATE misc/apache/topsecret.key and misc/apache/topsecret.crt accordingly, which is with the private key and the certificate of your new domain.Go then to the Monitor current Scenarios page and click on Configure a RedELK infrastructure. Give this scenario a name. Abaddon supports actually only one scenario at the time. Choose an EC2 instance deployed from your Abaddon and choose Local Deployment (because you deploy your Apache docker locally). Then, choose the ports used by the deployed EC2 to receive the HTTP and SSL connections, and the port and the IP address the Apache reverse proxy will forward the traffic to (for instance, the IP and port your SILENTTRINITY (https://www.kitploit.com/search/label/SILENTTRINITY) server listens to). A common configuration would be the following:http port = 80ssl port = 443Listening Port= 9999C2 IP adress = 172.16.0.1Wait for the end of the deployment and go back to the Monitor current Scenarios page.
Getting Involved
Please do not hesitate to send us Pull Requests, or send me questions (@Ibrahimous).
Call for Contributions
We really would like to see pentesters and other offensive security lovers get out of their secret zone, and share ideas, contribute to establishing a comprehensive framework for red team operations.So, I you want to enhance the tool, please do. If you want to reshape it radically, please submit your ideas.
Documentation, Setup & Basic Usage
The documentation is a work in progress, and will very soon be available in the Wiki (https://github.com/wavestone-cdt/abaddon/wiki).
Author
Charles IBRAHIM (@Ibrahimous (https://twitter.com/Ibrahimous))
Acknowledgments, Contributors & Involuntary Contributors
(In no particular order)Marcello Salvati (@byt3bl33d3r (https://twitter.com/byt3bl33d3r)), for SILENTTRINITY. Boo-lang, omg.Arthur Villeneuve (@crypt0-M3lon (https://twitter.com/crypt0_m3lon)), for his gorgeous ideas about docker, the proxy protocol, and more.Romain Melchiorre, for integrating lots of great ideasTimon Glasser, for patching SILENTTRINITY, fixing bugs, integrating ideas, and making everything work smoothly during actual engagements!@sbnsec, for currently terraforming all the things!Arnaud Soullié (@arnaudsoullie (https://twitter.com/arnaudsoullie)), because he overviewed most of the project!

Download Abaddon (https://github.com/wavestone-cdt/abaddon)