#general
1 messages · Page 164 of 1
Well shit
Yeah the AI Scam Bot hired me /j
I swear the moment I said I was studying Criminology/CyberSecurity degree, I had people go "Can you hack xyz" or asking if I can be a private investigator to see if their partner is cheating 😭
I've had that too
Pretty damn annoying
Like if you're doubting their loyalty: Leave girl
like don't stay cause you clearly don't trust them
A friend asked me to hack a guy who she had a crush on
Said she'll me give me 30$ for that
I said it's too cheap
Ikr
Broke my friendship with her cause of that
Like at least offer half a bitcoin /j
600$ enough for me /jk
only time i got offered 1k+ was because it was my job and I had to work smh

I also don't think a normal person is gonna ask me to test a laser lmao
Not yet, might go for GCFA after uni
CWES
GIAC Certified Forensic Analyst
I do like 3ish a day and the weekend it depends on what is happening
I try to maintain balance off my computer too, more than 4-5 hours is tiring as hell
Time to make a clone of yourself
I don't think spending whole day on PC is healthy
I can't study during work sadly
I used to study on my lunch breaks at work, but after completing college I've chilled out and let my brain absorb the knowledge instead of cramming.
I spend like 7 hours helping with testing hardware, and 3 hours doing paperwork
Oh damn...... Don't uh.... Don't check out what I've been doing since I was 12
💀💀
I try to spend alot of time on physical activity, cause I became fat during COVID
Does watching TV in MRIs count as sitting in-front of a computer?
I'm a laser technician rn lmao
is there anyway i can connect my htb account to my vm and not use the htb vm
I love Kratos's physique
but I plan on going into blue team or criminology
That's my goal physique
I work with lasers :D
Yes you can use your own machine
Comms, civil engineering, FLIR, etc.
after i download, where do i put it
What are the lasers used for?
oh wait i should download it in the vm?
Boom boom
ok ill do what you said
Line-of-Sight comms, measuring stuff in civil engineering (I ain't no civil engineer lol), infrared detection (FLIR), once in a while I have to QA medical equipment
pretty generic commercial things really
All Class 1 or Class 2, so generally they're safe
nah, mainly just overall topics in cyber
my uni thankfully has classes for GIAC certs so I plan on taking those after the degree
I need a person speaking information and walking through things for me to absorb it
my notebook has two pages of math equations and how to solve them lmao
it's chaotic but I can understand it
I have 16 pages roughly of a mix of various topics on obsidian
Is it enough for you?
it says this is not a command
You'll need to install openvpn then
ok
a linux vpn server?
@muted olive what's the AQI like in your city?
openvpn is a tool that allows you to use the .ovpn file that you can download in order to access the labs/modules on htb
to be fair, it's deprecated but not removed, like how the ip command replaced ifconfig
ll :)
oh
so what do i download
are you on academy?
This is so beautiful
yes
Get Started with the HTB Beginners Bible: https://www.hackthebox.com/blog/learn-to-hack-beginners-bible
ls -lah
@vagrant fog
ty ill chekc this
if the module's section has you interacting with a target on a private network (10.129.x.x) there should be a button that allows you to download the vpn
you don't need to download a new one for every module
yes i downloaded that vpn file
its there in the vm
most vm software allow you to drag and drop files from your host machine to the vm (guest vm)
What's your hypervisor?
are you in the directory where the vpn file is?
i'm getting them there, lol taking it one step at a time
also it was already recommended/told earlier
no im not in the downlads directory
so you're a bit late to the party
cd ~/Downloads
it says no such file or directory
kek
how...what
being baited
how does it not have Downloads?
yes i am doing it
you can just ls *.ovpn
wait, ls supports wildcards?
anyway... if there's no downloads directory... how did you download the file
yes
its on desktop i bet
didn't know that, I've just always used | grep
it says no such file or directory again
stop abusing cats
dm me what your terminnal looks like
ok
marcie report back
my ancient Tech Support instincts are kicking in and i'm 99.99999999% sure it's a PEBKAC issue (see also: ID-10-T [Deprecated])
ID10T my beloved 🤣
wait layer 8 is so good lmao
PEBKAC @vagrant fog ; you didn't put a space after cd
lmao
im putting that on my ticket resolutions
that's so something I would do
unless you want me to, i will not share the screenshot
oh, sorry
or misspell the command
happens
on academy i either:
- misspell inlanefreight
- or use .local instead of .htb or vice versa
not the htb vm
Me or Bakon 
now run the openvpn command
I just misspell almost everything I do in terminals
as a note the terminal will 'hang' once it connects; this is normal - if you see the line 'Initialization Sequence completed' -> you're good, open a new terminal and hack away
I should find a way to plug autocorrect into my terminal
my habit is to use a different desktop/workspace after connecting to the vpn, so i don't accidentally close the terminal running the vpn connection
wait what
Rust mentioned 
I do it through subsystems or VMs tbh
this looks cool

