[Wanted] Blackhat .net Expert

Status
Not open for further replies.
Joined
Nov 29, 2009
Messages
25
Reaction score
4
I posted this in the wrong section but I didn't know how to move it

Code:
http://www.blackhatworld.com/blackhat-seo/visual-basic-net/150819-wanted-blackhat-net-expert.html

I think this is the right area to hire programming help
 
Have you done an MCTS certified course? How about C#?
 
No not yet. Just a couple of college classes in .net and C++ But no apps with webpages, URLS...stuff that would be useful for black hat
 

Thats pretty much all you need to start. Your best option is to get professional training, otherwise everything will be half assed.
 
I would suggest learning about the WebRequest class before mshtml, or at least an equal focus on both.

WebRequest provides the ability to easily set your referer and useragent as well as offering excellent cookie management.

Using the webbrowser with mshtml is great for bots that involve using a lot of sites just once - like a wordpress comment spammer or profile maker or whatever, but it lacks easy support for cookie management and proxies (they are still available, just not as intuitive). So if you wanted to make a voting bot for instance on youtube, you would have an easier time with the WebRequest class.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top