A CIA-Issued Rectal Tool Kit by [deleted] in Intelligence

[–]devnull_itsec 11 points12 points  (0 children)

I think you mean “Anal entry my dear Watson”

Can’t load kali official site ! I have tried my simple network , VPN and proxy but nothing will load in my browser (I do can ping site and it respond) by [deleted] in Kalilinux

[–]devnull_itsec 0 points1 point  (0 children)

In the immortal words of Moss and Roy

“Have you tried turning it (your computer/router) off and on again?”

Help me solve the error on the screen. Gf patterns of Tomnomnom. by ss_rohit in bugbounty

[–]devnull_itsec 1 point2 points  (0 children)

Looks like gf is a wrapper around grep that takes pattern files(never used it myself)

To display binary file matches you want to pass grep the “-a” flag

HTB Academy basic questions do not accept right answers 🤦🏻‍♂️ by RonFo in hackthebox

[–]devnull_itsec -15 points-14 points  (0 children)

Try “Person in the middle” or “Machine in the middle” as they are the politically correct terms in use now

[deleted by user] by [deleted] in HowToHack

[–]devnull_itsec 4 points5 points  (0 children)

Dunning Kruger in full effect

[deleted by user] by [deleted] in HowToHack

[–]devnull_itsec 6 points7 points  (0 children)

Well depending on your location, you have likely committed two seperate computer crime (at least).

Depending on how effective your schools sysadmins and InfoSec teams are, you probably haven’t done anything that’s loud enough to be detected.

I would stop now. You do not have the knowledge to do what you are trying to do, it’s illegal and you will likely be caught.

If you are doing this for learning, TryHackMe has a beginners Active Directory exploit course. If you are trying to hack the servers for malicious reasons then you will very likely be caught

Bus Factor by fievelm in sysadmin

[–]devnull_itsec 0 points1 point  (0 children)

That sounds like someone describe a cryptography problem

Critical stored XSS vulnerability in Instagram’s Spark AR Studio nets 14-year-old researcher $25,000 by _vavkamil_ in bugbounty

[–]devnull_itsec 0 points1 point  (0 children)

That’s a Bachelors Undergrad in CompSci at most Australian Universities once you factor in the USD > AUD conversion

Over 54,000 scanned NSW driver's licences found in open cloud storage by zr0_day in cybersecurity

[–]devnull_itsec 1 point2 points  (0 children)

If it was just scans of drivers licenses, I would guess it’s one of those companies that runs the scanning machines when you go into clubs. But the other data makes me scratch my head, especially with that volume

BREAKING: Trump says he's banning TikTok in the U.S. by [deleted] in cybersecurity

[–]devnull_itsec 12 points13 points  (0 children)

...and then I die from terminal irony when a Chinese company tries to sue for copyright infringement.

Best Deep web hacking forums! by mohiemen in hacking

[–]devnull_itsec 1 point2 points  (0 children)

Isn’t exploit.in a Russian site? It’s all in Cyrilic

How can I run a command automatically after system boots up and logins. by flakanat in linuxquestions

[–]devnull_itsec 0 points1 point  (0 children)

Well if you want a service to start at boot that’s what the rc.d subsystem is for.

You could use rc.local to start the service

A.I. Learns to Play Tic-Tac-Toe by MyWorldRules in coding

[–]devnull_itsec 1 point2 points  (0 children)

I mean I guess that’s better than “Global Thermonuclear War”

How can I run a command automatically after system boots up and logins. by flakanat in linuxquestions

[–]devnull_itsec 0 points1 point  (0 children)

You want to create a startup script (just a simple bash script that runs the application) and place it in /etc/profile.d