yup, same
by different workspace i mean within the same vm i'm using; most DEs allow for multiple workspaces
Ah, right I forgot that DEs have workspaces
even Windows has different Desktops/workspaces
Added fence on Moon
What a patch note
I do it through another tmux window
bro i had a user using 6 different windows workspaces
i just do it because I AM dumb and I WILL accidentally close the terminal session running it
i could never
tbh I never noticed cause I just throw stuff onto another monitor lmao
with tmux even if you close the terminal the session is still active so it wont die on me
yes but then you gotta worry about actually killing the process afterwards
I've seen this with SSH proxies for botnets but never anything legit
I like to be able to ignore a terminal if it's running a bg process
I also use that same window for other boilerplate stuff like my reverse shell hoster & listener which is always active on basically every box
Nahh, I shutdown my VM very often after I do a box so... VPN dies when that happends
Doesn't Ctrl+Z suspend it to the background?
I don't like to daemonize the process though, funny enough
this cmd ?
sudo apt-get install openvpn
yeah, but i occasionally am just fucking around (like with APIs)
if openvpn is already installed, then no
bro out here fooling around after doing HTB stuff is crazy 
i have the academy ovpn file installed
sudo openvpn academy-regular.ovpn
I'm usually exhausted after HTB shiz
bookmarked
ok ill try this
i mean i need to finish up and merge some stuff together; like my transcript grabbing tool and the vpn changing tool can be merged into one now
https://gitlab.com/slackermedia/bashcrawl <-- this can help you learn some basic bash commands :)
ty
what transcripts does it grab? 
the academy transcript
test with pings
if you read the last few lines, somewhere should say Initialization Sequence Completed
yeah its there
then you're good
open a new terminal and you'll be able to interact with the sections that have 10.129.x.x targets
Ohhh, yeah I never had much use for that
tysm for your help
that's how my whole journey started with messing with the academy API stuff, is 'can I download this without needing to open up or drag/drop into my vm' ¯_(ツ)_/¯
now do i have to set the vpn up
gg
it's already set up
that was the whole thing
it's not going to change your ip
look for tun0
it creates a split-tunnel interface (tun0) that provides access to the internal network
not ALL vpns 'change' your IP
btw as soon as I opened the platform site I saw I had a VPN up and panicked
, was just the GUI being weird again though
so the vpn is already setup ?
yes; running the openvpn command sets up the vpn
so now when i use the ssh login, what should i put in the ip
what course are you doing
linux fundamentals
the ip that the module gives you
it does not specify the ip anywhere
above the questions click here to spawn target!
welp if thats the only way, i guess i gotta wait untill midnight
tysm for your help
why do you have to wait until midnight?
spawn instance is NOT the same as spawn target
spawn instance -> the in-browser pwnbox NOT the target
you're on linux fundamentals yeah?
yeah
i cant start instance
i need to wait until midnight
sec I think I know what section you're on and why you're confused
for the recharge
targets don't need you to wait for the recharge
and you don't need to use the pwnbox when you're using your own vm/vpn
so to answer the questions i dont need to do this?
what section are you on?
sys info
i am trying to go back the old layout in hack the box rather the current grid layout that it is
does anyone how i can do this
To answer the question you click the click here to spawn target not the spawn instance button
Introduction to Academy Module tells you how to interact with academy
- Click on your profile icon in the top right
- Click on the
Return to Academy Legacy
idk if they're on beta
if it's enterprise they have no choice then 
i am on enterprise
sorry
i wont repeat it again
this is what it looks like on Beta
it started with asking how to connect to the vpn
all support from marcie is 62$/hr btw
noooo
i think this was all about an hour of troubleshooting.teaching
I don't know if this can be changed or not if you're on enterprise
i've broken down subnetting once before :)
I’m broke 
you can't change the layout on EP as far as I know, you'll have to reach out to support on the EP site for more clarification on it
I heard Marcie accepts souls too

