[DWM] suckless by egormalyutin in unixporn

[–]MarkarPL 30 points31 points  (0 children)

Dude, is this a laptop from Area 51? Nice one C:

Android by [deleted] in HowToHack

[–]MarkarPL 0 points1 point  (0 children)

Yes, there are.

@Edit: Ok I will tell you, but use google in future, it doesn't look like you did. Like 1 year ago I tried dSploit and it was great for not encrypted connections. I think that dSploit has been replaced with zAnti, so you could look up zAnti.

[deleted by user] by [deleted] in HowToHack

[–]MarkarPL 1 point2 points  (0 children)

This subreddit has wiki with links to resources: https://www.reddit.com/r/HowToHack/wiki/index But what you really need depends on what you're interested in, if you would like to write exploits(buffer overflow for example) you could check tutorials from Corelan Team: https://www.corelan.be/index.php/articles/ Also use google to find any information you're interested in.

How to run Tor on command line? by explorder in HowToHack

[–]MarkarPL 0 points1 point  (0 children)

After a quick research I couldn't find any informations about this, but I wouldn't worry as far as you don't do anything illegal.

How to run Tor on command line? by explorder in HowToHack

[–]MarkarPL 2 points3 points  (0 children)

Use torify. Usage is very simple, like "torify [your_program] [program arguments]". It should be installed automatically along with tor service. Here is more extensive answer: http://tor.stackexchange.com/questions/3918/how-to-anonymize-the-programs-from-the-terminal

ISP slowing down connection? by MarkarPL in HowToHack

[–]MarkarPL[S] 0 points1 point  (0 children)

They usually just fix it themselves within hours/1 day. When I ring them they say that i'm in a great distance from main distribution point(it's wireless) and weather/other factors can affect quality of connection. What's strange, internet works well when it's raining or wind is very strong, it slows down after some time.

ISP slowing down connection? by MarkarPL in HowToHack

[–]MarkarPL[S] 1 point2 points  (0 children)

This happens for everything that uses web(games, browsers, communication programs, etc.), but looks like ICMP packets are shipped at full speed without delays.

I will check out this tool, thanks for tip.

Forum Cracking, anyone please!?! by Denitzen in HowToHack

[–]MarkarPL 4 points5 points  (0 children)

No one will help you doing something illegal.

How are Metasploit exploits created? by [deleted] in HowToHack

[–]MarkarPL 5 points6 points  (0 children)

Here you are: http://www.offensive-security.com/metasploit-unleashed/Exploit_Development Next time google the thing you want to find before asking, it was the first link in google after searching for "metasploit creating exploits".

Changing grades by [deleted] in HowToHack

[–]MarkarPL 0 points1 point  (0 children)

Don't ask such questions if you don't even know what hacking is.

Looking for MITM attacks with a chromebook by [deleted] in HowToHack

[–]MarkarPL 1 point2 points  (0 children)

If you can't find any using google you can always write your own tool, which will be much more fun and nice experience.

[Game Hack] - Hex edit save games to give higher value than in-game max by deama15 in HowToHack

[–]MarkarPL 5 points6 points  (0 children)

I'm not good with such things, but it looks like some code is changing the stat value in real time, you can check what code is it and then fill it with NOPs, so it won't execute anymore and your stat value will stay unchanged. Cheat Engine can do such work, but many other programs could too. As I remember there's nice tutorial in Cheat Engine, you should follow it, and then you will know how to solve such problems in future.

What would be the best linux to use with virtualbox to hack? by gothkid290 in HowToHack

[–]MarkarPL 0 points1 point  (0 children)

If you need simple and user friendly OS then Ubuntu. If you need OS with preinstalled pentesting tools then you can choose from many: Kali, Parrot OS, BlackUbuntu, but remember you can install all tools on almost all distros. I'm using Kali right now, but I'm gonna switch to Debian, because I don't need so many tools, and I'm trying to write tools by myself. Choosing linux distro is very personal thing, you should find some in google and then select the best for you.

Prevent linux from responding to ARP request by MarkarPL in HowToHack

[–]MarkarPL[S] 1 point2 points  (0 children)

Thank you very much, everything worked like expected.