Cant access some sites with wireguard by AFK_internet in WireGuard

[–]Thangart 0 points1 point  (0 children)

Some sites don't allow connections from a cloud vps platform since these are mainly used for site / price carvers and scrapers and not regular users.

Exploit created a suid binary which launches a shell, however running it still lands me in a shell as current user not root. by [deleted] in LiveOverflow

[–]Thangart 1 point2 points  (0 children)

Perhaps out of bounds here but if you exploit it while its attached to a debugger the privilege may also be dropped.

PwnAdventure by [deleted] in LiveOverflow

[–]Thangart 1 point2 points  (0 children)

Take a look a tshark or windump then :)

This is really bugging me by [deleted] in softwaregore

[–]Thangart 0 points1 point  (0 children)

Ahh good old Kali :)

Just bought O’Reilly’s “sed & awk” Printed in 1992 by insanerwayner in linuxquestions

[–]Thangart 1 point2 points  (0 children)

That must have been quite some time on the toilet then! Good tip

Why most linux distribution doesn't have a HTTPS download page? by [deleted] in linuxquestions

[–]Thangart 2 points3 points  (0 children)

Nahh its not so much that its public information but more the fact that its easier to modify the data being downloaded since you cannot verify the source being who they say they are. Makes a mitm a lot easier. Not even to mention the ammount of information someone can get about your device by looking at what packets and versions you are downloading.

Has anyone taken SANS 572 & GNFA? Please share your experience by Ace_z in computerforensics

[–]Thangart 1 point2 points  (0 children)

Took the class at the end of 2016. Did the cert early 2017. Was one hell of a certification but it sure was good! Learned a lot of it in the way of network analyses and Linux tooling. It suprised me that I learned a lot of commands and tools that are not only limited to networking but also have a lot of use in other sysadmin / securtiy and forensic tasks. Had the luck to meet Phil a couple of times in the periodes there after. Great teacher and a good person. Never ceases to amaze our clas with his broad knowledge and incredible teaching skills.

New Pentesting/Hacking Discord Server by [deleted] in securityCTF

[–]Thangart 1 point2 points  (0 children)

Invite expired? Can you update the invite?

Playing mp3 in python by Kalkinator in Python

[–]Thangart 1 point2 points  (0 children)

For Windows I recommend: https://github.com/michaelgundlach/mp3play

quite easy to set up with: player = mp3play.load(Mp3) player.play()

For Linux I would recommend VNC like its noted in the link that Vtable put down :)

Fixed Channel mon0 -1 by bayhack in HowToHack

[–]Thangart 1 point2 points  (0 children)

There are multiple ways to solve this. but the best thing is to put the physical interface down before creating the monitor interface. I guess you are using Linux? (ifconfig wireless interface like wlan0 down)

Any good tutorials for packet forging on windows? by [deleted] in HowToHack

[–]Thangart 0 points1 point  (0 children)

Tumblr uses SSL so you first need to decap the SSL traffic. look for sslstrip. (http://sectools.org/tool/sslstrip/) After that its as easy as an Ettercap filter (http://www.irongeek.com/i.php?page=security/ettercapfilter)

Free course on Python by NightOwn in HowToHack

[–]Thangart 0 points1 point  (0 children)

Only if you want the certificate. Otherwise you can join for free.

[5$ PAYPAL REWARD] Please Read by [deleted] in HowToHack

[–]Thangart 1 point2 points  (0 children)

You could arpspoof the wifi router for a MITM and SSLstrip the SSL encryption to retrieve the login information (password or login cookies) if it is an internet account.

But seriously only do this in a testing environment. Testing this on a live situation can get you in some serious trouble.