Author Topic: How to Prevent AntiVirus Programs from deleting my hacking programs?!?!?  (Read 3973 times)

0 Members and 1 Guest are viewing this topic.

Offline Mark Fortune

  • /dev/null
  • *
  • Posts: 5
  • Cookies: 0
    • View Profile
ANY ADVICE AS TO HOW I CAN PREVENT AVG AND OTHER AV's FROM DELETING MY HACKING PROGRAMS?!?!?!?!?

iMorg

  • Guest
Remove the AV programs, Encrypt your "hacking" programs, write them yourself.

A few suggestions.
« Last Edit: May 12, 2011, 04:53:52 am by iMorg »

Offline Tsar

  • Peasant
  • *
  • Posts: 126
  • Cookies: 10
  • turing-recognizable
    • View Profile
Step 1.
Don't type in caps-lock.

Step 2.
Try running them in a virtual environment with no AV.

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Haven't used an AV the past 3-4 years, no point anyway. If the virus you get pwnt by really is written by someone who wants to pwn you, your AV is useless. And if the virus is at a level that your AV can catch it, so can you if you know how they work in general.
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
You mean the programs you use? If is that, add them tothe AVs whitelist or exceptions list. Create a folder, putit in the list, and put those programs in the folder.


Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
I just use Linux.

On Windblows, when I need to use some tool (usually I don't, but...), I just disable the AV while I use it. If you want to save your tools at scan time, just put the folder into exception list.

Offline I_Learning_I

  • Knight
  • **
  • Posts: 267
  • Cookies: 26
  • Nor black or white, not even grey. What hat am I?
    • View Profile
    • Hacking F0r Fr33
If you mean hacking tools, such as nmap and programs that you use, you can just whitelist them like ca0s said.
If you mean to send to other people, you will need to crypt/pack the virus you're sending, it's not as easy as it sounds, because every AV has a different way of detecting malware, and then you also have the runtime and scantime detection.
The easiest way is to obfuscate the code, by adding lots of junk.
A program that does:
Edit Registry
Delete Files
Copy to startup

Will be almost always flagged as virus.
However if it does:
Edit Registry
Open firefox in a page
Create files (with version, and author and stuff like that)
More random code...
Delete Files
More random code...
Copy to startup
More random code...

It won't be detected as much.
Also try to avoid using pre-made functions, sometimes something as simple as extracting the function code and using it won't be as detected also.
Thanks for reading,
I_Learning_I

Offline hacKBoTneT

  • NULL
  • Posts: 2
  • Cookies: 0
    • View Profile
Use a Virtual Machine............