Projects STRLCPY OnionSearch Commits a40cbb89
🤬
  • Update default port

    Set default port to :9050 
    https://gitweb.torproject.org/tor.git/tree/src/config/torrc.sample.in
  • Loading...
  • Pernat1y committed with GitHub 3 years ago
    a40cbb89
    1 parent 89bd8002
  • ■ ■ ■ ■
    onionsearch/core.py
    skipped 77 lines
    78 78   
    79 79   
    80 80  parser = argparse.ArgumentParser(epilog=print_epilog(), formatter_class=argparse.RawTextHelpFormatter)
    81  -parser.add_argument("--proxy", default='localhost:9150', type=str, help="Set Tor proxy (default: 127.0.0.1:9150)")
     81 +parser.add_argument("--proxy", default='localhost:9050', type=str, help="Set Tor proxy (default: 127.0.0.1:9050)")
    82 82  parser.add_argument("--output", default='output_$SEARCH_$DATE.txt', type=str,
    83 83   help="Output File (default: output_$SEARCH_$DATE.txt), where $SEARCH is replaced by the first "
    84 84   "chars of the search string and $DATE is replaced by the datetime")
    skipped 881 lines
Please wait...
Page is in error, reload to recover