also there's a known issue on the enterprise platform where you are unable to open paths
I cant give away my soul
i'm owed like at least $100 from spawning a machine, doing things exactly as the module dictates, and getting the right answer 🙃 or even pulling up the module and it being RIGHT THERE IN THE TEXT
I’m too young
lmao
this is a joke btw of 'if this works you owe me $20'
or 'if I spawn this target and get it as intended, you owe me $20'
who is you
Congratulations on becoming Hacker @cerulean bloom
thanks 🙂
although for the next level
I probably need to wait a bit lol
why?
just pwn all up to medium and a few hards to get pro iirc
no I'm asking why wait? I know it ain't that easy but you get nothing by waiting
well, true, but I dont have that much time these days
whoever i'm helping at the time
ah
i have another question, so do i say it in the modules chat
you just think you don't have much time but in truth you're just wasting time on things that shouldn't matter, for instace, being here
and to this point, make take some time to get 1 machine
if it's about the module then yes
thats true lol
not a lot, 100% of it is researching answers
unless i already know >:)
so is it frowned upon to ask question
there's a subsection on that page that talks about 'logging in via ssh'
i mean you do you but we wont be there for ur certs or jobs
If you're in an environment where you already know everything then you're in the wrong environment 
of course not, but good to try searching first
yes i know, but i get an output of connection refused
don't use brackets
me rn but i cant find a new job 
im not using brackets
dm
wdym me rn? there's no way you're in an environment where you know everything 
lol
im not given oppurtunity to do higher level work a lot of times
Waiting for an opportunity is like trying to win the loterry, it'll likely not happen, we make our own opportunities
im here studying and applying as much as i can
i think my resume is just built like ass tbh
What your experience and certs?
a second PEBKAC has hit the stream
I’m having one of those “I’m a big dummy” moments. The valley of despair if you will..
mood
2yr helpdesk, 2 year systems engineer 1yr cybersec analyst. a+ net+ sec+ and hopefully by the end of december ejpt
did you perform spellcheck on your commands?
Mate, you're a hacker, why are you playing the application game just like everyone else? You should be finding ways to bypass it and try to find ways to network with people or go straight to the people that matter, not HR. Be the guy that they're like Keep this guy's resume on top.
-# For legal purposes I'm not actually saying hack them, you get the point 
Do you know Richard Gainigher
No just feeling the weight of knowing that I don’t know
that's a mood
Nice, your experience and certs are good. What kind of job you are applying now?
soc analyst preferabbly but anything cyber works
wdym by this?
networking at events?
Those certs plus experience is great. Ya gotta remind yourself that this market is ass and seniors have found themselves unemployed too
Are you US based?
I mean bypass the application process by making yourself a must hire, whether that be doing something unique or just having the guts to walk up to a CTO and sell yourself.
If there’s a local DC group near you i highly recommend getting involved.
Applying to a job through the job application is also like trying to win the lottery 
thousands if not millions apply but only one gets the job
hack the process by just being @exotic pendant
my local dc group seemingly only does hardware hacking which is meh to me
Ah man.. they don’t have a meetup? The one nearest me does a monthly meetup where people shoot the shit over beer.
so start one
I would suggest that you can look for companies that can directly contact to TECHNICAL hiring manager
Instead of those must go through the process of HR.
Cause they known us better than those HR
and HR's AI kek
Last time, I got an interview with TECHNICAL hiring manager and I got the feeling that I will get hire.
Turn out they hired me
I guess it might not take thaaaaaaaaat much time, idk lol
Since, those ppl are different and understand technical details. You don't expect a HR to know what is Linux, security or even a command as simple as grep.
I don't know about in the US, but in my place HR is sXXX, cause most of them don't know anything how technical details works.
A catter
sirg that's a ferret
such a cutie lol
It's clearly a doggo in disguise
LFG I FOUND ANOTHER SAMPLE
Guys is Wi-Fi dumpper tool used for getting passwords of Wi-Fi networks?
Do we need any Wi-Fi adapter for that?
Gm
what's up gamers
megabonk
Come at me bro
Thats not good btw, you need to do some self reflecting after the hacking is done. It will ruin your life
Not just the woman but other things will also
women arent real
@rose onyx someone was tryin to mine crypto 

