Program for finding IP/URL addreses
A downloadable game for Windows
Program for random search of IP and URL addresses. The program is far from ideal; it consumes a lot of RAM and is slow in operation. The source code is here, you can check it out.
Instructions for use:
Download and run "Programm starter Csharp.exe",
indicate the number of threads (it is advisable to set more than 100), each thread unfortunately consumes 6-8 MB of RAM. Only IP addresses of sites will be displayed in the console (these are lines with the postscript "- IP"), URL addresses of sites (these are lines with the postscript "- URL") and checked URL addresses of sites (these are lines with the postscript "- Checked URL"),
and all IP addresses that responded to ping will be saved, but not displayed in the console.
Description of settings: Minimal html size.txt - the minimum number of characters in the site's HTML code required to pass the filter. Word block list.txt - a list of words that will not pass the filter. Necessary words for Checker of list program.txt - words,
which should be on the site are used only by the program "Checker list of found links of new Block list.exe"
After you think the program has worked enough, you can turn it off and run “Programs for getting results.exe”. You have files in the program folder. Result AllIps.txt -
all IP addresses that responded to the ping program. Result Ips.txt - all IP addresses that the program considered sites. Result URLs.txt - all URLs that were obtained from the verified IP addresses by the program. Result CheckedURLs.txt - all URLs checked by the filter.
You can view them
after that, if you do not need the files in the "Service folder" and "Second service folder" folders.
Checker list of found links of new Block list.exe - checks a list of ip/url addresses from a text file and saves them into a separate text file.
I know that the source code of the program is crooked, I wrote it, deleted parts,
I rewrote parts and this is what I got...
Программа для случайного поиска IP и URL адресов. Программа далеко не идеальная, достаточно большее потребление оперативной памяти и медленная скорость работы. Есть исходный код тут, вы можете его проверить. Использовал только стандартные библиотеки C#.
Инструкция по использованию:
Скачиваете и запускаете "Programm starter Csharp.exe", указываете количество потоков (желательно ставить больше 100), каждый поток к сожалению потребляет 6-8 мб оперативной памяти. В консоль будут выводиться только IP адреса сайтов (это строки с припиской " - IP"), URL адреса сайтов (это строки с припиской " - URL") и проверенные URL адреса сайтов (это строки с припиской " - Checked URL"), а все IP адреса ответившие на ping будут сохраняться, но не выводиться в консоль.
Описание настроек: Minimal html size.txt - минимальное количество символов в HTML коде сайта нужное для прохождения фильтра. Word block list.txt - список слов, которые не пройдут фильтр. Necessary words for Checker of list program.txt - слова, которые должны быть на сайте, используются только программой "Checker list of finded links of new Block list.exe"
После того как вы посчитаете достаточно проработала программа вы её можете выключить и запускаете "Programs for getting results.exe". У вас появляются файлы в папке программы. Result AllIps.txt - все ip адреса отозвавшиеся на пинг программы. Result Ips.txt - все ip адреса, которые посчитала программа сайтами. Result URLs.txt - все URL адреса, которые получилось получить от проверенных ip адресов программой. Result CheckedURLs.txt - все проверенные фильтром URL адреса.
Можете просматривать их, после этого если вам не нужны файлы в папках "Service folder" и "Second service folder" вы можете их удалить.
Checker list of finded links of new Block list.exe - проверяет список ip/url адресов из текстового файла и сохраняете их в отдельный текстовый файл.
Я знаю, что исходный код программы кривой, я его писал, удалял части, переписывал части и вот что получилос...
Status | Released |
Platforms | Windows |
Author | nikitasss128 |