Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K 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!
Waybackurls - Fetch All The URLs That The Wayback Machine Knows About For A Domain

https://1.bp.blogspot.com/-lNb9NfW6hFg/YJCwP1OqhrI/AAAAAAAAWGI/gLXrACfeWxYexC_5_FqXDQj4ePF798SewCNcBGAsYHQ/w640-h302/go_hack.png
Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for *.domainand output them on stdout.

Usage example:
cat domains.txt | waybackurls > urls

Install:
go get github.com/tomnomnom/waybackurls

Credit

This tool was inspired by @mhmdiaa's waybackurls.py script. Thanks to them for the great idea!
Download Waybackurls

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
Weird link i found http://algo2.iti.kit.edu/gog/projects/ALENEX15/collections/gov2/dict.txt

I was bored and i started typing random shit in the google searchbar, i found this link by typing gibberish (i don't remember what i typed) it was the only result, i think it is a site that randomly generates numbers/letters in an order, can someone investigate?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Active Directory Enumeration: RPCClient

In this article, we are going to focus on the enumeration of the Domain through the SMB and RPC channels. The tool that we will be using for all the enumerations and manipulations will be rpcclient. The article is focused on Red Teamers but Blue Teamers and Purple Teamers can

The post Active Directory Enumeration: RPCClient appeared first on Hacking Articles.

___________________________
@hacking_Attack
@Hacking_Video
Deep Web
Deepweb is kinda boring

I've been using Deepweb for a few weeks and I gotta be honest it's kinda boring. At first it was cool to look at the different types of websites but after like an hour it became pretty lame. Maybe this is just me.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
What is the best use for the system described here.

Please assume that I have a way to develop hack-proof algorithmic code.

The system consists of:

1. a compiler which takes c language code and compiles it to binary code for execution
2. a binary code executable module which executes the binary code

Even if I give you the C++ source code for the compiler and for the binary code executable module, you still won't be able to navigate the binary code and force the encoded algorithm to do anything other than what it is designed to do by the source which was originally compiled.

Given all of this, what is/are the best use(s) for this system?

----------------------------------------------

My thoughts are that this can be the foundation for new types of crypto currency / smart contract systems, but I'm looking for your feedback.

Think of this as a generalization of the basic idea behind crypto currencies:

1. I hold a private key
2. I can prove to you that I hold it without giving you access to it

Now this becomes:

1. I hold a bit (potentially a large amount) of algorithmic code which does something specific
2. I can prove to you that the code does what I say it does while denying you the ability to change its behavior in any way

Bear in mind that the whole point of Ethereum is to be able to run binary code which can't be hacked.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
3 days in and loving it !

This is an update from my previews post: https://www.reddit.com/r/hacking/comments/n6i2l4/this_is_how_i_am_starting/

TL;DR: At the end of the post

Hack The Box Academy

The first day I was very hyped up, sign up for HTB academy and started with their introductory modules.

Intro to academy was the first module, was great and personally humbling. It made me realize that I miss the basic technical vocabular knowledge. I can tell that not being native English speaker is going to slow me down but google is my best friend and every language issue I have can be solved with a quick search.

I then moved to Learning Process and it was honestly one of the best modules I have ever seen in any training I have ever done. I believe something like that should be the introduction to every course. As someone that never spent much effort at school this was a very educational read. 100% recommended.

Next was Web Request and here comes trouble. I like the idea of a web browser VM but for me was super lagghy also the version of tools like Burp was different from the one on the course slides. That should not be a big issue for most but for a complete beginner like me It create confusion. In fact, I got stuck on a burp exercise. I spent a few hours of tries and some googling but failed to proceed. Was quite frustrating but kept trying. I have also made a personal kali VM to try if the lag was the issue but nothing. I tried also contacting someone on Discord but no luck. I decided that I really wanted to finish the module but still not spend all day on that so planned to study elsewhere until I was ready to take on the challenge again, with better knowledge.

2 cool tools I discover thanks to HTB academy.

Tool to take smart notes. https://www.giuspen.com/cherrytree/

Just a screenshot tool but the best I have tried so far. https://github.com/flameshot-org/flameshot/releases

TryHackMe

I was looking for alternative resources and found TryHackMe. This website is seriously great and really feel like a better version of HTB Academy or at least in my personal case. Is difficult to give a fair review as a super noob but my experience was more enjoyable in THM.

I did the Introductory Researching and Linux fundamentals 1, 2 and 3 and boy they are good! The VM works with no lag and the videos attached to Linux fundamentals are a superb addiction to the already great modules. Overall website is engaging, and the badge/streak system is really motivating. Got a membership and decided that I will stick with this one.

Overall learning experience.

It was great. The number of resources and knowledge is overwhelming, structured courses really helps you follow a clear path. I have gone through a lot of material and I feel I am not going to remember everything, but the training teaches you on how to find the knowledge you are missing.

What I am studying gives me the same feeling that videogames (Eve online) gave me, I cannot stop thinking about it. I leave the house and I keep thinking about the thinks I have learned and the future challenges, it is just 3 days but does feels really addictive and I like that.

The process can be frustrating at times but when this happen a break and a newly motivated mindset is often the answer. I am still disappointed by my inability to finish the HTB module, but I will stick with THM but one day I will go back and smash that.

Next Steps

TryHackMe every day! I like the streak Idea and aiming for 30 days and hopefully finish the complete beginner module around that mark but not in a rush. I am looking for a long-term goal and for the moment my eyes are on CompTIA Pentest+. I am not giving a fixed time to that goal but if it was in 1-year time I will be happy, not sure if realistic, but I will do some research.

Excited fo[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
hacking: security in practice 3 days in and loving it ! This is an update from my previews post: https://www.reddit.com/r/hacking/comments/n6i2l4/this_is_how_i_am_starting/ TL;DR: At the end of the post Hack The Box Academy The first day I was very hyped…
r the future

Much love

Grumpez.

TL;DR: 3 days in and enjoying the process. Got stuck on HTB academy and moved to TryHackMe. Feels more suited for me. I am feeling motivated and a bit addicted to the challenges set by the learning modules. Frustrating at times but a good mind set and google generally fix it. Aiming for a 30 days streak and finish Complete Beginner path.

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

___________________________
@hacking_Attack
@Hacking_Video