Morning
just started, i just got like 4 weapons and tomes, it’s like i can really start playing and make good runs so 400k is pretty insane to me actually hahaha
ahh yeah for sure lol. you definitely need all the unlocks and stuff
Vro it's 6:30
I used to run Suricata with HTB hacking and a SIEM. It was nice seeing what your own activities look like when you try to hack into a box.
It's 11 am 
India
The hardest part was figuring out a good way to split the traffic of the openvpn using the virtual interfaces of KVM
what rules did you use?
for suricata
the ones made my the firm that was bought out by Cisco
what was the name hmm
Talos
I used Graylog as SIEM because it's pretty integrated and very easy to set up
nice, I just use wazuh because we can only self host sadly
And I think I created an extra KVM network interface, and I used a routing trick to route the packets from the openvpn's virtual interface to that interface of the virtualization platform. Then I mounted that interface into the suricata VM
have you tried setting up arkime along with suricata?
Graylog is perfect for self hosting, I self host a setup with some 100 billion events in database currently.
cool
I'm mostly not working with networking stuff but with tailored systems, but arkime seems cool
the disk capacity for my setup alone costs hundreds of thousands yearly 
I don't really work with networking stuff much either tbh, arkime was set up when I started setting all of this stuff up
what I wonder about suricata though is how good it is at normalization. when someone doesn't try to obfscate anything it seems it's easy to detect stuff. but what happens when someone takes the same attacks and obfuscates them.

Photo shoped
fakea

is it?
@supple plume FC Barca did not win yesterday
innit
whats it gonna be fellas.... mustard.. or ketchup
Real
I'm also out of IOC and malware breadcrumbs
Some of the file hashes aren't publicly available I think or somethin. Even Vt doesn't have 2 files I'm on the hunt for because of how this malware works
FC Barça is irrelevant to me
are u a madrid fan perhaps
Hi
I'm only into computer related stuff
Not even videogames
Go back to bed vro
I was asleep but then I woke up :3
That means go back to bed.
I need to be batman for a bit longer
I'm also officially in vacay
So I have no bedtime.... But I still adhere to one for neuro regulation 😢
Wtf that mean?
ban him
just got Security+ voucher exam + study PDF from my employer, I have 1 week time to study
exam is next friday
Good luck
@hoary nebula I have a flash card pile that passed me mine if you want.
sure, send in dm
are u gonna waste 1 week on prep?
instead of this

send goth girls for good luck
non
I wonder how @green kite is I haven't seen him in a while

