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
Photo
KitPloit - PenTest Tools!
RAUDI - A Repo To Automatically Generate And Keep Updated A Series Of Docker Images Through GitHub Actions

https://blogger.googleusercontent.com/img/a/AVvXsEjC6XnoVfgQpldAgF40OiyjY5hPMdXEMIM-899Sj4Jr9NHBpYRfjXhXiiNvXRXQ2BDdv8aKTOlIa82N4nZOC_mCRfNl_KLxQ_oF-QtuHwvu_mats2DKQ0q-z23py7cvPloB8c016v75JQ2CQELP4FGIc9pg4xqd6_AxHYRVjKQ2gM1LFBq3TN_s2MJG=w640-h388 RAUDI (Regularly and Automatically Updated Docker Images) automatically generates and keep updated a series of Docker Images through GitHub Actions for tools that are not provided by the developers. What is RAUDIRAUDI is what will save you from creating and managing a lot of Docker Images manually. Every time a software is updated you need to update the Docker Image if you want to use the latest features, the dependencies are not working anymore.

This is messy and time-consuming.

Don't worry anymore, we got you covered. SetupThis repo can also be executed locally. The requirements to be met are the following:

* Python 3.x
* Docker

The setup phase is pretty straightforward, you just need the following commands: git clone https://github.com/cybersecsi/RAUDI
cd RAUDI
pip install -r requirements.txt
You're ready to go! UsageRAUDI can build and push all the tools that are put into the tools directory. There are different options that can be used when running it. Execution ModesNormal ExecutionIn this mode RAUDI tries to build all the tools if needed. The command to run it is simply: ./raudi.py --all Single BuildIn this mode RAUDI tries to build only the specified tool. The command in this case is: ./raudi.py --single tool_name MUST be the name of the directory inside the tools folder. Show toolsIf you want to know the available tools you can run this command: ./raudi.py --list OptionsOption Description Default Value --push Whether automatically push to Docker Hub False --remote Whether check against Docker Hub instead of local Docker before build False Available ToolsThis is the current list of tools that have been added. Those are all tools that do not have an official Docker Image provided by the developer:
Name Docker Image Source Apktool secsi/apktool https://github.com/iBotPeaches/Apktool bfac secsi/bfac https://github.com/mazen160/bfac dirb secsi/dirb http://dirb.sourceforge.net/ dirhunt secsi/dirhunt https://github.com/Nekmo/dirhunt dirsearch secsi/dirsearch https://github.com/maurosoria/dirsearch ffuf secsi/ffuf https://github.com/ffuf/ffuf fierce secsi/fierce https://github.com/mschwager/fierce Findsploit secsi/findsploit https://github.com/1N3/Findsploit Gitrob secsi/gitrob https://github.com/michenriksen/gitrob gobuster secsi/gobuster https://github.com/OJ/gobuster hydra secsi/hydra https://github.com/vanhauser-thc/thc-hydra The JSON Web Token Toolkit secsi/jwt_tool https://github.com/ticarpi/jwt_tool knock secsi/knockpy https://github.com/guelfoweb/knock LFI Suite secsi/lfisuite https://github.com/D35m0nd142/LFISuite MASSCAN secsi/masscan https://github.com/robertdavidgraham/masscan MassDNS secsi/massdns https://github.com/blechschmidt/massdns Race The Web secsi/race-the-web https://github.com/TheHackerDev/race-the-web Retire.js secsi/retire https://github.com/RetireJS/retire.js Sandcastle secsi/sandcastle https://github.com/0xSearches/sandcastle sqlmap secsi/sqlmap https://github.com/sqlmapproject/sqlmap Sublist3r secsi/sublist3r https://github.com/aboul3la/Sublist3r theHarvester secsi/theharvester https://github.com/laramies/theHarvester RestfulHarvest secsi/restfulharvest https://github.com/laramies/theHarvester waybackpy secsi/waybackpy https://github.com/akamhy/waybackpy WhatWeb secsi/whatweb https://github.com/urbanadventurer/WhatWeb Tool StructureEvery tool in the tools directory cont[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! RAUDI - A Repo To Automatically Generate And Keep Updated A Series Of Docker Images Through GitHub Actions https://blogger.googleusercontent.com/img/a/AVvXsEjC6XnoVfgQpldAgF40OiyjY5hPMdXEMIM-899Sj4Jr9NHBpYRfjXhXiiNvXRXQ2BDdv8aKT…
ains at least two file:

