1
C - C++ / Re: Help for making c program invisble
« on: February 03, 2016, 06:56:17 am »
I'm still search on google , about this no use .if anybody have any new idea let me know
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You need to change it from a console application to a windows (win32?) application. This also changes a lot of things, there is no int main(), but a int WINAPI WinMain (), and variable types and a lot of other stuff is no longer as it used to be.
A few links to get you started:
http://stackoverflow.com/questions/6342935/start-a-program-without-a-console-window-in-background
http://winprog.org/tutorial/start.html
Hi,
There are different techniques depending on the platform you are targeting - are you looking at Windows , Unix or embedded ?
what do you meant source code? All the broswer sees is HTML, under normal circumstances that nothing is fucked in the server, and i hope this is what you mean mate, the HTML.
This my friend is as simple as fucking a whore, and rather just a short.Code: (ruby) [Select]require 'net/http'
url = URI.parse('http://evilzone.org')
req = Net::HTTP::Get.new(url.to_s)
res = Net::HTTP.start(url.host, url.port) {|http|
http.request(req)
}
puts res.bodyCode: (python) [Select]import requests
r = requests.get('https://evilzone.org')
print r.textCode: (javascript) [Select]//Node.js, feel la kenjoe41 baby.
var request = require("request");
var parseHTML = function(html) {
//parse it anyway you want
};
request("http://evilzone.org", function (error, response, body) {
if (!error) {
parseHtml(body);
} else {
console.log(error);
}
});Code: (D) [Select]import std.net.curl, std.stdio;
auto content = get("http://evilzone.org");
writeln(content);* kenjoe41 thinks that is enough.
I think you are sort of missing the point... Take a look at the DOM (Document Object Model) this is probably better suited for what you want to do?its possible to make inspect element by DOM, sorry i dont know about DOM .but i want to know please tell me way to make inspect element automation using DOM
uhh...?
Do you want to scrape and download the source automatically.. or.. do you want a script to press f12 for you?
For Windows use Wnetwatcher:
http://www.nirsoft.net/utils/wireless_network_watcher.html
Or use AngryIpscanner (windows, mac, linux)
http://angryip.org/download/
Feel like this question should have been googled first.
Backtrack is great, but really obsolete. Try Kali linuxHe is correct try kali linux for the advance stuff