Will the certs be on sale during black friday?
Most likely not
I am doing ok. Just busy with work
will there be any black firday deal
mmm ok
it will be
Original Price + 500 Offer Price: Original Price
black friday is a scam
everything just gets bumped up 1-3wks before and then reduced to minus a % from, at best case, the original price most of the year, and everyone thinks they got a steal
can confirm. did this myself when i used to work at best buy in ~2013. we changed all the prices and upmarked them the night before 
including the gold plated hdmi cables, wew lad, sweet sweet commissions i made on those 
😄
not if you keep track of the price for a year and strike when its high time
What if you strike and then price drops 50% more 💀
TDP just ghosted me
What's TDP
@frigid mountain
💀
Did they syn ack tho?
not even that
Must be down
Damnit
Last day for me
Might even leave office early 
Friday -1
at your company?
nice
Gonna miss this week's machine tho
have to travel

Yes let's try from mobile 
sick man
Gotta get kali lunix pro max
if its stable for a few years its gonna be stable
yeah just to FW you, they reduce right after u buy
skill issue on ur end
baed
What is 67 🤨
6 7
yeah yannick knows

@supple plume I can't let you sleep
lie
can confirm, 2000s Rob-May and Macys
the sweet sweet coffee machine commissions had nothing on luggage ones
oh my god, reminds me of the bluetooth speakers. and any sort of home audio. pair of tower speakers retail at $2500 each? cost was like $400. 
what a time.
Boze
lmao
yep, the soundlink mini, retail was like $220-$240 usually, but cost was like $100 lmao
people went wild when we gave them 20% off, not knowing we were making a killing on the sale more than they saved loool
I think back to the one that looked like a mini mountain bass with 2 side speaker mountains
I used to crank the ipod gen 1 on that
wooo
those were the days
playing whatever limited song list I had
making grandma cry
ahhh blasting avril lavigne in 8th grade 
nah...prodigy, flaming lips, godsmack
all sorts of shit 😄
used to be @worthy narwhal once upon a time
then it got upgraded to
aha! I found them
@worthy narwhal thissssssssssssssssssss
these bad boys from jbl were the shit
crank it at 7pm and make grandma blush with what we played in the darkness of long empty winter season shifts until we closed at 10pm because a suburb that shuts down with the sun surely has customers at 10pm.
be me
still using logitech speaker
its my favourite
with mx master mouse too?
yup
kewl kewl
wait is that the new new one? mx master 4?
Hammer deez nuts
Ahhh I have the Master 3, damn, the Lift looks cool! Is it actually comfy?
ballllls
bah minimalist keyboards
moar desk space for snacks
such is life
WHAT THE HELLLLLLLLLLLLLLLLIANTE
I keep my keyboards in pristine condition
que es como que es
When he cums too soon
thats clearly a can of softdrink
lol screw hackerone
"if any sensitive information (e.g., customer data) is identified, the report will be evaluated on a case-by-case basis."
if you see this, you see customer data in a report... you it means you can report it right?
I found a customers data in a report and they marked as N/A

Their customer suport ignores you also if you try to talk to them
Oh ok
== they want to theoretically fix if it is cheap but they don't want to pay out or have the GRC headache
so wht do u usally use?
other than h1
hehe well, i dont think u can whistleblow this finiding even if they say N/A?
H1 also once told me the WAF is causing an XSS
A WAF
I've pointed out the XSS in the orgs code
they have special waf :D
"Nah man I did a nslookup and it shows waf" like what
they also gave me like 11 N/As
because the org didnt reply in time and they ignored me
Terrible customer service
like why is N/A the default if time goes too long
N/A subtracts points and hurts your rep
its a free one
the usual "What'll you do, show everyone something already fixed" mentality
how to get good at bug bounty?
hello, i have windows OS and everytime i trying to add htb vhosts to access, i cant. vpn turner on + echo 94.237.48.173 mail.smtpinjection.htb >> %SystemRoot%\System32\drivers\etc\hosts. but still cant acccess. what can i doo
Or talk without asked
@lilac cipher hello
I was summoned @subtle plover
lol
@subtle ploverhava

nor cold
Nor put coffee in a microwave
I am addicted to salt
I instantly throw away the coffee in her mug if she tells me
nothing wrong with that 😁
You're a shild, shhhhh
Sorry, Sheen. You're a Sheen lmfao
sheen?
bath salts
I can see how its similar to Mulder, but this aint Mulder
@subtle plover Cortex XDR