* config.py
* Dockerfile.
* README.md (optional README for Docker Hub)

If you want to add a new tool you just have to create a folder for that specific tool inside the tools directory. In this folder you have to insert the Dockerfile with defined build args to customize and automate the build. Once you created the Dockerfile you have to create a config.py in the same directory with a function called get_config(organization, common_args). Be careful: the function MUST be called this way and MUST have those two parameters (even if you do not use them). The returning value is the config for that specific tool and has the following structure: config = {
'name': organization+'/The four keys are:

* name: the name of the Docker Image (e.g. secsi/ExamplesThis section provides examples for the currently added Network Security Tools. As you can see the images do provide only the tool, so if you need to use a wordlist you need to mount it. Generic Exampledocker run -it --rm secsi/Specific exampledocker run -it --rm -v Roadmap* Add GitHub Actions
* Add '--local' option Add '--remote' option (by default it is local)
* Add README for every tool Add general README for all RAUDI Docker Image
* Add custom logger
* Config file for customization (like the organization name) Customizable organization name in tools/main.py
* Add GitHub page (different repo)
* Switch to Alpine-based images
* Automate Docker Hub README updates (doesn't seems to work with Docker Free Plan)
* Add tests for each tool (that allows it)
* Add auto-commit
* Better error handling ContributionsEveryone is invited to contribute! If you are a user of the tool and have a suggestion for a new feature or a bug to report, please do so through the issue tracker. CreditsRAUDI is proudly developed @SecSI by:

* Angelo Delicato
* Daniele Capone
* Gaetano Perrone LicenseRAUDI is an open-source and free software released under the GNU GPL v3. Download RAUDI

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Beating a key logger

When typing in sensitive numbers eg, card numbers, I've taken to clicking off the box, entering a few random numbers and then clicking back on and continuing with the real number. Not that I suspect my pc is infected more just in case. Anyway would this work at all or should I give up the practice?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Debugging phone traffic using Charles on Android 10 not trusted

Im currently tring to debug phone traffic using Charles.

I installed the charles certificate using http://charlesproxy.com/getssl and connected to my proxy, however when I activate SSL proxying all connections fail due to SSL handshake with client failed: When access control was applied the certificate was rejected (access_denied)and the note You may need to configure your browser or application to trust the Charles Root Certificate. See SSL Proxying in the Help menu.What could cause this?Any help is appreciated!

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Defeating firewall active probing using specialized DNAT rules: is it this simple?

Some advanced corporate/government content filters are setup to connect to HTTPS websites being visited by users to evaluate what sorts of content is on the websites. However, in many of these cases, the device doing the active probing would likely not be on the same network as the user.

Given this, couldn't someone set up two HTTPS-encrypted web servers with the same certificate/private key and domain name: one of a legitimate-looking site, and one of a shadier site. From there, they could set their router to DNAT inbound connections on port 443 with a source IP of the target network, to the shady site, and DNAT inbound connections on port 443 with a different source IP address to the legitimate-looking site.

Are there countermeasures for this, or is this a gaping oversight in the logic of active probing?

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

___________________________
@hacking_Attack
@Hacking_Video
How to attack Offensive Security Web Expert (OSWE)

In this article, we will discuss about one of the toughest exams from Offensive Security, the web expert one (OSWE).Continue reading on Medium »
Read more...
Dark Reading: Attacks/Breaches
Patch Management Today: A Risk-Based Strategy to Defeat Cybercriminals

By combining risk-based vulnerability prioritization and automated patch intelligence, organizations can apply patches based on threat level. Part 2 of 3.