TorCrawl.py icon indicating copy to clipboard operation
TorCrawl.py copied to clipboard

Crawl and extract (regular or onion) webpages through TOR network

Results 10 TorCrawl.py issues
Sort by recently updated
recently updated
newest added

After executing command - python torcrawl.py -v -w -u http://www.github.com/ -c This issue has been raised by terminal --> > Failed to import '/usr/lib/libyara.so' PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games;/usr/lib Traceback (most recent...

I am trying to use it but getting tor error even when tor is working ![Screenshot_2022-07-06_14-23-06](https://user-images.githubusercontent.com/87540263/177513587-7bade7ff-ee2f-4374-844f-1c5cdde39402.png) ![Screenshot_2022-07-06_14-34-09](https://user-images.githubusercontent.com/87540263/177513602-af44613a-1181-439c-bf88-e5697d9bd256.png) Can you help ? Also do I need to configure proxychain?

Iteration one of unit tests using the 'unittest' library. A further ticket ought to be raised in order to complete the test suite for live testing of a web application....

Traceback (most recent call last): File "torcrawl.py", line 218, in main() File "torcrawl.py", line 176, in main if int(args.yara) not in [0, 1]: TypeError: int() argument must be a string,...

**Is your feature request related to a problem? Please describe.** Currently the application which serves as a Crawler/Extractor only supports connectivity to either the Clearnet or Tor network using the...

enhancement

**Is your feature request related to a problem? Please describe:** Currently the project does not have any unit tests. The implementation of these tests include but are not limited to...

enhancement

(base) root@pimp3:~/TorCrawl.py# python3 torcrawl.py -v -u darkfailenbsdla5mal2mxn2uz66od5vtzd5qozslagrfzachha3f3id.onion -c -d 999 -p 1 Traceback (most recent call last): File "torcrawl.py", line 218, in main() File "torcrawl.py", line 176, in main if...

**Describe the bug** When using the extract option (i.e., `-e`), there is a file name mismatch. In fact, the software expects to read from a file called `links.txt`, but it...

bug

**Describe the bug** When i try to use a linklist.txt document with the parameter "-i", the error occurs. - Python Version 3.11.3 ![Polish_20240316_150252343.jpg](https://github.com/MikeMeliz/TorCrawl.py/assets/85289816/1166a853-906d-4fd8-9bed-d59104a5c351)

bug

## Description Fixed file name (by adding the date) and a bit of refactoring. ## Motivation and Context File name mismatch when using the Extract option #26 ## How Has...