Fluff clan violence
How to contact with admin?
What's the issue? Can a moderator handlle your question?

@runic jay - if its a site issue, only the support team can help
Need to speak to a person? Learn how to reach our support via HTB Labs.
RIP
I got my new one today
Hello sir
My problem is payment issue
They just sent an upgrade
Only support can help you @runic jay
So atleast it has its benefit
Need to speak to a person? Learn how to reach our support via HTB Labs.
Ah yah, contact HTB Supprt
I did it
I was quicker @green kite
You're like Internet Explorer.... slow
but thanks ❤️
man you made me run a speedcheck
Gotta do what you gotta do to get coffee
true
Congrats on hacker rank
waiting for them to acknowledge the fiber was installed down the street
so I can get the fiber connection
same
but even where I worked as an IT support with dual band ISP with fiber... max 600MB
Limburg powah
sick
hows it going Yannick
nice
Hey are u a blue teamer?
He soc
Hes 1 sock ?
L4
And let me guess -- ur a cat girl
Do u have fake cat ears or not
Why would i
@hoary nebula you know a lot about fiscallity and company cars?
yes
not anymore
lots have changed
ok 😄 this has nothing to do with new laws
omg you guys
new season of night maanger soon
Hey how can I refresh my tire on htb like noob / scriptkidie / hacker ...
you cant?
I have a few questions can I DM u
you taking a long weekend too Yannick?
Hacked a couple of (academy) machines thanks to the academy's Metasploit module 💪🏻
Not a single script kiddy in chat
Good
Honestly HTB is absolute GOAT for this industry, without it I spent months clutching at random blogs and feeds and news sites which didn't really provide much tangible benefit
Hands-on experience with the tooling is the make-or-break
getting my parrotsec install ready as we speak to begin the box work
htb is truly the greatest thing

HELL YEAAHHHH
imagine imagining
fish memeory cant remember
too lazy to lookup
tiefkühl pizza enjoyer
Clownstrike alert scope worldwide
heya
hiyaaaa
H
I'm late, but its 74, which is apparently satisfactory
💀💀
My city has above 300
Delhi right?
I think it depends on which part
range is generally between 250-300 there I think
wth is AQI
great success! got parrot 6.4 installed alongside the nvidia drivers, tested with prime-run hashcat -b and im getting good hashing speed
TIME TO DO DA BOXY BOXESSSS

Air Quality Index
21 here
wtf
we even have an 8 or 6
heaven confirmed
cannot
im having 300
it was so smokey in the morning that when i was coming home from the gym, i could not see the nearby buildings
Took a sick day today from work but feel guilty and that I have to stay productive. I hate this curse.
lol my father said not to choose any college in delhi only because of the AQI 
and the intense heat
he went to college in Delhi as well and it was fucking hot back then too, apparently
south is nice
in terms of aqi
in terms of other stuff? some sucks
like state governments
government is heading towards doom
people lack civic sense, cant even organise themselves in lines in the public if they need to
unnecessarily dirty
always mixing state and religion
civic sense is in negative
central government is good imo, its the state governments that suck a lot
pollution is also in negatives
I was in Gurudwara yesterday cause of Guru purab, people push each other alot, even when theyre eating food, they break lines, cant use the proper gate for entry and exit
I dont have much hopes honestly
lol sounds mild compared to south 
y'know that stampede that happened after RCB won? People literally jumped over the metro barriers in bulk
We havent even managed to make any breakthrough in terms of AI LLMs unlike China, US and other countries
yea
oh also, job market is dying in this country, atleast in tech
AI R&D is good imo
We got OpenAI and Anthropic investing in us hugely
Hey everyone 👋🏻
We dont have any LLM of our own yet, unfortunately
That yes. We still need to develop our own big models
for now we've got tons of foreign investment so that's a good start
you've given JEE already, right?
ah good luck
ty
Are you Indian?
i am
Ohh from where
North
State?
Delhi
same
cant tell more than that
the blot on the education system
Ohh 😮
Chill bro 🤣
yea
honestly even college education sucks
I had two mock tests today and I (finally) got good marks. So that's a lil good, at least lol
most colleges dont teach any practical knowledge, atleast my college and other Tier 1 dont
anyway
i should go and study Academy
cya
that is known
unless you do stuff like HTB to actually get practical knowledge, college wont teach you anything
true
What does company check skill or degree?
both
atleast in india, degree is important too
its usually the norm to hire people with degree
its just a filter criteria
after that, your skills are seen
I hate jee 😭
everyone does.
in college, you build up your essential tech skills, then you start applying for internships, then you get a job
What’s up guys
wish it was that easy
hello mick
havent seen you in a while
Then who will give job
Only good colleges will give you internship and are expensive
off-campus
No idea
Good one
oh shit thats right you got your cpts
just search through linkedin, use irl connections
Let's see right now I am In school 🤣
No luck can only trust on skills 🙂↕️
you got a problem with indians?
cause there's like 1.5 billion of them, so you'll probably want to get over that as they make up like 18.75% of the entire population of earth
That is
Cinema, culture
for real

sorry you didn't ping back fast enough and I fell asleep
Yo
hello, stupid question, how can i submit my writeup here, i already wrote one, but i want it to be displayed in my profile https://zakariaf.vercel.app/posts/htb-puppy/
In this write-up, I explain how I gained ownership of Puppy on HackTheBox.
😄
I'm a student, and I'm begging for help.
Lol
Where's the best channel for help with the CTF site of HTB?
U just stand there, laughing
peak monkey response
Melon is a gate keeper
Thats right
yo
They're verified but unverified
They can moan and bitch
Welcome back @molten bobcat
up
What email client do you guys use?
git send-mail
I use mutt
And google voice
And any text messages come as emails, I reply to them as emails, and I can text using that
Pretty cool
Hey I can’t find the modules conversation now
hi
hey guys! Just thought about this, I want a tiny, stealthy device that fits behind the target's router's ethernet port and creates an access point to the real network. It must be plug-and-play. Is it possible to make? since the device is connected via LAN it has an access without password, and then I can use that device to host an access point to the router and I can get access to it's network without cracking any password?

strong desire to make an osrs bot farm
Do it
My gf is kinesist
Have her crack my back pls
join my cabal
Ill tell her
My days of osrs are over
why play when you can farm en mass and RWT
passive income
can she fix my thumb that i broke punching my brother with a closed fist?
Ags me 73, u have won yourself an elysian, spirit shield
@lime trout how dare u to tag everyone 
also public service announcement
if you punch someone, make sure the thumb is outside of the closed fist, not inside
tis my job
Ask her to ping htb staff
you want some chocolate milk now buddy?

Jk jk, I was already awake 
I bet u had some monster
No sir I do not want that
Not yet
Fair play
Nope its an edited message
yeah edit dont ping
I finally have a new IOC to investigate hopefully this one isn't down already
Lol.
I'm just trying to get samples of malware from this one specific campaign
Hopefully I can get the 2 malware samples I'm missing for my collection 
@terse dirge have u ever used Cortex XDR
he's not that guy pal
Woah there buddy
@exotic pendant friday-1
Send picture
I felt that
No
see told you
I've used n8n and shuffle
he's not that guy pal
@subtle plover
is that trucker piss?
Westvleteren is like the best beer in za world
looks like warm piss
Mods, time this guy out for disrespecting my culture
hey you're the one calling warm trucker pee beer
Yes
Like BashBunny?
Would do it again
Spelling miskate
New keyboard
Yeah D is running around
dih?
@devout sail
Dont tell us mods what to do, GOSH
I thought u were bored
Im in a meeting 🤷♂️
I was thinking, what would @static pasture do today
Upcoming engagement
@hoary nebula
please no ping
Indeed no ping






